Robert Eric Pearse wrote:
> LD_RUN_PATH="/usr/lib:/usr/lib/gcc-lib/i386-linux/2.95.2" /usr/bin/gcc -o
> ../blib/arch/auto/DBD/mysql/mysql.so -shared -L/usr/local/lib dbdimp.o
> mysql.o -L/usr/lib -L/usr/lib -lmysqlclient -lm -lz -L/usr/lib/gcc-lib/i3
> 86-linux/2.95.2 -lgcc
> /usr/bin/ld: cannot find -lz
The strange thing is, that there *is* some libz.a or libz.so on your
system. At least you didn't get a message like
Not (probably harmless): -lz not found
(You should have got one for -lgz.)
I suggest you try rerun the installation with
LD_LIBRARY_PATH=<dir_with_lz> make
Bye,
Jochen
| Thread |
|---|
| • Re: Msql-Mysql-modules-1.2215 install error | Jochen Wiedmann | 11 Sep |