its looking for the z compression library.
To fix do this

1) perl Makefile.PL
2) cd mysql
3) vi Makefile
4) search for line LDLOADLIBS and add -lz to end
5) cd ..
6) make
7) make test
8) make install


Robin

-----Original Message-----
From: Curtis Maurand [mailto:[EMAIL PROTECTED]]
Sent: 06 March 2001 16:55
To: MySQL List
Subject: Off Topic Perl Mysql modules install problem


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


---------------------------------------------------------------------
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