MySQL Forums
Forum List  »  Connector/Python

mysql_config - MySQL5 & python 2.5
Posted by: ifing.ifing
Date: December 18, 2006 11:50PM

I'm on ubuntu Edge and have installed MySQL 5.0.24 via apt-get.

When I try to install MySQL-python-1.2.1_p2 the build fails
- the first complaint is that "mysql_config" is missing.

2$ ls /usr/bin/mysql_c*
/usr/bin/mysql_client_test /usr/bin/mysql_convert_table_format
/usr/bin/mysql_client_test_embedded /usr/bin/mysql_create_system_tables

Is "mysql_config" supposed to come with MySQL 5?

I have tried some of the older python drivers as well
- the one that comes closest to installing is MySQL-python-1.2.1c3
It does install in fact but fails at runtime because it's looking for
the wrong version of a shared lib...

Options: ReplyQuote


Subject
Written By
Posted
mysql_config - MySQL5 & python 2.5
December 18, 2006 11:50PM


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.