Xymon Mailing List Archive search

OpenSSL and OpenLDAP

3 messages in this thread

list Trever Noggle · Mon, 23 Sep 2019 22:25:58 -0600 ·
I have been fighting this thing all night.? Trying to install xymon on Centos 7 inside of virtualbox.? openldap complains about openssl and openssl does not make it past the configure script.

Keeps getting this:

Checking for OpenSSL ...
Compiling with SSL library works OK
/bin/ld: cannot find -ltirpc
collect2: error: ld returned 1 exit status
make: *** [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 to use the packages from yum and tried to build them from scratch and nothing seems to work.? Any ideas?
list Dirk Kastens · Tue, 24 Sep 2019 08:24:24 +0200 ·
Hi,
quoted from Trever Noggle
Warning: Cannot link with SSL library
OpenSSL include- or library-files not found.
Did you install the openssl-devel RPM?

-- 
Viele Gruesse,

Dirk Kastens
Universitaet Osnabrueck, Rechenzentrum (Computer Center)
Albrechtstr. 28, 49069 Osnabrueck, Germany
Tel.: +XX-XXX-XXX-XXXX, FAX: -2470
list Tim McCloskey · Tue, 24 Sep 2019 05:22:19 -0700 ·
/bin/ld: cannot find -ltirpc
^
Do you have libtirpc and libtirpc-devel?

Tim


From the change log (rev 8070, 4.3.29)
* Support glibc->tirpc migration on newer distributions
quoted from Trever Noggle


On Mon, Sep 23, 2019 at 9:36 PM Trever Noggle <user-3824a7e0e1de@xymon.invalid> wrote:
I have been fighting this thing all night.  Trying to install xymon on
Centos 7 inside of virtualbox.  openldap complains about openssl and
openssl does not make it past the configure script.

Keeps getting this:

Checking for OpenSSL ...
Compiling with SSL library works OK
/bin/ld: cannot find -ltirpc
collect2: error: ld returned 1 exit status
make: *** [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 to use the packages from yum and tried to build them from
scratch and nothing seems to work.  Any ideas?