mysql_server_end

mysql_server_end

am 09.10.2008 11:00:50 von Pierre-Henry Perret

------=_Part_83949_17030886.1223542850675
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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 ?

------=_Part_83949_17030886.1223542850675--