Posted in

CentOS Error checking for OpenSSL library … not found

When installing Nginx from source on a CentOS 7 server, I got the following error

checking for OpenSSL library ... not found
checking for OpenSSL library in /usr/local/ ... not found
checking for OpenSSL library in /usr/pkg/ ... not found
checking for OpenSSL library in /opt/local/ ... not found

To fix the error, install openssl-devel package with the command

yum install openssl-devel -y
Visited 1 times, 1 visit(s) today

Leave a Reply

Your email address will not be published. Required fields are marked *