Re[2]: make error /usr/bin/ld: cannot find -lz

2005-06-25 Thread admin
[EMAIL PROTECTED] root]# rpm -qa | grep zlib zlib1-1.2.1.1-3mdk zlib installed, any ideas? r Install zlib library for your system. make faild with this error... gcc -shared sql_mysql.lo -L/usr/lib -L/usr/lib/mysql r /usr/lib/libmysqlclient.so -lz -lm -lssl -lcrypto -Wl,-soname -Wl,rlm_sql_my

Re: make error /usr/bin/ld: cannot find -lz

2005-06-25 Thread Michael Griego
Did you install the zlib-devel package too? I think not... --Mike [EMAIL PROTECTED] wrote: PH On Fri, Jun 24, 2005 at 02:58:14PM +0600, [EMAIL PROTECTED] wrote: make faild with this error... gcc -shared sql_mysql.lo -L/usr/lib -L/usr/lib/mysql /usr/lib/libmysqlclient.so -lz

Re: make error /usr/bin/ld: cannot find -lz

2005-06-25 Thread A . L . M . Buxey
Hi, What is -lz ? zlib. mySQL depends on it, so I'm surprised you got mySQL in place without it... mySQL was probably installed from an RPM... in which case the zlib-devel package need to be installed so you can compile stuff from source that needs libz alan - List

Re: make error /usr/bin/ld: cannot find -lz

2005-06-24 Thread rashad
Install zlib library for your system. make faild with this error... gcc -shared sql_mysql.lo -L/usr/lib -L/usr/lib/mysql /usr/lib/libmysqlclient.so -lz -lm -lssl -lcrypto -Wl,-soname -Wl,rlm_sql_my sql-1.0.1.so -?o .libs/rlm_sql_mysql-1.0.1.so /usr/bin/ld: cannot find -lz collect2: ld returned 1