Trying to ./configure and make PHP4 latest version --with-mysql=/usr --with-ibm-db2 --with-pgsql. First time configure / make worked but resulting exec did not work due to a db2 lib problem. Second ./configure and make only for mysql. Keep getting the following: (Am using mysql 3.23.24-1 from RPM) on REDHAT. Any suggestions - Tks
/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function
my_uncompress':
my_compress.o(.text+0x97): undefined reference touncompress'
/usr/lib/mysql/libmysqlclient.a(my_compress.o): In function
my_compress_alloc':
my_compress.o(.text+0x12b): undefined reference tocompress'
collect2: ld returned 1 exit status
make[1]:
Error 1
make[1]: Leaving directory `/usr/php-4.0.4pl1'
make: *** [all-recursive] Error 1
[root@localhost php-4.0.4pl1]#