LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Solaris 8 NRPE Install Issue (https://www.linuxquestions.org/questions/linux-software-2/solaris-8-nrpe-install-issue-850743/)

d072330 12-16-2010 04:56 PM

Solaris 8 NRPE Install Issue
 
I am having an issue with installing NRPE 2.12 on Solaris 8.

I can do the configure:

Quote:

./configure -with-ssl=/usr/local/ssl/lib
When I do the make all I get the following:

Quote:

cd ./src/; /usr/ccs/bin/make ; cd ..
gcc -g -O2 -I/usr/local/ssl/include/openssl -I/usr/local/ssl/include -DHAVE_CONFIG_H -o nrpe nrpe.c utils.c -L/usr/local/ssl/lib -lssl -lcrypto -lnsl -lsocket ./snprintf.o -liberty
nrpe.c: In function `main':
nrpe.c:211: warning: assignment discards qualifiers from pointer target type
nrpe.c:244: warning: assignment makes pointer from integer without a cast
Undefined first referenced
symbol in file
get_dh512 /var/tmp//cc8lfboL.o
ld: fatal: Symbol referencing errors. No output written to nrpe
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `nrpe'
Current working directory /export/home/user/nrpe-2.12/src
*** Error code 1
make: Fatal error: Command failed for target `all'
nrpe.c line 211
Quote:

meth=SSLv23_server_method();
nrpe.c line 244
Quote:

dh=get_dh512();
Any idears?

d072330 12-20-2010 10:43 AM

Come on forum I needs some help LOL.

d072330 07-11-2011 12:08 PM

No longer working with Solaris 8. Closing this thread.


All times are GMT -5. The time now is 10:05 PM.