I've been trying to install PHP for the first time and running in to the same error over and over. This is going onto a box running Red Hat 7.1 with the following: Apache 1.3.20, PHP 4.0.5 and mySQL 3.23.38.
When I do the make install on PHP, it runs through everything, ending with the following:
/usr/local/mysql_3.12.38(etc)/lib/libmysqlclient.a(my_compress.o):In function 'my_uncompress':
my_compress.o(.text+0x9a): undefined reference to 'uncompress'
/usr/local/mysql_3.12.38(etc)/lib/libmysqlclient.a(my_compress.o):In function 'my_compress_alloc':
my_compress.o(.text+0x9a): undefined reference to 'compress'
collect2: ld returned 1 exit status
make[1] phpError 1
make[1] Leaving directory 'usr/local/php-4.0.5'
make: [install-recursive] Error 1
(NOTE: I have to copy this from my Linux box to another computer as the Linux box can't connect to my DSL connection yet. that'll be another matter for the forum, I imagine.)
Any idea what is going on here and how to fix it?
Thanks!