Jatin Davey wrote: > Hi > > While installing the NRPE addon , i am unable to issue the make all command. > > Following the NRPE documentation, first i did ./configure command and > then when i gave the make all command , it shows me the following error: > > [r...@pc-linux-1 nrpe-2.12]# make all > make: *** No rule to make target `all'. Stop. > > I noticed the last step of the ./configure output was as below: > > checking for closesocket... no > checking for socklen_t... yes > checking for type of socket size... size_t > checking for SSL headers... configure: error: Cannot find ssl headers > > Please let me know what to do next. > > Thanks > Jatin > >
run ./configure --disable-ssl and after that run the make command . Or if you want ssl , install the openssl and openssl-devel packages for your distribution . Assaf -- Never,Ever Cut A Deal With a Dragon ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
