/usr/lib/python2.3/site-packages/_mysql.so: undefined symbol: mysql_rollback

skip at pobox.com skip at pobox.com
Fri Sep 16 17:20:24 EDT 2005


    thomas> ImportError: /usr/lib/python2.3/site-packages/_mysql.so: undefined
    thomas> symbol: mysql_rollback

    skip> Is your libmysql.so installed in an odd place?  

Oh, also, try executing

    ldd /usr/lib/python2.3/site-packages/_mysql.so

If that shows libmysql as undefined.  Find out where it is and set
LD_LIBRARY_PATH to refer to it, then try again.  If that succeeds, either
retain the LD_LIBRARY_PATH setting or relink _mysql.so with the -R stuff I
referred to in my first message.

Skip



More information about the Python-list mailing list