At 12:11 PM 1/27/2002 -0700, David Jackson wrote:
>I've seen similar question in the archive, but here it goes?
>Setup: Slackware-8.0, Apache-1.3.23, mysql-3.23.47-pc-linux-gnu-i686
[...]
>Config options:
>Syntax error on line 236 of /usr/local/www/conf/httpd.conf:
>Cannot load /usr/local/www/libexec/libphp4.so into server:
>/usr/local/www/libexec/libphp4.so: undefined symbol: uncompress

I had this problem on RedHat 7.2.  Turns out I needed zlib support 
(libz.so).  Not sure how to do it on Slackware, but on RedHat 7.2 you need 
two RPMs, both zlib-1.1.3-24 and zlib-devel-1.1.3-24.  After I installed 
these RPMs I had to do a make clean, rm config.cache, and then configure 
again adding "--with-zlib" to the configure command.

(I saw some saying that you needed to add "-ld" to the LTLIBRARY_LDFLAGS 
line in the top level Makefile but this did not work for me.)

To be honest, I have no idea why any of this was needed, I got all this 
info from various sources on Google Groups.  But it worked for me.  Maybe 
this can point you in the right direction...


-- 
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]

Reply via email to