[Zope] ZMySQLDB error
Daren Sefcik
daren@sefcik.cc
Mon, 29 Mar 1999 14:58:54 -0800 (PST)
After everything compiled fine I try to import MySQL and get the following
error:
rdi% python
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:
__umoddi3: referenced in /usr/local/mysql/lib/mysql/libmysqlclient.so.5
>>>
Does anyone have any ideas??
MySQL works fine as well as Zope.
Do I need to install the Sun ld.so patch??
TIA Daren