jdm34
07-27-2001, 10:36 PM
I'm trying to install apache with mySQL and PHP using the Newbieized Help Files. Now, I've got mySQL up and running. PHP went through the configure, make and make install without any problems. Apache went through the configure ok, but then died on the make. The error it is dying on seems to have something to do with mySQL. The error displays:
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function `my_uncompress':
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'
I'm lost and don't know where to go from here... Any suggestions?
/usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function `my_uncompress':
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'
I'm lost and don't know where to go from here... Any suggestions?