Michael Stassen said:
> -lz means to link with libz (the zlib library
> <http://www.gzip.org/zlib/>),
> but the error is that it couldn't be found.  Do you have zlib?  I'd expect
> yes, or configure should have complained.

Yes, I have zlib.

$ find /lib -user zlib | xargs ls -l
lrwxrwxrwx    1 zlib     zlib           13 Mar 29  2003 /lib/libz.so ->
libz.so.1.1.4
lrwxrwxrwx    1 zlib     zlib           13 Mar 29  2003 /lib/libz.so.1 ->
libz.so.1.1.4
-rwxr-xr-x    1 zlib     zlib        63020 Mar 23  2003 /lib/libz.so.1.1.4

-- 
Casey Allen Shobe  |  http://casey.allen.shobe.info
  [EMAIL PROTECTED]  |  ICQ: 1494523  |  AIM: SomeLinuxGuy

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to