MySQL Forums
Forum List  »  Connector/Python

Re: ard time with installing MySQLdb for Python on Linux
Posted by: Eric Brunson
Date: August 02, 2006 11:06AM

Can you post the output of the following commands?

rpm -ql MySQL-devel-standard | grep lib
(or substitute the name of the rpm you installed)

ldd /home/boxiuser/python/lib/python2.4/site-packages/_mysql.so

ldconfig -p | grep -i mysql

Options: ReplyQuote


Subject
Written By
Posted
Re: ard time with installing MySQLdb for Python on Linux
August 02, 2006 11:06AM


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.