While running ./checksetup.pl I get this error where the installation stops.
Reading ./localconfig...
Checking for DBD-mysql (v4.00) ok: found v4.018
Checking for MySQL (v4.1.2) ok: found v5.5.11
/usr/bin/perl: symbol lookup error:
lib/i386-linux-thread-multi/auto/DBD/mysql/mysql.so: undefined symbol: is_prefix
Bugzilla 4.0.1 / CentOS 5.5
perl -v
This is perl, v5.8.8 built for i386-linux-thread-multi
mysql
Server version: 5.5.11 MySQL Community Server (GPL) by Remi
What's to be done?
Thanks, Andi
Trying to run cpan> install DBD::mysql
gives:
/usr/bin/make -- OK
Running make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00base.t .................. 1/6 Bailout called. Further testing stopped: Unable to load DBD::mysql
# Failed test 'use DBD::mysql;'
# at t/00base.t line 21.
# Tried to use 'DBD::mysql'.
# Error: Can't load '/root/.cpan/build/DBD-mysql-4.018/blib/arch/auto/DBD/mysql/mysql.so' for module DBD::mysql: /root/.cpan/build/DBD-mysql-4.018/blib/arch/auto/DBD/mysql/mysql.so: undefined symbol: is_prefix at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230.
# at (eval 7) line 2
# Compilation failed in require at (eval 7) line 2.
# BEGIN failed--compilation aborted at (eval 7) line 2.
FAILED--Further testing stopped: Unable to load DBD::mysql
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
As for perl -e 'use DBD::mysql;'
this gives nothing to console, just back to prompt.