Menu

#23 check_http: error libssl.so.0

open
nobody
None
5
2001-07-03
2001-07-03
Anonymous
No

/usr/local/netsaint/libexec/check_http: error while
loading shared libraries: libssl.so.0: cannot load
shared object file: No such file or directory

Discussion

  • Andrei G

    Andrei G - 2001-08-25

    Logged In: YES
    user_id=307843

    Hi

    I had the same problem on a red Hat 7.0 machine, where I
    installed the newest openssl 9.6 library. It has an
    libssl.so.1.
    You also need to install the openssl095a-0.9.5a-9.i386.rpm
    package and then it worked for me.

    Andrei

     
  • Mukarram Syed

    Mukarram Syed - 2002-06-18

    Logged In: YES
    user_id=499680

    In Solaris, if you have ssl libraries installed
    in /usr/local/ssl/lib, you have to link the libraries
    to /usr/lib.
    For Example: if the library libcrypto.so.0.9.6 fails with
    the following error:
    ./check_http -h
    ld.so.1: ./check_http: fatal: libcrypto.so.0.9.6: open
    failed: No such file or directory
    Killed
    Then:
    ln -s /usr/local/ssl/lib/libcrypto.so.0.9.6 /usr/lib
    This worked for me.
    -muksyed.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.