[Nagiosplug-help] Re: make all problems

Subhendu Ghosh sghosh at sghosh.org
Wed Jul 3 20:56:04 CEST 2002


what make are you using Sun or GNU?

You might want to try GNU make...

-sg

On Wed, 3 Jul 2002, Jerome Tytgat wrote:

> I have a similar problem under Solaris 7 and I'm trying to compile the tar.gz not the CVS tree :
> 
>  # make all
> Making all in plugins
> mksh: Fatal error in reader: = missing from replacement macro reference
> Current working directory /tmp/nagios/nagiosplug-1.3-beta1/plugins
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> 
> # ./configure
> loading cache ./config.cache
> checking for a BSD compatible install... ./install-sh -c
> checking for ranlib... (cached) ranlib
> checking for aclocal... no
> checking for automake... no
> checking for autoconf... no
> checking for autoheader... no
> checking for gcc... (cached) gcc
> checking whether the C compiler (gcc   -L.) works... yes
> checking whether the C compiler (gcc   -L.) is a cross-compiler... no
> checking whether we are using GNU C... (cached) yes
> checking whether gcc accepts -g... (cached) yes
> checking whether make sets ${MAKE}... (cached) yes
> checking for gawk... (cached) nawk
> checking for python... no
> checking for perl... (cached) /usr/local/bin/perl
> checking for sh... (cached) /usr/bin/sh
> checking for hostname... (cached) /usr/bin/hostname
> checking for basename... (cached) /usr/bin/basename
> checking how to run the C preprocessor... (cached) gcc -E
> checking for elf_begin in -lelf... (cached) yes
> checking for kvm_open in -lkvm... (cached) yes
> checking for getloadavg in -lutil... (cached) no
> checking for getloadavg in -lgetloadavg... (cached) no
> checking for getloadavg... (cached) yes
> checking whether getloadavg requires setgid... (cached) no
> checking for main in -ldce... (cached) no
> checking for main in -lnsl... (cached) yes
> checking for socket in -lsocket... (cached) yes
> checking for main in -lresolv... (cached) yes
> checking for main in -lcrypt... (cached) yes
> checking for PQsetdbLogin in -lpq... (cached) no
> configure: warning: Skipping PostgreSQL plugin (check_pgsql)
> configure: warning: LIBS=-lcrypt -lkvm -lelf  CPPFLAGS=
> configure: warning: install PostgreSQL libs to compile this plugin (see Requirements).
> checking for rc_read_config in -lradiusclient... (cached) no
> configure: warning: Skipping radius plugin
> configure: warning: install radius libs to compile this plugin (see Requirements).
> checking for main in -lldap... (cached) no
> configure: warning: Skipping LDAP plugin
> configure: warning: install LDAP libs to compile this plugin (see Requirements).
> configure: warning: Skipping mysql plugin
> configure: warning: install mysql client libs to compile this plugin (see Requirements).
> checking for openssl... no
> checking for openssl/x509.h... (cached) no
> checking for openssl/ssl.h... (cached) no
> checking for openssl/rsa.h... (cached) no
> checking for openssl/pem.h... (cached) no
> checking for openssl/crypto.h... (cached) no
> checking for openssl/err.h... (cached) no
> checking for x509.h... (cached) no
> checking for ssl.h... (cached) no
> checking for rsa.h... (cached) no
> checking for pem.h... (cached) no
> checking for crypto.h... (cached) no
> checking for err.h... (cached) no
> checking for CRYPTO_lock in -lcrypto... (cached) no
> checking for ANSI C header files... (cached) yes
> checking whether time.h and sys/time.h may both be included... (cached) yes
> checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
> checking for signal.h... (cached) yes
> checking for strings.h... (cached) yes
> checking for string.h... (cached) yes
> checking for syslog.h... (cached) yes
> checking for unistd.h... (cached) yes
> checking for uio.h... (cached) no
> checking for errno.h... (cached) yes
> checking for regex.h... (cached) yes
> checking for sys/types.h... (cached) yes
> checking for sys/time.h... (cached) yes
> checking for sys/socket.h... (cached) yes
> checking for sys/loadavg.h... (cached) yes
> checking for working const... (cached) yes
> checking whether struct tm is in sys/time.h or time.h... (cached) time.h
> checking for pid_t... (cached) yes
> checking for size_t... (cached) yes
> checking return type of signal handlers... (cached) void
> checking for getopt_long... no import_sources=getopt
> checking for getopt_long_only... (cached) no
> checking for vsnprintf... (cached) no
> checking for select... (cached) no
> checking for socket... (cached) no
> checking for strdup... (cached) no
> checking for strstr... (cached) no
> checking for strtod... (cached) no
> checking for strtol... (cached) no
> checking for strtoul... (cached) no
> checking for type of socket size... int
> checking for ps... (cached) /usr/bin/ps
>       ps syntax... /usr/bin/ps -Ao 's comm vsz rss'
> checking for df... (cached) /usr/bin/df
>  df syntax... /usr/bin/df -k
> checking for ping... (cached) /usr/sbin/ping
>       ping syntax... /usr/sbin/ping -n -s <host> 56 <count>
> checking for nslookup... (cached) /usr/sbin/nslookup
> checking nslookup syntax... /usr/sbin/nslookup
> checking for host... no
> configure: warning: host command not found
> checking for uptime... (cached) /usr/bin/uptime
> checking for rpcinfo... (cached) /usr/bin/rpcinfo
> checking for ntpdate... (cached) /usr/sbin/ntpdate
> checking for ntpdc... no
> checking for xntpdc... no
> checking for lmstat... no
> ** Get lmstat from Globetrotter Software to monitor flexlm licenses
> checking for smbclient... no
> ** Get smbclient from Samba.org to monitor SMB shares
> checking for who... (cached) /usr/bin/who
> checking for snmpget... no
> ** Get snmpget from http://net-snmp.sourceforge.net to make check_hpjd and check_snmp plugins
> checking for snmpgetnext... no
> ** Tried /usr/local/bin/perl - install Net::SNMP perl module if you want to
>         use the perl snmp plugins
> 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... no
> ** Get fping from http://www.fping.com in order to make check_fping plugin
> checking for ssh... no
> ** Get ssh in order to make check_by_ssh plugin
> found swap command
> checking for swap... (cached) /etc/swap
>       using Solaris format
> checking for dig... no
> yes
> creating ./config.status
> creating Makefile
> creating subst
> creating plugins/Makefile
> creating plugins-scripts/Makefile
> creating plugins-scripts/subst
> creating plugins-scripts/utils.pm
> creating plugins-scripts/utils.sh
> creating command.cfg
> creating test.pl
> creating plugins/config.h
> plugins/config.h is unchanged
> creating plugins/common.h
> plugins/common.h is unchanged
> creating plugins/version.h
> plugins/version.h is unchanged
> creating plugins/netutils.h
> plugins/netutils.h is unchanged
> creating plugins/utils.h
> plugins/utils.h is unchanged
> creating plugins/popen.h
> plugins/popen.h is unchanged
> 
> 

-- 






More information about the Help mailing list