HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: NAGIOS: Unable to Execute check_http
Operating System - Linux
1827811
Members
2091
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 10:47 AM
11-15-2004 10:47 AM
NAGIOS: Unable to Execute check_http
I created two symlinks for openssl files per Nagios install document
>>#ln -s /lib/libcrypto.so.0.9.6b /lib/libcrypto.so.4
>>#ln -s /lib/libssl.so.0.9.6b /lib/libssl.so.4
and tried to test 'check_http' script :
MYCOMPUTER:/usr/lib # /usr/local/nagios/libexec/check_http --help
and got this error:
/usr/local/nagios/libexec/check_http: error while loading shared libraries: libcrypto.so.4: cannot open shared object file: No such file or directory
I verified the link is there:
lrwxrwxrwx 1 root root 17 Nov 15 15:35 libcrypto.so.4 -> libcryto.so.0.9.7
Anyone understand this problem, please help me.
Thanks
__________________
Daniel
>>#ln -s /lib/libcrypto.so.0.9.6b /lib/libcrypto.so.4
>>#ln -s /lib/libssl.so.0.9.6b /lib/libssl.so.4
and tried to test 'check_http' script :
MYCOMPUTER:/usr/lib # /usr/local/nagios/libexec/check_http --help
and got this error:
/usr/local/nagios/libexec/check_http: error while loading shared libraries: libcrypto.so.4: cannot open shared object file: No such file or directory
I verified the link is there:
lrwxrwxrwx 1 root root 17 Nov 15 15:35 libcrypto.so.4 -> libcryto.so.0.9.7
Anyone understand this problem, please help me.
Thanks
__________________
Daniel
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2004 12:43 PM
11-15-2004 12:43 PM
Re: NAGIOS: Unable to Execute check_http
lrwxrwxrwx 1 root root 17 Nov 15 15:35 libcrypto.so.4 -> libcryto.so.0.9.7
Your symbolic link seems to be pointing to libcryto.so.0.9.7 (instead of libcrypto), please check that it's not a typo.
If symbolic link is correct, check that libcrypto.so.4 is in the library cache.
$ /sbin/ldconfig -p | grep libcrypto
libcrypto.so.4 (libc6) => /lib/libcrypto.so.4
Your symbolic link seems to be pointing to libcryto.so.0.9.7 (instead of libcrypto), please check that it's not a typo.
If symbolic link is correct, check that libcrypto.so.4 is in the library cache.
$ /sbin/ldconfig -p | grep libcrypto
libcrypto.so.4 (libc6) => /lib/libcrypto.so.4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2004 04:21 AM
11-16-2004 04:21 AM
Re: NAGIOS: Unable to Execute check_http
Silly Syntax Error on the ln -s setup.
Thanks.
Thanks.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP