MySQL Forums
Forum List  »  Connector/Python

I need to rebuild libmysqlclient_r.so.14... How?
Posted by: Jon Emmons
Date: August 31, 2006 08:29AM

I am uncertain how to do this.

When I try to import MySQLdb into python I am getting the error:

File "<stdin>", line 1, in ?
File "/usr/local/lib/python2.4/site-packages/MySQLdb/__init__.py", line 19, in ?
import _mysql
ImportError: /usr/lib/mysql/libmysqlclient_r.so.14: undefined symbol: uncompress

I found this link that seemed to explain the problem:

http://bugs.mysql.com/bug.php?id=6418

so what do I do now?

There are lots-o-downloads, on this website, none of them have a word of explanation.

Just stuff like "Shared Libraries" vs "Shared Compatibility Libraries"... What's the difference?! Guess we just download them and try to figure it out eh?

Also, I am running the MySQL that come on my Linux installation 4.1.7-4 vs 4.1.21-0 which is available for download.

If anyone can point me in the right direction here, I will be your best friend since 1st grade!

Should I just start over and re-install MYSQL?

Jon

Options: ReplyQuote


Subject
Written By
Posted
I need to rebuild libmysqlclient_r.so.14... How?
August 31, 2006 08:29AM


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.