unbound icon indicating copy to clipboard operation
unbound copied to clipboard

OpenSSL Version Check Error

Open Ra2-IFV opened this issue 2 years ago • 4 comments

configure: error: OpenSSL found in /usr/local, but version 0.9.7 or higher is required
However

$ /usr/local/bin/openssl version  
OpenSSL 3.0.1 14 Dec 2021 (Library: OpenSSL 3.0.1 14 Dec 2021)

How can I fix it?

System info:Linux ifvlab 5.13.0-30-generic #33-Ubuntu SMP Fri Feb 4 17:03:31 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

Ra2-IFV avatar Mar 07 '22 13:03 Ra2-IFV

I am having this same issue, with OpenSSL 1.1.1q I get configure: error: OpenSSL found in /home/user/dev, but version 0.9.7 or higher is required. This error is on both the latest 1.17.0 and 1.16.2. I've tried using OpenSSL 1.1.1k and 1.1.1s which I've confirmed working elsewhere in our project.

sneurlax avatar Nov 03 '22 20:11 sneurlax

See also #765, I am following those steps as well

sneurlax avatar Nov 11 '22 22:11 sneurlax

configure: error: OpenSSL found in /usr/local, but version 0.9.7 or higher is required However

$ /usr/local/bin/openssl version  
OpenSSL 3.0.1 14 Dec 2021 (Library: OpenSSL 3.0.1 14 Dec 2021)

I came across the same message. Need exactly OpenSSL 1.x branch, not 3.x branch. Even though the message says "or higher". Need to install OpenSSL 1.x and specify the path to lib more precisely if more than one version is installed.

mrfuggy avatar Jan 13 '24 14:01 mrfuggy

same issue, Do anyone fix it?

billzhao0315 avatar Apr 12 '24 08:04 billzhao0315