Xymon Mailing List Archive search

How to tell if Xymon OpenSSL is enabled?

list Henrik Størner
Wed, 05 Oct 2011 23:02:52 +0200
Message-Id: <user-203a59c9759a@xymon.invalid>

On 05-10-2011 22:55, Tom S wrote:
still no luck.
Does anyone have the proper attribues for on Ubuntu 10.04 x86_64
That's exactly the platform that most Xymon development happens on. So for a very quick fix, you could use the deb-files you can download from Sourceforge - they do have SSL support built in.

For compiling, make sure you have these packages installed:

henrik at osiris:~$ dpkg -l|grep ssl

ii  libssl-dev   0.9.8k-7ubuntu8.6
ii  libssl0.9.8  0.9.8k-7ubuntu8.6
ii  openssl      0.9.8k-7ubuntu8.6

And when changing settings in the Makefile, run "make clean" first to make sure everything is re-compiled. As a final check, you can run

    ldd /usr/lib/xymon/server/bin/xymonnet

and see if lists libssl.so.0.9.8 and libcrypto.so.0.9.8.


Regards,
Henrik