SSL Error: Missing OpenSSL (-lcrypto) - aborted
While Compiling newer version of pound Load Balancer the Compilation fails with following error .
You need to Install openssl devel package, that will solve the issue.
To install openssl devel package please find the command below.
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
No comments