0

OpenSSL library... not found

Hello there, whenever i was trying to install a package compiling from it' s source code, when i run the configure script i have found the following error. why?

checking for OpenSSL library... not found
configure: error: OpenSSL was not found in any of /usr /usr/local /usr/local/ssl /usr/pkg /usr/sfw  use --with-openssl=/path
CentOS OpenSSL Add a comment
charlesmartin
asked Mar 10 2018

Answer

0

You need to install the dependency package for openssl use the below command to install it

yum install openssl-devel
Add a comment
parthiban
asked Mar 12 2018
edited Oct 05 2018
Post your Answer