red hat fc1 mysql 5.0 python 2.4
>>> import _mysql Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: /usr/local/lib/python2.4/site-packages/_mysql.so: undefined symbol: uncompress
why? thanks all
z!
README!
You are missing a package listed there: libz-devel. You may be missing others too.
Log in to post a comment.
red hat fc1
mysql 5.0
python 2.4
>>> import _mysql
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: /usr/local/lib/python2.4/site-packages/_mysql.so: undefined symbol: uncompress
why?
thanks all
z!
README!
You are missing a package listed there: libz-devel. You may be missing others too.