[PHP] Re: PHP module unloadable

2001-09-11 Thread Kevin Way

> I think uncompress may be in zlib, which you said not to use...

DOH!  Yeah, that was the problem... I 

Embarassed,
Kevin Way

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Re: PHP module unloadable

2001-09-11 Thread Richard Lynch

I think uncompress may be in zlib, which you said not to use...

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
- Original Message -
From: Kevin Way <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 11, 2001 3:46 AM
Subject: PHP module unloadable


> I'm having a problem building a loadable PHP module with mysql support.
> without mysql support, there's absolutely no problem.  the module appears
> to load correctly, until you start apache, at which point I receive:
>
> Syntax error on line 227 of /usr/www/conf/httpd.conf:
> Cannot load /usr/www/libexec/libphp4.so into server:
/usr/www/libexec/libphp4.so: undefined symbol: uncompress
>
> I am running PHP's configure as:
>
> cd ../${php}
> ./configure --enable-inline-optimization \
> --prefix=${instdir} \
> --with-config-file-path=${instdir}/conf \
> --with-pgsql \
> --with-regex=php \
> --with-gettext \
> --enable-magic-quotes \
> --enable-shmop \
> --enable-trans-sid \
> --enable-sockets \
> --enable-sysvsem \
> --enable-sysvshm \
> --enable-versioning \
> --enable-memory-limit \
> --with-apache=../${apache} \
> --enable-wddx \
> --without-zlib \
> --with-pgsql \
> --with-mhash \
> --with-imap || exit 1
> #   --with-mysql=/usr || exit 1
>
> (last two lines changed to --with-imap \ --with-mysql=/usr || exit 1, for
> a module that fails as described above).
>
> I'd greatly appreciate any help in tracking this problem down.
>
> Kevin Way


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]