Operating System - HP-UX
1834666 Members
2569 Online
110069 Solutions
New Discussion

Re: Error compling nagios-plugins on HP-Ux 11.00

 
Edwin Ruiz_2
Super Advisor

Error compling nagios-plugins on HP-Ux 11.00

Hi!

I have one problem using check_disk for nagios on HP-UX 11.00. when df -Pk return 3 lines, that comman can not read the output and i give errors. I want to install other version of that plugins but when i try that i get that errors: somebody know whats wrong? Pls help me!


No suffix list.
Making all in intl
: -y -d --name-prefix=__gettext --output plural.c plural.y
rm -f plural.h
rm -f libintl.a
ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gett
ext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explode
name.o dcigettext.o dcngettext.o dngettext.o ngettext.o plural.o plural-exp.o l
ocalcharset.o localename.o osdep.o
ranlib libintl.a
Making all in lib
rm -f libnagiosplug.a
ar cru libnagiosplug.a getopt.o getopt1.o snprintf.o fsusage.o mountlis
t.o xmalloc.o realloc.o error.o getloadavg.o
ranlib libnagiosplug.a
Making all in plugins
Make: Must be a separator on rules line 995. Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.


1 REPLY 1
susan gregory_1
Valued Contributor

Re: Error compling nagios-plugins on HP-Ux 11.00

If the error you are complaining about is the "Make: Must be a separator on rules..." you need to check the makefile as it looks like you have a syntax error. It looks like you may be missing a "tab" character in the makefile.
What is on line 995 of the make file?