14 Aug
2002
14 Aug
'02
6:25 p.m.
Patrick Price writes:
ImportError: ld.so.1: /usr/local/bin/python: fatal: relocation error: file /space/jprice/Zope/lib/python/ExtensionClass.so: symbol __eprintf: referenced symbol not found The "ExtensionClass" module wants a symbol "__eprintf".
This looks like it should come from a standard library (all Python symbols should start with "py" or "Py"). The problem may go away (not sure, though) when you regenerate "ExtensionClass.o" and "ExtensionClass.so". I would try to start from a fresh Zope source distribution. Dieter