I'm trying to connect to a mysql dbase from perl. when i make the db call to connect i get several errors complaining about libmysqlclient.so. first of all, i can't seem to find the file anywhere, i do however see libmysqlclient.a. Here's the call that i'm using ::
my $dbh = DBI->connect("DBI:mysql:database=$database", 'usr', 'pass') || die "couldn't open";
I'm pretty sure it's not my code but a configuration problem. Any suggestions?
thanks
my $dbh = DBI->connect("DBI:mysql:database=$database", 'usr', 'pass') || die "couldn't open";
I'm pretty sure it's not my code but a configuration problem. Any suggestions?
thanks