nrpe在configure过程中报错

checking whether compiling and linking against SSL works... configure: error: no

首先这个问题,是我源码包升级OpenSSL时的配置出错。建议可以根据以下地址的方法升级OpenSSL:
https://www.cnblogs.com/caibao666/p/9698842.html

./configure --with-ssl=/usr/bin/openssl --with-ssl-lib=/usr/lib/x86_64-linux-gnu

通常已经安装了OpenSSL库,但您必须安装头文件。根据您的Linux发行版,您将需要以下这些包:
Red Hat - openssl-devel
Debian, Ubuntu, Mint - libssl-dev
Arch - openssl