Search found 5 matches
- Wed Aug 21, 2013 2:40 pm
- Forum: Open Source Nagios Projects
- Topic: Compile NRPE 2.14 on HP-UX 11.31 IA64 server
- Replies: 8
- Views: 5882
Re: Compile NRPE 2.14 on HP-UX 11.31 IA64 server
I ended up using 2.13
- Wed Aug 21, 2013 10:09 am
- Forum: Open Source Nagios Projects
- Topic: Compile NRPE 2.14 on HP-UX 11.31 IA64 server
- Replies: 8
- Views: 5882
Re: Compile NRPE 2.14 on HP-UX 11.31 IA64 server
Yes, they are all there. I found a kluge way of getting it to work. Not pretty, but it seems to work First, I went back to nrpe-2.13 I added the following lines to nrpe.c to get rid of the compile errors. Note: some warnings still exist. /* Add syslog facilities that are missing in HPUX */ #define L...
- Tue Aug 20, 2013 2:54 pm
- Forum: Open Source Nagios Projects
- Topic: Compile NRPE 2.14 on HP-UX 11.31 IA64 server
- Replies: 8
- Views: 5882
Re: Compile NRPE 2.14 on HP-UX 11.31 IA64 server
Near as I can tell, all the files you mentioned are part of the original OS install # gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/opt/hp-gcc-4.7.1/bin/../libexec/gcc/ia64-hp-hpux11.23/4.7.1/lto-wrapper Target: ia64-hp-hpux11.23 Configured with: /home2/knmar/gcc/binutils_2.2_tar...
- Tue Aug 20, 2013 8:05 am
- Forum: Open Source Nagios Projects
- Topic: Compile NRPE 2.14 on HP-UX 11.31 IA64 server
- Replies: 8
- Views: 5882
Re: Compile NRPE 2.14 on HP-UX 11.31 IA64 server
Sorry. Ignore previous post. When I use the '--enabkle-ssl' I get the following. 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...
- Mon Aug 19, 2013 11:54 am
- Forum: Open Source Nagios Projects
- Topic: Compile NRPE 2.14 on HP-UX 11.31 IA64 server
- Replies: 8
- Views: 5882
Compile NRPE 2.14 on HP-UX 11.31 IA64 server
Can anyone provide me with some help on compiling NRPE 2.14 on an HP-UX 11.31 IA64 server? I've checked the web and followed the suggestions offered by 'Cyrus doing tye blog thing' and the build notes from MyOxide, but am having some compile errors not shown anywhere else. The details are shown belo...