[Zope] Zope 2.6 libssl install problem
Dieter Maurer
dieter@handshake.de
Wed, 14 Aug 2002 20:21:09 +0200
Patrick Price writes:
> 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?
> ...
> from _socket import *
> ImportError: ld.so.1: /usr/local/bin/python: fatal: libssl.so.0.9.6:
> open failed: No such file or directory
Almost. It's because "_socket" (which probably is called "_socketmodule")
was compiled with SSL support.
Dieter