>>> import MySQLdb Traceback (most recent call last): File "<stdin>", line 1, in ? File "MySQLdb/init.py", line 27, in ? import _mysql ImportError: /usr/local/mysql/lib/mysql/libmysqlclient_r.so.12: undefined symbol: ERR_get_error_line_data
Logged In: YES user_id=596080
Forgot this: Slackware 9.0 (kernel 2.4.20) GCC 3.2.2 Python 2.2.2 Mysql 4.0.12
Logged In: YES user_id=71372
Try adding "nsl" to the list of libraries. This seems to be needed for more recent versions of glibc. Fixed in CVS. Report your results here.
This has been fixed in the current CVS tree.
Log in to post a comment.
Logged In: YES
user_id=596080
Forgot this:
Slackware 9.0 (kernel 2.4.20)
GCC 3.2.2
Python 2.2.2
Mysql 4.0.12
Logged In: YES
user_id=71372
Try adding "nsl" to the list of libraries. This seems to be
needed for more recent versions of glibc. Fixed in CVS.
Report your results here.
Logged In: YES
user_id=71372
This has been fixed in the current CVS tree.