[p4dti-discussion] P4DTI-discussion Digest, Vol 28, Issue 7

Nick Barnes nb at ravenbrook.com
Mon Sep 24 12:50:25 BST 2007


At 2007-09-24 06:06:03+0000, "Vinod A Patil" writes:
> Hi ,
> 
> I installed mysqldb module but it did not worked.
> Its giving error as 
> 
> File "run.py", line 20, in ?
>     from init import r
>   File "/opt/p4dti/init.py", line 134, in ?
>     configure_module = __import__('configure_' + configure_name)
>   File "/opt/p4dti/configure_bugzilla.py", line 33, in ?
>     import mysqldb_support
>   File "/opt/p4dti/mysqldb_support.py", line 41, in ?
>     import MySQLdb
>   File "build/bdist.linux-i686/egg/MySQLdb/__init__.py", line 19, in ?
>   File "build/bdist.linux-i686/egg/_mysql.py", line 7, in ?
>   File "build/bdist.linux-i686/egg/_mysql.py", line 6, in __bootstrap__
> ImportError: /usr/lib/mysql/libmysqlclient_r.so.14: undefined symbol:
> uncompress

This looks like an incompatibility between your MySQLdb installation
and your MySQL client libraries.  This isn't really a P4DTI issue, and
is a little outside my core expertise.  You could try asking the
MySQLdb developer.  You'll know it's fixed when you can say "import
MySQLdb" to a python prompt.

Nick Barnes
P4DTI Project
Ravenbrook Limited




More information about the P4DTI-discussion mailing list