From: [EMAIL PROTECTED] Operating system: RedHat 7.2 PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: undefined function compress/uncompress in PHP4.1.1
I am trying to compile Apache_1.3.22 with statically linking php 4.1.1. It compiles most of it but throws this error. I do not get any errors when compiling php.4.1.1. I would appreciate if you can help. Here is the error: Thanks, Krishna. ========================================= my_compress.o(.text+0x9a): undefined reference to `uncompress' /usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function `my_compress_alloc': my_compress.o(.text+0x12a): undefined reference to `compress' collect2: ld returned 1 exit status make[2]: *** [target_static] Error 1 make[2]: Leaving directory `/home/krishna/downloads/apache_1.3.22/src' make[1]: *** [build-std] Error 2 make[1]: Leaving directory `/home/krishna/downloads/apache_1.3.22' make: *** [build] Error 2 ======================================================== Here is my apache configure line: ./configure \ --activate-module=src/modules/perl/libperl.a \ --activate-module=src/modules/php4/libphp4.a \ --enable-module=rewrite -- Edit bug report at http://bugs.php.net/?id=15698&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15698&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15698&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15698&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15698&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15698&r=support Expected behavior: http://bugs.php.net/fix.php?id=15698&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15698&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15698&r=submittedtwice
