[Zope] Re: Zope 2.6 install problem

Dieter Maurer dieter@handshake.de
Wed, 14 Aug 2002 20:25:13 +0200


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