Showing posts with label EnvironmentError: mysql_config not found. Show all posts
Showing posts with label EnvironmentError: mysql_config not found. Show all posts

Sunday, May 30, 2010

In Ubuntu the error: EnvironmentError: mysql_config not found :- Solved

I was trying to install mysql-python. But the it gives me a error like this:

EnvironmentError: mysql_config not found

Then I have tried to install the mysql client and try to install mysql-python again, the result is same.

After searching a lot, I have found a solution. Then I have followed the following steps:

in terminal:

sudo apt-get install libmysqlclient15-dev
sudo easy_install MySQL_python-1.2.3c1-py2.5-linux-i686.egg



And its works for me!!!!

Thanks
Sakib