Nagios plugin 2.3.3 installing getting below errors

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Post Reply
balus44
Posts: 1
Joined: Fri Dec 09, 2022 1:09 am

Nagios plugin 2.3.3 installing getting below errors

Post by balus44 »

Hi Team,

i am trying to install nagios plugin 2.3.3 in client getting below error

#make
opt/test/nagios-plugins-2.3.3/plugins/sslutils.c:150: undefined reference to `TLS_client_method'
/opt/test/nagios-plugins-2.3.3/plugins/sslutils.c:176: undefined reference to `SSL_CTX_set_options'
/opt/test/nagios-plugins-2.3.3/plugins/sslutils.c:107: undefined reference to `TLS_client_method'
/opt/test/nagios-plugins-2.3.3/plugins/sslutils.c:154: undefined reference to `OPENSSL_init_ssl'
/opt/test/nagios-plugins-2.3.3/plugins/sslutils.c:155: undefined reference to `OPENSSL_init_ssl'
/opt/test/nagios-plugins-2.3.3/plugins/sslutils.c:156: undefined reference to `OPENSSL_init_crypto'
libnpcommon.a(sslutils.o): In function `np_net_ssl_check_cert_real':
/opt/test/nagios-plugins-2.3.3/plugins/sslutils.c:282: undefined reference to `X509_getm_notAfter'
collect2: error: ld returned 1 exit status
make[2]: *** [check_http] Error 1
make[2]: Leaving directory `/opt/test/nagios-plugins-2.3.3/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/test/nagios-plugins-2.3.3'
make: *** [all] Error 2


Please do needful , why getting above errors

Regards,
Bala :roll:
Post Reply