[Zope-DB] ZMySQLDA on solaris10

Dieter Maurer dieter at handshake.de
Thu Feb 22 14:51:51 EST 2007


Comunian Alessandro wrote at 2007-2-22 12:30 +0100:
> ...
>    import _mysql
>ImportError: ld.so.1: python: fatal: relocation error: 
>file /home/wwhypda/plone/instance_test01/lib/python/_mysql.so: symbol 
>mysql_errno: referenced symbol not found

You MySQL-python does not fit with your MySQL version:

  MySQL-python (that is "_mysql.so") expects the MySQL client
  library to define a symbol "mysql_errno" and either
  the client library is not linked at all to "_mysql" or
  it does not define the symbol.

Check whether you can find a more up to date version of "MySQL-python"
(one that promissed to work with your MySQL version).

-- 
Dieter


More information about the Zope-DB mailing list