14 Aug
2002
14 Aug
'02
6:21 p.m.
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