On Tue, 28 Sep 2004, Rudy Lippan wrote:
On Tue, 28 Sep 2004, Paras Dagli wrote:
hi,
i've installed DBD and i'm trying to run a test perl script to connect
to the database. I get the following error:
install_driver(mysql) failed: Can't load
'/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBD/mysql/mysql.so'
for module DBD::mysql:
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBD/mysql/mysql.so:
undefined symbol: net_buffer_length at
/usr/lib/perl5/5.8.0/i386-linux-thread-multi/DynaLoader.pm line 229.
any ideas on what i could do to debug/fix this issue?
Make sure that the correct mysql_config is in your PATH before runnign
Makefile.PL.
my DBD is still broken :(