MySQL Forums
Forum List  »  Perl

Can't load mysql.so
Posted by: cristian lopez
Date: October 23, 2009 08:23AM

[Fri Oct 23 10:21:19 2009] [error] [client 172.17.113.33] install_driver(mysql) failed: Can't load '/usr/local/lib/perl5/site_perl/5.8.7/sun4-solaris/auto/DBD/mysql/mysql.so' for module DBD::mysql: ld.so.1: perl: fatal: libmysqlclient.so.15: open failed: No such file or directory at /usr/local/lib/perl5/5.8.7/sun4-solaris/DynaLoader.pm line 230.

Solution: create link simbolic in /usr/lib

ln -s /usr/local/mysql/lib/mysql/libmysqlclient.so.15.0.0 libmysqlclient.so.15

This way it is necessary to to see

lrwxrwxrwx 1 root other 51 oct 23 10:30 libmysqlclient.so.15 -> /usr/local/mysql/lib/mysql/libmysqlclient.so.15.0.0


ready!!

Options: ReplyQuote


Subject
Written By
Posted
Can't load mysql.so
October 23, 2009 08:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.