[Zope] Re: Zope 2.6 install problem
Patrick Price
patrick@wvu.edu
Tue, 13 Aug 2002 17:06:59 -0400
Yep, darnit, I didn't have these problems with the Zope 2.5 Solaris
binary (which came with Python)..
So I compiled Python 2.1.3 and got this:
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
So I removed that Python and went back to the packaged binary Python
2.1.1 and compiled openSSL to resolve the libssl.so problem. Now I'm
back to square one:
> ./start
------
2002-08-13T17:03:10 PANIC(300) z2 Startup exception
Traceback (innermost last):
Module __main__, line 552, in ?
Module <string>, line 1, in ?
Module Zope, line 21, in ?
Module ZODB, line 14, in ?
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
Can anyone out there give some pointers?
Thanks,
Patrick Price
Chris McDonough wrote:
>Errr... it appears that your Python can't find an ssl library on your
>machine. Does that file exist?
>
>On Tue, 2002-08-13 at 14:32, Patrick Price wrote:
>
>>I tried upgrading to Zope 2.6.0a1 and got the following error.
>>
>>Is this because the python binary I installed was compiled with SSL
>>support?
>>
>>-Patrick
>>
>> > ./start
>>Traceback (most recent call last):
>> File "/space/jprice/Zope/z2.py", line 504, in ?
>> from SignalHandler import SignalHandler
>> File "/space/jprice/Zope/lib/python/SignalHandler.py", line 18, in ?
>> from ZServer import asyncore
>> File "/space/jprice/Zope/ZServer/__init__.py", line 27, in ?
>> from medusa import asyncore
>> File "/space/jprice/Zope/ZServer/medusa/asyncore.py", line 51, in ?
>> import socket
>> File "/usr/local/lib/python2.1/socket.py", line 41, in ?
>> from _socket import *
>>ImportError: ld.so.1: /usr/local/bin/python: fatal: libssl.so.0.9.6:
>>open failed: No such file or directory
>>
>>
>>
>>
>>_______________________________________________
>>Zope maillist - Zope@zope.org
>>http://lists.zope.org/mailman/listinfo/zope
>>** No cross posts or HTML encoding! **
>>(Related lists -
>> http://lists.zope.org/mailman/listinfo/zope-announce
>> http://lists.zope.org/mailman/listinfo/zope-dev )
>>
>
>
>
>_______________________________________________
>Zope maillist - Zope@zope.org
>http://lists.zope.org/mailman/listinfo/zope
>** No cross posts or HTML encoding! **
>(Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>