I've just installed MySQLdb and when I test it I got the following error:
problem in MySQLdb - ImportError: /usr/local/lib/python2.4/site-packages/_mysql.so: Undefined symbol "compress"
Can somebody help me solve this problem?
The system is FreeBSD6.0, I did a manual installation:
python
Python 2.4.3 (#2, Nov 21 2006, 04:00:25) [GCC 3.4.4 [FreeBSD] 20050518] on freebsd6
Type "help", "copyright", "credits" or "license" for more information.
>>> help ("MySQLdb")
problem in MySQLdb - ImportError: /usr/local/lib/python2.4/site-packages/_mysql.so: Undefined symbol "compress"
site.cfg:
[options]
embedded = True
I am relatively new at this and your help is greatly appreciated.
Thanks!
Alan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I've just installed MySQLdb and when I test it I got the following error:
problem in MySQLdb - ImportError: /usr/local/lib/python2.4/site-packages/_mysql.so: Undefined symbol "compress"
Can somebody help me solve this problem?
The system is FreeBSD6.0, I did a manual installation:
python
Python 2.4.3 (#2, Nov 21 2006, 04:00:25)
[GCC 3.4.4 [FreeBSD] 20050518] on freebsd6
Type "help", "copyright", "credits" or "license" for more information.
>>> help ("MySQLdb")
problem in MySQLdb - ImportError: /usr/local/lib/python2.4/site-packages/_mysql.so: Undefined symbol "compress"
site.cfg:
[options]
embedded = True
I am relatively new at this and your help is greatly appreciated.
Thanks!
Alan