Operating System - Linux
1831642 Members
1743 Online
110027 Solutions
New Discussion

Re: Compiling the Nagios NRPE Client and Plugins on an HP-UX 10.20 machine

 
Andrew Kaplan
Super Advisor

Compiling the Nagios NRPE Client and Plugins on an HP-UX 10.20 machine

I am trying to compile the Nagios NRPE client and associated plugins on an HP-UX 10.20 machine without much success. I have installed gcc 3.1.1 onto the machine and I am able to compile the nrpe client program but am unable to do the same with the plugins. I was wondering if anyone would have better luck than me on this issue. I am enclosing the source files for the client and the plugins in this message. Thanks in advance.
A Journey In The Quest Of Knowledge
1 REPLY 1
Guilleaume Valery
New Member

Re: Compiling the Nagios NRPE Client and Plugins on an HP-UX 10.20 machine

Hello,
Are you check your environnement variable CC.
"echo $CC". This variable must be contained the path and the name of your complier (gcc). If not, you use this command : "export CC=/usr/local/bin/gcc". You must just use "./configure" and "make all" and "make install" (in root).
I think it must be go.

Val??ry Guilleaume