[Zope] Zope 2.6 libssl install problem

Chris McDonough chrism@zope.com
13 Aug 2002 15:44:55 -0400


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 )