Menu

libmysqlclient.so.14

Help
Wizzy
2005-08-03
2012-09-19
  • Wizzy

    Wizzy - 2005-08-03

    Hello,

    I had this problem where in after I installed MySQLdb for python, and I try to import mysqldb,
    python complained that it couldnt find libmysql.so.14

    The only deviation I did in the install was explicitly
    point to mysql_config.

    I had to maunally copy libmysql.so.14 to /usr/lib so that it was in the path.

    MySQLdb knows where the libs for mysql are, so I am lost as to why I needed to do the copy.

     
    • Andy Dustman

      Andy Dustman - 2005-08-03

      It knows where it is at link time, but at run time, it is not on the loader path.

      Try setting LD_LIBRARY_PATH and if that works, fix your system loader path (/etc/ld.so.conf).

      http://www.visi.com/~barr/ldpath.html

      Also see the man pages for ld.so and ldconfig

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.