[Zope] Zope 2.6 libssl install problem
Patrick Price
patrick@wvu.edu
Tue, 13 Aug 2002 14:32:54 -0400
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