[Nagiosplug-help] NRPE compile help on linux
    mark 
    mark at woodstream.net
       
    Mon May 19 07:04:11 CEST 2003
    
    
  
Ok, so NRPE isn't strictly a plugin, but I'm having problems getting it to 
compile on one platform. I'm working on "Linux version 2.2.16-3 
(root at penguin.penguincomputing.com)". I've successfully compiled Openssl 
into /usr/local/ssl and all the libs and header files seem to be there. I 
run a ./configure --enable-ssl --enable-command-args for NRPE and it finds 
SSL ok and appears to config ok. However, when I run a 'make all' I get 
many SSL header errors like:
gcc -g -O2 -I/usr/local/ssl/include/openssl -I/usr/kerberos/include 
-DHAVE_CONFIG_H -L/usr/local/ssl/lib  -lssl -lcrypto -o nrpe -lnsl nrpe.c 
utils.c
In file included from ../common/config.h:190,
                 from ../common/common.h:24,
                 from nrpe.c:21:
/usr/local/ssl/include/openssl/rsa.h:62: openssl/asn1.h: No such file or 
directory
/usr/local/ssl/include/openssl/rsa.h:65: openssl/bio.h: No such file or 
directory
/usr/local/ssl/include/openssl/rsa.h:67: openssl/bn.h: No such file or 
directory
/usr/local/ssl/include/openssl/rsa.h:68: openssl/crypto.h: No such file or 
directory
/usr/local/ssl/include/openssl/rsa.h:69: openssl/ossl_typ.h: No such file 
or directory
In file included from ../common/config.h:191,
                 from ../common/common.h:24,
                 from nrpe.c:21:
/usr/local/ssl/include/openssl/crypto.h:68: openssl/stack.h: No such file 
or directory
/usr/local/ssl/include/openssl/crypto.h:69: openssl/safestack.h: No such 
file or directory
<snip>
I've checked and all the header files it is complaining about are there. 
Anyone have ideas about how to get NRPE to compile?
Thanks,
Mark
    
    
More information about the Help
mailing list