Re: ZMySQLDA on solaris10

"Dieter Maurer" <[email protected]>
Newsgroups gmane.comp.web.zope.database
Message-ID <[email protected]>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.