<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1276" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I tried to recompile nrpe without ssl on HP-UX but
I get some warnings when make.</FONT></DIV>
<DIV><FONT face=Arial size=2>Could You help me?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thank You</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Mauro</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>virgo# ./configure --disable-ssl<BR>checking for a
BSD compatible install... ./install-sh -c<BR>checking for gcc... no<BR>checking
for cc... cc<BR>checking whether the C compiler (cc ) works...
yes<BR>checking whether the C compiler (cc ) is a cross-compiler...
no<BR>checking whether we are using GNU C... no<BR>checking whether cc accepts
-g... yes<BR>checking whether make sets ${MAKE}... yes<BR>checking how to run
the C preprocessor... cc -E<BR>checking for ANSI C header files...
yes<BR>checking whether time.h and sys/time.h may both be included...
yes<BR>checking for sys/wait.h that is POSIX.1 compatible... yes<BR>checking for
ctype.h... yes<BR>checking for dirent.h... yes<BR>checking for errno.h...
yes<BR>checking for fcntl.h... yes<BR>checking for getopt.h... no<BR>checking
for grp.h... yes<BR>checking for inttypes.h... yes<BR>checking for netdb.h...
yes<BR>checking for pwd.h... yes<BR>checking for signal.h... yes<BR>checking for
stdint.h... no<BR>checking for strings.h... yes<BR>checking for string.h...
yes<BR>checking for syslog.h... yes<BR>checking for unistd.h... yes<BR>checking
for arpa/inet.h... yes<BR>checking for netinet/in.h... yes<BR>checking for
sys/types.h... yes<BR>checking for sys/time.h... yes<BR>checking for
sys/resource.h... yes<BR>checking for sys/wait.h... (cached) yes<BR>checking for
sys/socket.h... yes<BR>checking for sys/stat.h... yes<BR>checking for working
const... yes<BR>checking whether struct tm is in sys/time.h or time.h...
time.h<BR>checking for mode_t... yes<BR>checking for pid_t... yes<BR>checking
for size_t... yes<BR>checking return type of signal handlers... void<BR>checking
for uid_t in sys/types.h... yes<BR>checking type of array argument to
getgroups... gid_t<BR>checking size of int... 4<BR>checking size of short...
2<BR>checking size of long... 4<BR>checking for uint32_t... yes<BR>checking for
u_int32_t... no<BR>checking for int32_t... yes<BR>checking for main in -lnsl...
yes<BR>checking for socket in -lsocket... no<BR>checking for strdup...
yes<BR>checking for strstr... yes<BR>checking for strtoul... yes<BR>checking for
initgroups... yes<BR>checking for type of socket size... size_t<BR>checking for
perl... /usr/contrib/bin/perl<BR>creating ./config.status<BR>creating
Makefile<BR>creating src/Makefile<BR>creating subst<BR>creating
common/config.h</FONT></DIV>
<DIV> </DIV><FONT face=Arial size=2>
<DIV><BR>*** Configuration summary for nrpe 2.0 09-08-2003 ***:</DIV>
<DIV> </DIV>
<DIV> General Options:<BR> -------------------------<BR> NRPE
port: 5666<BR> NRPE user: nagios<BR> NRPE group:
nagios</DIV>
<DIV> </DIV>
<DIV><BR>Review the options above for accuracy. If they look okay,<BR>type
'make all' to compile the NRPE daemon and client.</DIV>
<DIV> </DIV>
<DIV>virgo# make all<BR> cd ./src/;
make ; cd ..<BR> cc -g -DHAVE_CONFIG_H
-o nrpe nrpe.c utils.c -lnsl<BR>nrpe.c:<BR>cc: "nrpe.c", line 620: warning
604: Pointers are not assignment-compatible.<BR>cc: "nrpe.c", line 620: warning
563: Argument #3 is not the correct
type.<BR>utils.c:<BR> cc -g
-DHAVE_CONFIG_H -o check_nrpe check_nrpe.c utils.c
-lnsl<BR>check_nrpe.c:<BR>utils.c:</FONT></DIV></BODY></HTML>