[Zope] MySQL DA Help Please

Anthony Baxter Anthony Baxter <anthony@interlink.com.au>
Thu, 11 Nov 1999 17:10:43 +1100


>>> chris@camp.org wrote
> What the heck does this mean?
> 
>   File "MySQLdb.py", line 19, in ?
>     from _mysql import *
> ImportError: ld.so.1: python: fatal: relocation error: file
> /usr/local/mysql/lib
> /mysql/libmysqlclient.so.6: symbol __udivdi3: referenced symbol not found

Wild guess - try changing the Setup file so that mysqlmodule.so links
with -lm

Anthony