Checking for OpenSSL ...
Compiling with SSL library works OK
/bin/ld: cannot find -ltirpc
collect2: error: ld returned 1 exit status
make: *** [Makefile.test-ssl:7: test-link] Error 1
Warning: Cannot link with SSL library
OpenSSL include- or library-files not found.
Although you can use Xymon without OpenSSL, you will not
be able to run network tests of SSL-enabled services, e.g. https.
So installing OpenSSL is recommended.
OpenSSL can be found at
http://www.openssl.org/If you have OpenSSL installed, use the "--sslinclude DIR" and "--ssllib DIR"
options to configure to specify where they are.
Continuing with SSL support disabled.
I have tried
"--sslinclude DIR" and "--ssllib DIR" as noted from install script:
# ./configure --sslinclude /usr/bin/ --ssllib /lib64/
and get: unrecognized ./configure target --sslinclude