42
votes
15answers
26k views

mysql_config not found when installing mysqldb python interface

I am trying to get a Python script to run on the linux server I'm connected to via ssh. The script uses mysqldb. I have all the other components I need, but when I try to install mySQLdb via ...
0
votes
1answer
319 views

debian: mysql-workbench installation error [cannot find -lpython2.7.a]

I'm trying to install mysql-workbench-gpl-5.2.45 from the source code on Linux debian 2.6.32-5-amd64. The problem appears at the "make" step with error message: /usr/bin/ld: cannot find -lpython2.7.a ...
1
vote
1answer
220 views

locate libmysqlclient_r.so.16 issue

Like to start off by advising that i am a novice and my webdesigner is out of the country. I have the issue below and looking for some advice. I have already re-installed mysqldb and upgraded the ...
1
vote
2answers
173 views

Python module issue

I have a shared hosting environment on Bluehost. I am running a custom installation of python(+ django) with a few installed modules. All has been working, until yesterday a change was made on the ...
8
votes
2answers
2k views

/usr/bin/ld: cannot find -lpython2.7

I'm trying to install MySQLdb with Python 2.7. The error I'm getting looks like this: gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC ...
0
votes
2answers
310 views

Failed to install MySQLdb on Linux

I have Python 2.6 installed on Linux Cent OS. Also MySQL Server is configured. When i try to install MySQLdb library by issuing python setup.py install i am getting huge error. Please help me out to ...
0
votes
1answer
145 views

MySQL-Python Installation Error: Possible Architecture Incompatibility?

I am attempting to set up my Django virtualenv production environment on a Linux shared host server. Installing python packages using pip goes fine until I try to install Mysql-Python, which crashes. ...