mysql_server_end

"Pierre Henry Perret" <[email protected]> Thu, 9 Oct 2008 11:00:50 +0200
Newsgroups gmane.comp.db.mysql.perl
Message-ID <[email protected]>
Hello, I have this error when making test on DBD::mysql cpab module install:

______________________________
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00base....................1/6
#   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.008-vtpW_4/blib/arch/auto/DBD/mysql/mysql.so'
for module DBD::mysql:
/root/.cpan/build/DBD-mysql-4.008-vtpW_4/blib/arch/auto/DBD/mysql/mysql.so:
undefined
symbol: mysql_server_end at
/usr/local/lib/perl5/5.10.0/i686-linux/DynaLoader.pm line 203.
#  at (eval 5) line 2
# Compilation failed in require at (eval 5) line 2.
# BEGIN failed--compilation aborted at (eval 5) line 2.
Bailout called.  Further testing stopped:  Unable to load DBD::mysql
make: *** [test_dynamic] Erreur 1
__________________________________

Is that the mysql.so module is not ok ?