python2.1 and RedHat7.1

Sean Reifschneider jafo at tummy.com
Mon Jul 9 03:39:26 EDT 2001


On Tue, Jul 03, 2001 at 01:46:57PM -0700, Tom Dunham wrote:
>Has anyone who installed in this way tried "import socket"?

RedHat has changed the OpenSSL RPM so that openssl-0.9.6 provides
libssl.so.1, where the old one provided libssl.so.0.  Ditto for libcrypto.
Either try installing the "openssl095a" package (in addition to the
"openssl-0.9.6" package), or make link the missing library in /usr/lib.
Try "ls -l /usr/lib/libssl*" to see what you currently have.

Sean
-- 
 "The big bad wolf, he learned the rule.  You gotta get hot to play real cool."
Sean Reifschneider, Inimitably Superfluous <jafo at tummy.com>
tummy.com - Linux Consulting since 1995. Qmail, KRUD, Firewalls, Python




More information about the Python-list mailing list