What the heck does this mean? make[2]: Leaving directory `/export/Zope/lib/python/Products/MySQLdb-0.1.0' make[1]: Leaving directory `/export/Zope/lib/python/Products/MySQLdb-0.1.0' gcc -I/usr/include/mysql -g -O2 -I/usr/local/include/python1.5 -I/usr/local/in clude/python1.5 -DHAVE_CONFIG_H -c ./_mysqlmodule.c ld -G _mysqlmodule.o -L/usr/lib/mysql -lmysqlclient -o _mysqlmodule.so Traceback (innermost last): File "build.py", line 14, in ? import MySQLdb 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 any help would be great, thanks! -chris
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
participants (2)
-
Anthony Baxter -
chris@camp.org