Xymon Mailing List Archive search

https and sslcert column

list David Raymond
Tue, 8 Feb 2011 09:34:47 -0500
Message-Id: <user-a45c71a11bd7@xymon.invalid>

Henrik,

This is what I have in "Makefile"

# OpenSSL settings
SSLFLAGS = -DHAVE_OPENSSL=1
SSLINCDIR = -I/usr/local/ssl/include
SSLLIBS = -L/usr/local/ssl/lib -lssl -lcrypto
RPATHVAL += /usr/local/ssl/lib

David Raymond

-----Original Message-----
From: Raymond, David [mailto:user-b68bb8c94f8b@xymon.invalid] 
Sent: Tuesday, February 08, 2011 8:34
To: xymon at xymon.com
Subject: RE: [xymon] https and sslcert column

Hi Henrik,

I just install manually openssl. When I did the ./configure --server, he found it.
After all, this still 
root at mon01:~# /usr/lib/xymon/server/bin/xymonnet --version xymonnet
xymonnet version 4.3.0-0.20110123.rc1	

root at mon01:~# openssl version
OpenSSL 0.9.8o 01 Jun 2010

What I need to do more ?

David Raymond

-----Original Message-----
From: Raymond, David [mailto:user-b68bb8c94f8b@xymon.invalid] 
Sent: Monday, February 07, 2011 17:44
To: xymon at xymon.com
Subject: Re: [xymon] https and sslcert column

Ok fine. I know I have install it. Were can I find those libraries to point it in configuration file.

David Raymond

D: XXX.XXX.XXXX x7064 C: XXX.XXX.XXXX F: XXX.XXX.XXXX www.batiparbarrette.com

----- Original Message -----
From: Henrik "Størner [mailto:user-ce4a2c883f75@xymon.invalid]
Sent: Monday, February 07, 2011 05:35 PM
To: xymon at xymon.com <xymon at xymon.com>
Subject: Re: [xymon] https and sslcert column

In <user-09aab773ff5c@xymon.invalid> "Raymond, David" <user-b68bb8c94f8b@xymon.invalid> writes:
I see in this topic http://www.xymon.com/archive/2005/05/msg00248.html
That I need to compile with ssl. I think I don't, but can I fix it ?

You need to install the OpenSSL libraries and development files.
Most systems have these available in the package management system (via rpm, dpkg, apt-get, aptitude, FreeBSD ports, Sun FreeWare, ....)

The re-run the Xymon "configure" script - you may have to use some options (see "./configure --help") to point it at the OpenSSL installation, if it is in a non-default location. Then "make"
and "make install".
root@ mon01:~# /usr/lib/xymon/server/bin/xymonnet --version xymonnet 
version 4.3.0-0.20110123.rc1
Nope, no SSL support there.


Regards,
Henrik