Closed uncelvel closed 9 years ago
sudo ./configure OK but
[canhdx@DANANG nrpe-2.13]$ sudo make all cd ./src/; make ; cd .. make[1]: Entering directory /home/canhdx/nrpe-2.13/src' gcc -g -O2 -I/usr/include/openssl -I/usr/include -DHAVE_CONFIG_H -o nrpe nrpe.c utils.c acl.c -L/usr/lib64 -lssl -lcrypto -lnsl nrpe.c: In function ‘main’: nrpe.c:218:7: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] meth=SSLv23_server_method(); ^ gcc -g -O2 -I/usr/include/openssl -I/usr/include -DHAVE_CONFIG_H -o check_nrpe check_nrpe.c utils.c -L/usr/lib64 -lssl -lcrypto -lnsl check_nrpe.c: In function ‘main’: check_nrpe.c:126:7: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] meth=SSLv23_client_method(); ^ make[1]: Leaving directory/home/canhdx/nrpe-2.13/src'
/home/canhdx/nrpe-2.13/src' gcc -g -O2 -I/usr/include/openssl -I/usr/include -DHAVE_CONFIG_H -o nrpe nrpe.c utils.c acl.c -L/usr/lib64 -lssl -lcrypto -lnsl nrpe.c: In function ‘main’: nrpe.c:218:7: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] meth=SSLv23_server_method(); ^ gcc -g -O2 -I/usr/include/openssl -I/usr/include -DHAVE_CONFIG_H -o check_nrpe check_nrpe.c utils.c -L/usr/lib64 -lssl -lcrypto -lnsl check_nrpe.c: In function ‘main’: check_nrpe.c:126:7: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] meth=SSLv23_client_method(); ^ make[1]: Leaving directory
* Compile finished *
If the NRPE daemon and client compiled without any errors, you can continue with the installation or upgrade process.
Read the PDF documentation (NRPE.pdf) for information on the next steps you should take to complete the installation or upgrade.
What happend to my config?
* Compile finished * ---> Just make all
sudo ./configure OK but
[canhdx@DANANG nrpe-2.13]$ sudo make all cd ./src/; make ; cd .. make[1]: Entering directory
/home/canhdx/nrpe-2.13/src' gcc -g -O2 -I/usr/include/openssl -I/usr/include -DHAVE_CONFIG_H -o nrpe nrpe.c utils.c acl.c -L/usr/lib64 -lssl -lcrypto -lnsl nrpe.c: In function ‘main’: nrpe.c:218:7: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] meth=SSLv23_server_method(); ^ gcc -g -O2 -I/usr/include/openssl -I/usr/include -DHAVE_CONFIG_H -o check_nrpe check_nrpe.c utils.c -L/usr/lib64 -lssl -lcrypto -lnsl check_nrpe.c: In function ‘main’: check_nrpe.c:126:7: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] meth=SSLv23_client_method(); ^ make[1]: Leaving directory
/home/canhdx/nrpe-2.13/src'* Compile finished *
If the NRPE daemon and client compiled without any errors, you can continue with the installation or upgrade process.
Read the PDF documentation (NRPE.pdf) for information on the next steps you should take to complete the installation or upgrade.
What happend to my config?