5 messages in com.mysql.lists.perlRe: Error with using DBD MySql
FromSent OnAttachments
Paras Dagli28 Sep 2004 16:12 
Rudy Lippan28 Sep 2004 17:16 
Dan Bolser29 Sep 2004 00:48 
Paras Dagli05 Oct 2004 00:37 
Jochen Wiedmann05 Oct 2004 01:03 
Subject:Re: Error with using DBD MySql
From:Dan Bolser (dm@mrc-dunn.cam.ac.uk)
Date:09/29/2004 12:48:01 AM
List:com.mysql.lists.perl

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 :(