make[2]: *** [check_http.o] Error 1 make[2]: Leaving directory `/home/cyruslab/nagios-plugins-1.4.16/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/cyruslab/nagios-plugins-1.4.16' make: *** [all] Error 2
I had problem trying to make
the nagios plugin, I found out that I lacked libssl-dev
, install the development file by using sudo apt-get install libssl-dev
then make
and sudo make install