nrpe installation error(configure: error: Cannot find ssl libraries)
HATA:
1 | checking for SSL headers... configure: error: Cannot find ssl headers |
ÇÖZÜM:
1 2 | yum install openssl-devel ./configure --with-ssl=/usr/bin/openssl --with-ssl-lib=/usr/lib/ |
1 | checking for SSL headers... configure: error: Cannot find ssl headers |
1 2 | yum install openssl-devel ./configure --with-ssl=/usr/bin/openssl --with-ssl-lib=/usr/lib/ |
You must be logged in to post a comment.
So, what do you think ?