Curtis Maurand wrote:
> 
> Hello,
>   I'm now lost.  I cannot figure out what the make file is looking for.  Anyone have 
>any ideas?
> 
> LD_RUN_PATH="/usr/lib/mysql:/lib:/usr/lib:/usr/lib/gcc-lib/i386-redhat-linux/2.9
> 6" cc -o ../blib/arch/auto/DBD/mysql/mysql.so  -shared -L/usr/local/lib dbdimp.o
>  mysql.o -L/usr/lib/mysql    -L/usr/lib/mysql -lmysqlclient -lm -lz -L/usr/lib/g
> cc-lib/i386-redhat-linux/2.96 -lgcc
> /usr/bin/ld: cannot find -lz
> collect2: ld returned 1 exit status
> make[1]: *** [../blib/arch/auto/DBD/mysql/mysql.so] Error 1
> make[1]: Leaving directory `/home/curtis/Msql-Mysql-modules-1.2215/mysql'
> make: *** [subdirs] Error 2
You are missing libz.so and/or libz.a.
You need to install these libs from your CD.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to