nrpe 2.15 for hpux 11.31

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
pkarr
Posts: 58
Joined: Fri Oct 05, 2012 1:01 pm

nrpe 2.15 for hpux 11.31

Post by pkarr »

Hi,
I'm trying to install the new version of nrpe-2.15 for HPUX 11.31ia-64 so that I can use command args. So far its not working.

I've tried to do this with the earlier versions without success. I have the nrpe 2.12 depot package(http://www.mayoxide.com/naghpux/) working but, alas, it doesn't use command args. I have studied the blogs (Cyrus doing the blog thing,etc) on the subject and tried the fixes with no luck. I'd appreciate your help.

Here's what I get when I run configure. At this point it doesn't matter whether I specify the ssl args or not. I get the same error.


$ PATH="$(cat /etc/PATH):/usr/local/bin" ./configure --with-libintl-lib=/opt/gtk2.6/lib --with-ssl-inc=/opt/openssl/include/openssl --with-ssl-lib=/opt/openssl/lib/hpux64 --enable-command-args
checking for a BSD-compatible install... ./install-sh -c
checking build system type... ia64-hp-hpux11.31
checking host system type... ia64-hp-hpux11.31
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.


thanks,
Penny

Penny Karr | IT Infrastructure Monitoring
Harvard Vanguard Medical Associates, an Affiliate of Atrius Health
254 Second Avenue | Needham, MA 02494
P (781) 292-1853 | F (781 292-1980 | http://www.harvardvanguard.org
Email: [email protected]
You do not have the required permissions to view the files attached to this post.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: nrpe 2.15 for hpux 11.31

Post by abrist »

It looks like you are missing a library:
/usr/lib/hpux32/dld.so: Unable to find library 'libintl.so'.
And this is killing the gcc version check among other checks and is subsequently failing.
Can you make sure that you have: gettext, libiconv and zlib installed?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: nrpe 2.15 for hpux 11.31

Post by lmiltchev »

I don't know much about HPUX, but looking at the config.log errors, it seems to me that the compiler is failing, most probably because of missing dependencies. Try installing the gettext, libiconv and maybe zlib then try compiling again. Hope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked