26 Mar
1999
26 Mar
'99
4:22 p.m.
I am trying to use the ZMySQL component on a Solaris 251 machine, I have Pyhton 151 installed from sources and MySQL 3.22.16 from sources. Zope,Python and MySQL all work fine and the ZMySQL module compiled fine but when I try to "import" it from python I get the following error: Python 1.5.1 (#1, Mar 25 1999, 13:52:32) [GCC 2.7.2.3] on sunos5 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
import MySQL Traceback (innermost last): File "<stdin>", line 1, in ? ImportError: ld.so.1: python: fatal: relocation error: symbol not found: __umodd i3: referenced in /usr/local/mysql/lib/mysql/libmysqlclient.so.5
I also tried it from a FreeBSD machine with pretty much the same result. Any ideas.???? TIA Daren