[Xymon] Monitoring HTTPS sites
Tim McCloskey
tm at freedom.com
Wed Dec 19 23:58:32 CET 2012
Can you actually 'su - ' to root on this box? I suspect that your environment does not have proper path and lib path statements. If you can't su to root then most likely you WILL need to provide the path to the SSL goodies. You will need to see where the libraries and include files are installed. Usually /usr/local/ssl, might be /usr/local/openssl on your system. Use whatever tools you have to find the install location for these packages and add the flags as needed.
apt-file list libssl-dev
apt-file list libssl0.9.8
--sslinclude DIRECTORY : Specify location of OpenSSL include files
--ssllib DIRECTORY : Specify location of OpenSSL libraries
./build/ssl.sh shows the search patterns.
Good Luck,
Tim
From: xymon-bounces at xymon.com [xymon-bounces at xymon.com] on behalf of Jewel Makda [jewel.brueggeman-makda at washburn.edu]
Sent: Wednesday, December 19, 2012 2:45 PM
To: xymon at xymon.com
Subject: Re: [Xymon] Monitoring HTTPS sites
When I run (sudo ./configure.server --pcreinclude /usr/include --pcrelib /usr/lib) I get the following: "OpenSSL include or library-files not found.
Jewel
On 12/19/2012 4:40 PM, Tim McCloskey wrote:
Good, you've got the required SSL stuff. You should be able to perform a clean build of Xymon now.
Give it a go and let us know how it goes :)
From: Jewel Brueggeman-Makda [jewel.brueggeman-makda at washburn.edu]
Sent: Wednesday, December 19, 2012 2:37 PM
To: Tim McCloskey
Cc:
xymon at xymon.com
Subject: Re: [Xymon] Monitoring HTTPS sites
xymon at Xymon:~$ apt-cache search libssl | grep SSL
libssl-dev - SSL development libraries, header files and documentation
libssl-doc - SSL development documentation documentation
libssl1.0.0 - SSL shared libraries
libssl0.9.8 - SSL shared libraries
_______________________________________________
Xymon mailing list
Xymon at xymon.com
http://lists.xymon.com/mailman/listinfo/xymon
More information about the Xymon
mailing list