socket question(2)

Skip Montanaro skip at pobox.com
Mon Apr 7 15:14:59 EDT 2003


    Rick> eventhough i have installed openssl in my solaris 2.8
    Rick> box, i still get these errors. ..???
    ...
    Rick> ImportError: ld.so.1: python: fatal: libssl.so.0.9.6:
    Rick> open failed: No such file or directory

Did your openssl install create a file named libssl.so.0.9.6?  If not,
that's the reason.  If so, make sure it's in a location which ld.so will
look.  If it's not, try setting LD_LIBRARY_PATH before running the Python
interpreter.

Skip






More information about the Python-list mailing list