[Nagiosplug-help] Make all fails on Red Hat 8.0 with error( missing separator)

Nikh Nath nnath at westlakefinancial.com
Mon Oct 21 16:49:03 CEST 2002


Hi,

Below is a complete install session for nagios plugin .
For convenience I am reproducing the error from "make all" right below:
========================================================================
config.status: creating Makefile
Making all in plugins
make[1]: Entering directory
`/opt/SWINSTALL/nagios/nagiosplug-1.3-beta1/plugins'
Makefile:655: *** missing separator.  Stop.
make[1]: Leaving directory
`/opt/SWINSTALL/nagios/nagiosplug-1.3-beta1/plugins'
make: *** [all-recursive] Error 1
========================================================================
=======

Any ideas anybody?


Thanks
Nikh Nath


[root at wfslx03 nagiosplug-1.3-beta1]# autoconf
[root at wfslx03 nagiosplug-1.3-beta1]# autoheader
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':

WARNING:   AC_DEFINE([NEED_MAIN], 1,
WARNING:             [Define if a function `main' is needed.])

WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
autoheader: `plugins/config.h.in' is updated

[root at wfslx03 nagiosplug-1.3-beta1]# automake
automake: configure.in: `AM_INIT_AUTOMAKE' must be used
automake: your implementation of AM_INIT_AUTOMAKE comes from an
automake: old Automake version.  You should recreate aclocal.m4
automake: with aclocal and run automake again.
plugins/Makefile.am: required file `./depcomp' not found
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL


[root at wfslx03 nagiosplug-1.3-beta1]# ./configure
--prefix=/usr/local/nagios
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for aclocal... /usr/bin/aclocal
checking for automake... /usr/bin/automake
checking for autoconf... /usr/bin/autoconf
checking for autoheader... /usr/bin/autoheader
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking whether make sets ${MAKE}... yes
checking for gawk... gawk
checking for python... /usr/bin/python
checking for perl... /usr/bin/perl
checking for sh... /bin/sh
checking for hostname... /bin/hostname
checking for basename... /bin/basename
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking for main in -ldce... no
checking for main in -lnsl... yes
checking for socket in -lsocket... no
checking for main in -lresolv... yes
checking for main in -lcrypt... yes
checking for PQsetdbLogin in -lpq... yes
checking pgsql/libpq-fe.h usability... no
checking pgsql/libpq-fe.h presence... no
checking for pgsql/libpq-fe.h... no
checking postgresql/libpq-fe.h usability... no
checking postgresql/libpq-fe.h presence... no
checking for postgresql/libpq-fe.h... no
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking for rc_read_config in -lradiusclient... no
configure: WARNING: Skipping radius plugin
configure: WARNING: install radius libs to compile this plugin (see
Requirements).
checking for main in -lldap... yes
configure: WARNING: Skipping mysql plugin
configure: WARNING: install mysql client libs to compile this plugin
(see Requirements).
checking for openssl... /usr/bin/openssl
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking for CRYPTO_lock in -lcrypto... yes
checking for main in -lssl... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking uio.h usability... no
checking uio.h presence... no
checking for uio.h... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for getopt_long... yes
checking for getopt_long_only... yes
checking for vsnprintf... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for type of socket size... int
checking for ps... /bin/ps
      ps syntax... /bin/ps -axo 'stat comm vsz rss user ppid args'
checking for df... /bin/df
"      df syntax... /bin/df -Pk"
checking for ping... /bin/ping
      ping syntax... /bin/ping -n -U -c <count> <host>
checking for nslookup... /usr/bin/nslookup
checking "nslookup syntax"... "/usr/bin/nslookup -sil"
checking for host... /usr/bin/host
checking "host syntax"... "/usr/bin/host"
checking for uptime... /usr/bin/uptime
checking for rpcinfo... /usr/sbin/rpcinfo
checking for ntpdate... /usr/sbin/ntpdate
checking for ntpdc... /usr/sbin/ntpdc
checking for lmstat... no
** Get lmstat from Globetrotter Software to monitor flexlm licenses
checking for smbclient... /usr/bin/smbclient
checking for who... /usr/bin/who
checking for snmpget... /usr/bin/snmpget
checking for snmpgetnext... /usr/bin/snmpgetnext
Found Net::SNMP perl module
checking for quakestat... no
checking for qstat... no
** Get qstat from http://www.activesw.com/people/steve/qstat.html in
order to make check_game plugin
checking for fping... /usr/local/sbin/fping
checking for ssh... /usr/bin/ssh
found /proc/meminfo
checking for dig... /usr/bin/dig
yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating subst
config.status: creating plugins/Makefile
config.status: creating plugins-scripts/Makefile
config.status: creating plugins-scripts/subst
config.status: creating plugins-scripts/utils.pm
config.status: creating plugins-scripts/utils.sh
config.status: creating command.cfg
config.status: creating test.pl
config.status: creating plugins/config.h
config.status: creating plugins/common.h
config.status: creating plugins/version.h
config.status: creating plugins/netutils.h
config.status: creating plugins/utils.h
config.status: creating plugins/popen.h
config.status: executing default-1 commands
config.status: executing default commands



[root at wfslx03 nagiosplug-1.3-beta1]# make all
cd . && /usr/bin/aclocal
cd . && \
  /usr/bin/automake --gnu  Makefile
automake: configure.in: `AM_INIT_AUTOMAKE' must be used
automake: your implementation of AM_INIT_AUTOMAKE comes from an
automake: old Automake version.  You should recreate aclocal.m4
automake: with aclocal and run automake again.
make: *** [Makefile.in] Error 1


[root at wfslx03 nagiosplug-1.3-beta1]# aclocal
[root at wfslx03 nagiosplug-1.3-beta1]# automake
automake: configure.in: `AM_INIT_AUTOMAKE' must be used
automake: your implementation of AM_INIT_AUTOMAKE comes from an
automake: old Automake version.  You should recreate aclocal.m4
automake: with aclocal and run automake again.
plugins/Makefile.am: required file `./depcomp' not found
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/depend2.am: AMDEP does not appear in
AM_CONDITIONAL
/usr/share/automake-1.6/am/lang-compile.am: AMDEP does not appear in
AM_CONDITIONAL

[root at wfslx03 nagiosplug-1.3-beta1]# make all
cd . && /usr/bin/autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --prefix=/usr/local/nagios  --no-create
--no-recursion
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for aclocal... /usr/bin/aclocal
checking for automake... /usr/bin/automake
checking for autoconf... /usr/bin/autoconf
checking for autoheader... /usr/bin/autoheader
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking whether make sets ${MAKE}... yes
checking for gawk... gawk
checking for python... /usr/bin/python
checking for perl... /usr/bin/perl
checking for sh... /bin/sh
checking for hostname... /bin/hostname
checking for basename... /bin/basename
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... no
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking for main in -ldce... no
checking for main in -lnsl... yes
checking for socket in -lsocket... no
checking for main in -lresolv... yes
checking for main in -lcrypt... yes
checking for PQsetdbLogin in -lpq... yes
checking pgsql/libpq-fe.h usability... no
checking pgsql/libpq-fe.h presence... no
checking for pgsql/libpq-fe.h... no
checking postgresql/libpq-fe.h usability... no
checking postgresql/libpq-fe.h presence... no
checking for postgresql/libpq-fe.h... no
checking libpq-fe.h usability... yes
checking libpq-fe.h presence... yes
checking for libpq-fe.h... yes
checking for rc_read_config in -lradiusclient... no
configure: WARNING: Skipping radius plugin
configure: WARNING: install radius libs to compile this plugin (see
Requirements).
checking for main in -lldap... yes
configure: WARNING: Skipping mysql plugin
configure: WARNING: install mysql client libs to compile this plugin
(see Requirements).
checking for openssl... /usr/bin/openssl
checking openssl/x509.h usability... yes
checking openssl/x509.h presence... yes
checking for openssl/x509.h... yes
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking openssl/rsa.h usability... yes
checking openssl/rsa.h presence... yes
checking for openssl/rsa.h... yes
checking openssl/pem.h usability... yes
checking openssl/pem.h presence... yes
checking for openssl/pem.h... yes
checking openssl/crypto.h usability... yes
checking openssl/crypto.h presence... yes
checking for openssl/crypto.h... yes
checking openssl/err.h usability... yes
checking openssl/err.h presence... yes
checking for openssl/err.h... yes
checking for CRYPTO_lock in -lcrypto... yes
checking for main in -lssl... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking uio.h usability... no
checking uio.h presence... no
checking for uio.h... no
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for getopt_long... yes
checking for getopt_long_only... yes
checking for vsnprintf... yes
checking for select... yes
checking for socket... yes
checking for strdup... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for type of socket size... int
checking for ps... /bin/ps
      ps syntax... /bin/ps -axo 'stat comm vsz rss user ppid args'
checking for df... /bin/df
"      df syntax... /bin/df -Pk"
checking for ping... /bin/ping
      ping syntax... /bin/ping -n -U -c <count> <host>
checking for nslookup... /usr/bin/nslookup
checking "nslookup syntax"... "/usr/bin/nslookup -sil"
checking for host... /usr/bin/host
checking "host syntax"... "/usr/bin/host"
checking for uptime... /usr/bin/uptime
checking for rpcinfo... /usr/sbin/rpcinfo
checking for ntpdate... /usr/sbin/ntpdate
checking for ntpdc... /usr/sbin/ntpdc
checking for lmstat... no
** Get lmstat from Globetrotter Software to monitor flexlm licenses
checking for smbclient... /usr/bin/smbclient
checking for who... /usr/bin/who
checking for snmpget... /usr/bin/snmpget
checking for snmpgetnext... /usr/bin/snmpgetnext
Found Net::SNMP perl module
checking for quakestat... no
checking for qstat... no
** Get qstat from http://www.activesw.com/people/steve/qstat.html in
order to make check_game plugin
checking for fping... /usr/local/sbin/fping
checking for ssh... /usr/bin/ssh
found /proc/meminfo
checking for dig... /usr/bin/dig
yes
configure: creating ./config.status
cd . && /bin/sh ./config.status Makefile
config.status: creating Makefile
Making all in plugins
make[1]: Entering directory
`/opt/SWINSTALL/nagios/nagiosplug-1.3-beta1/plugins'
Makefile:655: *** missing separator.  Stop.
make[1]: Leaving directory
`/opt/SWINSTALL/nagios/nagiosplug-1.3-beta1/plugins'
make: *** [all-recursive] Error 1



==================================
Nikhilesh Nath
Project Manager ( I.T. )
Westlake Financial Services
Work  : 323.692.4129
Fax   : 323.692.4129
Email : nnath at westlakefinancial.com 




More information about the Help mailing list