I installed Openssl, Openssl-dev on Linux. When I configure Thrift, I get this error:
checking for BN_init in -lcrypto... no
configure: error: "Error: libcrypto required."
Please advise!
On Ubuntu installing libssl-dev package should fix it. If you use another distro, package name should be similar.
On debian 8, sudo apt-get install libssl1.0-dev
solves the issue.
On Amazon Linux (and possibly CentOS/Fedora/RHEL), you will need to install openssl-devel
on Ubuntu 18.04, run this: sudo apt install libssl1.0-dev
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With