I had the same problems when trying to install MySQLdb with python 2.1 ... It installs and functions just peachy for me with 2.2. I never did resolve the 2.1 problems though. Sorry.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
When I try to import MySQLdb pythonthrows this error:
Traceback (most recent call last):
File "./prova_mysql.py", line 2, in ?
import MySQLdb
File "/usr/lib/python2.2/site-packages/MySQLdb/__init__.py", line 27, in ?
import _mysql
ImportError: /usr/lib/libmysqlclient_r.so.11: undefined symbol: ERR_get_error_line_data
I've got mysql 4.0.7 and mysql-python 0.9.2. and
Anyone can help me?
xavi
I had the same problems when trying to install MySQLdb with python 2.1 ... It installs and functions just peachy for me with 2.2. I never did resolve the 2.1 problems though. Sorry.