[Nagiosplug-help] nagiosplug1.3b1 compiling

Subhendu Ghosh sghosh at sghosh.org
Fri Jul 12 20:13:13 CEST 2002


see the make all bug report on sourceforge..

On Fri, 12 Jul 2002 gonzalesw at suomi24.fi wrote:

> hi,
> 
> I tried to compile that plugin packet. and got error like that (above)
> first i compile nagios packet and everything was fine. distribution is RH7.3
> any ideas? what i should do? i need these check_xxx files 
> 
> -g-
> 
> [root at linux nagiosplug-1.3-beta1]#  ./configure 
> --prefix=/usr/local/nagios --with-nagios-user=nagiadmin 
> -with-nagios-group=nagiadmin --with-cgiurl=/usr/local/nagios/sbin
> creating cache ./config.cache
> checking for a BSD compatible install... /usr/bin/install -c
> checking for ranlib... ranlib
> checking for aclocal... no
> checking for automake... no
> checking for autoconf... no
> checking for autoheader... no
> checking for gcc... 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... 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 elf_begin in -lelf... no
> checking for kvm_open in -lkvm... no
> checking for getloadavg in -lutil... yes
> checking for getloadavg... yes
> checking whether getloadavg requires setgid... (cached) yes
> checking group of /dev/kmem... kmem
> 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... no
> configure: warning: Skipping PostgreSQL plugin (check_pgsql)
> configure: warning: LIBS=-lcrypt -lutil  CPPFLAGS=
> configure: warning: install PostgreSQL libs to compile this plugin (see 
> Requirements).
> 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... no
> configure: warning: Skipping LDAP plugin
> configure: warning: install LDAP libs to compile this plugin (see 
> Requirements).checking for mysql_init in -lmysqlclient... no
> checking for mysql_close in -lmysqlclient... yes
> checking for mysql/mysql.h... yes
> checking for mysql/errmsg.h... yes
> checking for openssl... /usr/bin/openssl
> checking for openssl/x509.h... no
> checking for openssl/ssl.h... no
> checking for openssl/rsa.h... no
> checking for openssl/pem.h... no
> checking for openssl/crypto.h... no
> checking for openssl/err.h... no
> checking for x509.h... no
> checking for ssl.h... no
> checking for rsa.h... no
> checking for pem.h... no
> checking for crypto.h... no
> checking for err.h... yes
> checking for CRYPTO_lock in -lcrypto... no
> checking for ANSI C header files... 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 for signal.h... yes
> checking for strings.h... yes
> checking for string.h... yes
> checking for syslog.h... yes
> checking for unistd.h... yes
> checking for uio.h... no
> checking for errno.h... yes
> checking for regex.h... yes
> checking for sys/types.h... yes
> checking for sys/time.h... yes
> checking for sys/socket.h... yes
> checking for sys/loadavg.h... no
> checking for working 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
> ** Tried /usr/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... /usr/bin/ssh
> found /proc/meminfo
> checking for dig... /usr/bin/dig
> yes
> updating cache ./config.cache
> 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
> creating plugins/common.h
> creating plugins/version.h
> creating plugins/netutils.h
> creating plugins/utils.h
> creating plugins/popen.h
> [root at linux nagiosplug-1.3-beta1]# gmake all
> cd . && 
> /bin/sh: -c: line 2: syntax error: unexpected end of file
> gmake: *** [aclocal.m4] Error 2
> [root at linux nagiosplug-1.3-beta1]# make all 
> cd . && 
> /bin/sh: -c: line 2: syntax error: unexpected end of file
> make: *** [aclocal.m4] Error 2
> [root at linux nagiosplug-1.3-beta1]# 
> 
> 
> 
> _______________________________________________________
> Ilmainen nettiyhteys: http://www.suomi24.fi/liittyma/
> Ilmainen sähköposti:  http://posti.suomi24.fi/
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Gadgets, caffeine, t-shirts, fun stuff.
> http://thinkgeek.com/sf
> _______________________________________________
> Nagiosplug-help mailing list
> Nagiosplug-help at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nagiosplug-help
> 

-- 






More information about the Help mailing list