Hi,
I am tring to install Msql-Mysql-modules-1.2210 and make test is failing
with the following error :
t/00base............install_driver(mysql) failed: Can't load
'../blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql:
../blib/arch/auto/DBD/mysql/mysql.so: undefined symbol: uncompress at
/usr/lib/perl5/5.6.0/i686-linux/DynaLoader.pm line 200.
at (eval 1) line 3
Perhaps a required shared library or dll isn't installed where
expected
at t/00base.t line 38
I checked the mailing list archiives and found the stuff about using
'perl Makefile.PL OPTIMIZE="-lz" --config ' and that did not help (nor
did using -lgz).
Any ideas? I have libz.a, libz.so, libz.so.1 and libz.so.1.1.3 all in
/usr/lib. I am running Red Hat 6.2, perl 5.6.0 and mysql 3.23.22
Roger Grayson