MySQL python installation bug

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • chinnujoy
    New Member
    • Feb 2008
    • 2

    MySQL python installation bug

    Hi

    I am using CentOS 4 machine..trying to install MySQL for python to setup a boinc project..
    During the building process I am getting this error..I have even set the LD lIBRARY PATH..

    ./python -E ./setup.py build
    ./python: error while loading shared libraries: libmysqlclient. so.15: cannot open shared object file: No such file or directory

    I tried installing both the ways..
    1. downloaded mysql for the python present and builded mysql..
    2. downloaded both MySQL-python and Python and then builded both the files together..using the commands given in the link..
    http://boinc.berkeley. edu/trac/wiki/PythonMysql

    But getting the same error..
    Please help me out asap!!
  • bgeddy
    New Member
    • Aug 2007
    • 16

    #2
    It seems you don't have libmysqlclient. so.15 - have you tried Googling to see where it is ?

    Comment

    • chinnujoy
      New Member
      • Feb 2008
      • 2

      #3
      Originally posted by bgeddy
      It seems you don't have libmysqlclient. so.15 - have you tried Googling to see where it is ?
      ya..its there in /usr/local/lib...
      I have even set the LD_LIBRARY_PATH to that..

      Comment

      • bgeddy
        New Member
        • Aug 2007
        • 16

        #4
        OK - so you have the libs -and LD_LIBRARY_PATH set - weird. I have been googling around for you and found the same question on Linux Questions - is that you ? If not it may be worth keeping an eye on the thread - Will keep you posted if I find out any more.. sorry nothing more to offer right now

        Comment

        Working...