|
Posted by Ben Morrow on March 26, 2008, 10:24 pm
Please log in for more thread options
> Google search returns few results, if any,
>
> perl: relocation error:
>
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/auto/DBD/mysql/mysql.so:
> undefined symbol: mysql_server_init
>
> using CPAN to update DBI and DBD::mysql is of little help, neither do I
> download the modules and install them help solve the problem.
I'm sure someone asked this just the other day...
You haven't got the MySQL client libraries installed, or if you have
ld.so can't find them. You probably need to install some sort of
mysql-client package.
Ben
|