-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configure: error: OpenSSL library required #25
Comments
I'm also having this same issue on debian 9, I also tried the solutions on the links OP posted but didn't worked |
For Debian 9 try... apt install libssl1.0-dev |
This fixed the problem for me: |
aogriffiths
added a commit
to aogriffiths/squid
that referenced
this issue
Nov 18, 2018
Fixed it for me too |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running configure I get this error "configure: error: OpenSSL library required"
I installed open ssl using
sudo apt install libssl-dev
as I'm using Debian GNU/Linux 9 (stretch )
I ran ./autogen.sh and ran ./configure which brings me the same error. Please help. I tried so many things like the posts below
https://superuser.com/questions/371901/openssl-missing-during-configure-how-to-fix
https://bitcoin.stackexchange.com/questions/45741/building-on-ubuntu-16-missing-ssl-during-configure
Nothing works,
Please help.
The text was updated successfully, but these errors were encountered: