Hi,

Linux Slackware 8 (x86)
Apache 1.3.24
PHP 4.1.2
Mysql 3.23.49a
Zlib 1.1.3

I am getting the following error starting Apache after installing PHP: 

Synatx error on line 237 of /etc/apache/httpd.conf
"Cannot load /usr/libexec/libphp4.so into server:
/usr/libexec/libphp4.so undefined symbol: uncompress"

I found a similar error and fix regarding libz.so.1, but after following
the instructions, it still doesn't work. Ths link is below.

( http://www.faqts.com/knowledge_base/view.phtml/aid/5087/fid/31 )

This is what I get when I do a ldd /usr/libexec/libphp4.so, which
differs from the one in the link.

ldd /usr/libexec/libphp4.so
        libdl.so.2 => /lib/libdl.so.2 (0x40130000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x40134000)
        libm.so.6 => /lib/libm.so.6 (0x40145000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x40167000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x40195000)
        libc.so.6 => /lib/libc.so.6 (0x401aa000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

Can someone shed some light on what I have to do to get this working?

Thanks, Beauford



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to