[Zope] Installation trouble on Solaris 2.6
Zach Frey
ztf@one.com
Fri, 3 Mar 2000 14:36:56 -0500
Hi all,
I'm trying to install Zope from source on a Solaris 2.6 system,
and I'm running into problems.
When I try "./start", I get the following error:
$ ./start
$ Traceback (innermost last):
File "/opt2/local/zope/Zope-2.1.4-src/z2.py", line 436, in ?
exec "import "+MODULE in {}
File "<string>", line 1, in ?
File "/opt2/local/zope/Zope-2.1.4-src/lib/python/Zope/__init__.py", line
94, in ?
import ZODB, ZODB.ZApplication, imp
File "/opt2/local/zope/Zope-2.1.4-src/lib/python/ZODB/__init__.py", line
85, in ?
import sys, ExtensionClass, TimeStamp, cPersistence, Persistence
ImportError: ld.so.1: /usr/local/bin/python: fatal: relocation error: file
/opt2/local/zope/Zope-2.1.4-src/lib/python/ExtensionClass.so: symbol
PyImport_ImportModule: referenced symbol not found
I am new to Python, so it's less than obvious to me what is going
on here. It looks like the ExtensionClass module is failing to
import, but I have no idea how to go about fixing this.
[Yes, I know about the precompiled Solaris 2.6 binary. However,
I eventually will need to get this running on a Solaris 2.5.1 system.
Also, as far as I can tell, the binary release is not set up for
Apache integration, which is something I also need to do.]
Thanks in advance,
Zach Frey