On Mon, Feb 11, 2013 at 1:23 AM, karthik sankaran
<skarthikbe2...@gmail.com> wrote:
> warning: .dynamic section for "/usr/local/mysql/lib/libmysqlclient.so.18" is
> not at the expected address (wrong library or version mismatch?)

You have a problem with your MySQL installation. The most probable
cause is that you built DBD::mysql against a particular version of
libmysqlclient and then that library was upgraded, perhaps in an OS
upgrade, and now that module and the shared library don't match up
anymore.

Try reinstalling DBD::mysql.

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to