SSL Error: Missing OpenSSL (-lcrypto) - aborted while Compiling Pound

While Compiling newer version of pound Load Balancer the Compilation fails with following error .

Error: Missing OpenSSL (-lcrypto) - aborted

openssl





Solution:
 You need to Install openssl devel package, that will solve the issue.

To install openssl devel package please find the command below.

 yum install openssl-devel -y





0 Comments