From: [EMAIL PROTECTED] Operating system: Solaris 8 sun4u PHP version: 4.0.6 PHP Bug Type: Dynamic loading Bug description: symbol uncompress: referenced symbol not found
Compiling the latest stable PHP4 and Apache with gcc on a Solaris 8 box goes without a hitch, only to have this fatal error when I try to run it(them): bash-2.03# /usr/local/apache/bin/apachectl configtest Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/libexec/libphp4.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/libexec/libphp4.so: symbol uncompress: referenced symbol not found PHP compile flags: "./configure" \ "--with-imap=../imap-2001a.RELEASE-CANDIDATE.4/" \ "--with-mysql=/usr/local/mysql" \ "--with-apxs=/usr/local/apache/bin/apxs" \ "--enable-libgcc" \ Apache compile flags: ./configure \ "--with-layout=Apache" \ "--prefix=/usr/local/apache" \ "--logfiledir=/var/log" \ "--enable-module=rewrite" \ "--enable-module=info" \ "--enable-module=so" \ "--enable-shared=max" \ "--enable-rule=SHARED_CORE" \ I tried some of the fixes in similar bug reports to no avail. (SHARED_CORE in Apache, enable-libgcc, added /usr/local/lib/ to Solaris' linker path, installed bison and flex) I don't know what the heck uncompress is, so for kicks, I also tried to --disable-zlib, but the `configure` results were the same, stating that there would be no zlib support. I wish I knew how to fix this, but hey, that what you insanely genius coders are for! -- Edit bug report at: http://bugs.php.net/?id=14147&edit=1 -- PHP Development 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]