Problems in compiling NRPE

Pascal Miquet p.miquet at hafiba.fr
Tue Dec 10 13:59:57 CET 2002


First you've got warning according to mismatch types of arguments, so
result may not work.
Finally the linker didn't find the snprintf function. This implies that
this function is not implemented on the TRUE64, or is defined into
another library.

HTH
Regards.
Pascal Miquet


Le mar 10/12/2002 à 10:35, Kraus, Markus a écrit :
> Hello @,
> I' ve got Problems in compiling NRPE under Tru64 4.0. Has anybody an idea?
>  
> That' s the output of make all:
> cd ./src/; make ; cd ..
> make[1]: Entering directory `/usr/var/tmp/nrpe-1.5/src'
> gcc -g -O2 -DHAVE_CONFIG_H   nrpe.c netutils.c -o nrpe
> nrpe.c: In function `wait_for_connections':
> nrpe.c:354: warning: passing arg 1 of `bzero' from incompatible pointer type
> nrpe.c: In function `handle_connection':
> nrpe.c:613: warning: passing arg 1 of `bzero' from incompatible pointer type
> netutils.c: In function `my_connect':
> netutils.c:71: warning: cast from pointer to integer of different size
> collect2: ld returned 1 exit status
> /bin/ld:
> Unresolved:
> snprintf
> make[1]: *** [nrpe] Error 1
> make[1]: Leaving directory `/usr/var/tmp/nrpe-1.5/src'
> 
> 




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf




More information about the Users mailing list