Problem with NRPE --making on HP-UX

Mauro mauog at interfree.it
Mon Jan 12 16:56:47 CET 2004


I tried to recompile nrpe without ssl on HP-UX but I get some warnings when make.
Could You help me?

Thank You


Mauro


virgo# ./configure --disable-ssl
checking for a BSD compatible install... ./install-sh -c
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc  ) works... yes
checking whether the C compiler (cc  ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... cc -E
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 ctype.h... yes
checking for dirent.h... yes
checking for errno.h... yes
checking for fcntl.h... yes
checking for getopt.h... no
checking for grp.h... yes
checking for inttypes.h... yes
checking for netdb.h... yes
checking for pwd.h... yes
checking for signal.h... yes
checking for stdint.h... no
checking for strings.h... yes
checking for string.h... yes
checking for syslog.h... yes
checking for unistd.h... yes
checking for arpa/inet.h... yes
checking for netinet/in.h... yes
checking for sys/types.h... yes
checking for sys/time.h... yes
checking for sys/resource.h... yes
checking for sys/wait.h... (cached) yes
checking for sys/socket.h... yes
checking for sys/stat.h... yes
checking for working const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking size of int... 4
checking size of short... 2
checking size of long... 4
checking for uint32_t... yes
checking for u_int32_t... no
checking for int32_t... yes
checking for main in -lnsl... yes
checking for socket in -lsocket... no
checking for strdup... yes
checking for strstr... yes
checking for strtoul... yes
checking for initgroups... yes
checking for type of socket size... size_t
checking for perl... /usr/contrib/bin/perl
creating ./config.status
creating Makefile
creating src/Makefile
creating subst
creating common/config.h


*** Configuration summary for nrpe 2.0 09-08-2003 ***:

 General Options:
 -------------------------
 NRPE port:  5666
 NRPE user:  nagios
 NRPE group: nagios


Review the options above for accuracy.  If they look okay,
type 'make all' to compile the NRPE daemon and client.

virgo# make all
        cd ./src/; make ; cd ..
        cc -g -DHAVE_CONFIG_H -o nrpe nrpe.c utils.c  -lnsl
nrpe.c:
cc: "nrpe.c", line 620: warning 604: Pointers are not assignment-compatible.
cc: "nrpe.c", line 620: warning 563: Argument #3 is not the correct type.
utils.c:
        cc -g -DHAVE_CONFIG_H -o check_nrpe check_nrpe.c utils.c  -lnsl
check_nrpe.c:
utils.c:
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20040112/84c46780/attachment.html>


More information about the Users mailing list