Hi Team,
I am not able to install pnp-0.4.14 for FAN (Nagios version 3.0.6), default installation directory is /usr/lib/nagios, package is extracted at /usr/loca/src/pnp-0.4.14.
installing as below
./configure --prefix=/usr/lib/nagios
[root@NagiosFAN pnp-0.4.14]# ./configure --prefix=/usr/lib/nagios
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... 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 for gcc option to accept ISO C89... none needed
checking whether make sets $(MAKE)... no
checking for strip... /usr/bin/strip
checking for cp... /bin/cp
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/wait.h that is POSIX.1 compatible... 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 dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for unistd.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdlib.h... (cached) yes
checking for dirent.h... (cached) yes
checking for string.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for sys/types.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for sys/stat.h... (cached) 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 netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking for struct dirent.d_type... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for bzero... yes
checking for socket... yes
checking for alarm... yes
checking for strerror... yes
checking for strspn... yes
checking for getloadavg... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for an ANSI C-conforming const... yes
checking for perl... /usr/bin/perl
checking for rrdtool... /usr/bin/rrdtool
checking rrdtool path /usr/bin/rrdtool... yes
checking for executable Bit on /usr/bin/rrdtool... yes
checking for linker flags for loadable modules... -shared
checking for Perl Module Time::HiRes... yes
checking for Perl Module Getopt::Long... yes
checking for optional Perl Module RRDs... yes
configure: creating ./config.status
config.status: creating subst
config.status: creating include/config.h
config.status: include/config.h is unchanged
*** Configuration summary for pnp 0.4.14 05-02-2009 ***
General Options:
------------------------- -------------------
Nagios user/group: nagios nagios
Install directory: /usr/lib/nagios
HTML Dir: /usr/lib/nagios/share
Config Dir: /usr/lib/nagios/etc
Location of rrdtool binary: /usr/bin/rrdtool Version 1.2.27
RRDs Perl Modules: FOUND (Version 1.2027)
RRD Files stored in: /usr/lib/nagios/share/perfdata
process_perfdata.pl Logfile: /usr/lib/nagios/var/perfdata.log
Perfdata files (NPCD) stored in: /usr/lib/nagios/var/spool/perfdata/
Review the options above for accuracy. If they look okay,
type 'make all' to compile.
[root@NagiosFAN pnp-0.4.14]# make all
-bash: make: command not found
please suggest solution
any body know this thing