Xymon Mailing List Archive search

Monitoring HTTPS sites

list Tim McCloskey
Wed, 19 Dec 2012 22:58:32 +0000
Message-Id: <user-3b7a7dbf8022@xymon.invalid>

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 [user-f94a3a1b7030@xymon.invalid]
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 [user-f94a3a1b7030@xymon.invalid]

Sent: Wednesday, December 19, 2012 2:37 PM

To: Tim McCloskey

Cc: 

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