<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Chester,<DIV><BR class="khtml-block-placeholder"></DIV><DIV>I know this is terribly late, but thanks for your report. I've fixed (2). Not sure how to fix (1) - I'd be grateful for any ideas from anyone.<DIV><BR class="khtml-block-placeholder"></DIV><DIV>Not sure why (3) is happening. Unfortunately, I don't know enough about (4) to sort out.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>For (5), I'd be interested in how coreutils does this (<A href="http://www.gnu.org/software/coreutils/">http://www.gnu.org/software/coreutils/</A>) because we use their routines to get the load average and I doubt if they insist on setuid root to allow this to happen.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Can I get access to an AIX server to test on?</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>1 out of 5 - pretty bad showing :(</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Ton</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV><DIV>On 4 Aug 2005, at 15:05, Hosey, Chester wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">  <P><FONT size="2" face="Arial">This probably doesn’t too many people, but I'm reporting it anyway in accordance with the note at </FONT><A href="http://nagiosplug.sourceforge.net/"><U><FONT color="#0000FF" size="2" face="Arial">http://nagiosplug.sourceforge.net/</FONT></U></A><FONT size="2" face="Arial">.</FONT></P><P><FONT size="2" face="Arial">I successfully built nagios-plugins 1.4 on an AIX 4.3 machine using gcc 3.3 from Bull Freeware (for the archives: others with similar setups will also need gettext from Bull Freeware in order to get gcc to work, otherwise gcc will fail with something like "dependent module libintl.a(shr.o) could not be loaded").</FONT></P><P><FONT size="2" face="Arial">Most of the plugins built successfully. There were some minor issues:</FONT> </P><P><FONT size="2" face="Arial">1) The generated Makefiles include -R/usr/local/lib </FONT> <BR><FONT size="2" face="Arial">   Workaround: vi `find . -name Makefile`, remove -R/usr/local/lib</FONT> </P><P><FONT size="2" face="Arial">2) The link check_ldaps->check_ldap was generated despite the fact that check_ldap itself wasn't built.</FONT> </P><P><FONT size="2" face="Arial">3) The "use lib" line in many of the generated Perl scripts wasn't syntactically correct -- it read:</FONT> </P><P><FONT size="2" face="Arial">   use lib "/usr/local/nagios/libexec" /libexec</FONT> </P><P><FONT size="2" face="Arial">   The line should probably have read:</FONT> </P><P><FONT size="2" face="Arial">   use lib "/usr/local/nagios/libexec", "/libexec";</FONT> </P><P><FONT size="2" face="Arial">   Note the added quotes and semicolon. Since /libexec doesn't exist on this system anyways, I just edited the line to read:</FONT></P><P><FONT size="2" face="Arial">   use lib "/usr/local/nagios/libexec";</FONT> <BR><FONT size="2" face="Arial">   </FONT> <BR><FONT size="2" face="Arial">4) Line 50 of check_breeze reads:</FONT> <BR><FONT size="2" face="Arial">   $sig = `snmpgetuser/local/bin/snmpget</FONT> </P><P><FONT size="2" face="Arial">   Based on the successfully built copy on my Red Hat machine, it should read (with possible path adjustments):</FONT> </P><P><FONT size="2" face="Arial">   $sig = `/usr/bin/snmpget $host $opc_C .1.3.6.1.4.1.710.3.2.3.1.3.0`;</FONT> </P><P><FONT size="2" face="Arial">   Although since snmpget doesn't exist on this system the plugin should probably not have been build/installed at all.</FONT> </P><P><FONT size="2" face="Arial">5) I had to make check_load setuid root. When run without root permissions, it returns '0 0 0' as the load average.</FONT> </P><P><FONT size="2" face="Arial">These are easy to work around with rm and vi, so please consider this a report of success.</FONT> </P><P><FONT size="2" face="Arial">Chet</FONT> </P>  </BLOCKQUOTE></DIV><BR></DIV></DIV></BODY></HTML>