On Fri, Jan 19, 2001 at 10:14:06AM -0800, Matt Thoene wrote :
> Oh man this cannot be more frustrating...
>
> I'm following the installation instructions on
> http://www.php.net/distributions/bigmanual.html#install.unix.apache-module
>
> I get to number 13, the "make" piece in apache and I get this error!
>
> my_compress.o(.text+0x97): undefined reference to `uncompress'
> /usr/local/mysql/lib/libmysqlclient.a(my_compress.o): In function
> `my_compress_alloc':
> my_compress.o(.text+0x12b): undefined reference to `compress'
> collect2: ld returned 1 exit status
> make[2]: *** [target_static] Error 1
> make[2]: Leaving directory `/root/apache_1.3.14/src'
> make[1]: *** [build-std] Error 2
> make[1]: Leaving directory `/root/apache_1.3.14'
> make: *** [build] Error 2
Something looks broken with your compression library
(hence the missing function refernece to 'compress' and
'uncompress'). From what I'm reading, I'ld guess your mysql
client installation is currently broken too, but I could be
wrong. Check if your current zlib (compression library) is
installed, up2date, complete, etc.
My guess is that 'mysql' (client) is broken too from what it
depends on on my system:
mfischer@ficken:/usr/include$ ldd `which mysql`|grep -i libz
libz.so.1 => /usr/lib/libz.so.1 (0x400cc000)
.. but I could be wrong. As a first shoot, try 'ldconfig' and
compile again.
gl,
m.
--
Markus Fischer, http://josefine.ben.tuwien.ac.at/~mfischer/
EMail: [EMAIL PROTECTED]
PGP Public Key: http://josefine.ben.tuwien.ac.at/~mfischer/C2272BD0.asc
PGP Fingerprint: D3B0 DD4F E12B F911 3CE1 C2B5 D674 B445 C227 2BD0
--
PHP Install 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]