LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Problem in installing nagios plugins (https://www.linuxquestions.org/questions/linux-newbie-8/problem-in-installing-nagios-plugins-778619/)

prak86 12-29-2009 12:56 AM

Problem in installing nagios plugins
 
Hi,

when i try to install nagios plugins by giving make,

its showing the error as

/opt/nagios/nagios-plugins-1.4.14/plugins/check_http.c:856: undefined reference to `np_net_ssl_write'
/opt/nagios/nagios-plugins-1.4.14/plugins/check_http.c:860: undefined reference to `np_net_ssl_read'
/opt/nagios/nagios-plugins-1.4.14/plugins/check_http.c:899: undefined reference to `np_net_ssl_cleanup'
/opt/nagios/nagios-plugins-1.4.14/plugins/check_http.c:793: undefined reference to `np_net_ssl_init_with_hostname'
/opt/nagios/nagios-plugins-1.4.14/plugins/check_http.c:795: undefined reference to `np_net_ssl_check_cert'
/opt/nagios/nagios-plugins-1.4.14/plugins/check_http.c:796: undefined reference to `np_net_ssl_cleanup'
collect2: ld returned 1 exit status
make[2]: *** [check_http] Error 1
make[2]: Leaving directory `/opt/nagios/nagios-plugins-1.4.14/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/nagios/nagios-plugins-1.4.14'
make: *** [all] Error 2


can anyone help me to get over this?

EricTRA 12-29-2009 02:04 AM

Hi,

Did you get these errors on the first time? Did you run
Code:

./configure
before running the make command?

Kind regards,

Eric


All times are GMT -5. The time now is 01:24 PM.