Skip to content
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

Open
anver opened this issue Sep 3, 2017 · 4 comments
Open

configure: error: OpenSSL library required #25

anver opened this issue Sep 3, 2017 · 4 comments

Comments

@anver
Copy link

anver commented Sep 3, 2017

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.

@ghost
Copy link

ghost commented Sep 7, 2017

I'm also having this same issue on debian 9, I also tried the solutions on the links OP posted but didn't worked

@ehmar
Copy link

ehmar commented Sep 20, 2017

For Debian 9 try...

apt install libssl1.0-dev

@plenarius
Copy link

This fixed the problem for me:
sed -i s/SSL_library_init/OPENSSL_init_ssl/ configure.ac configure

@AImissq
Copy link

AImissq commented May 18, 2024

This fixed the problem for me: sed -i s/SSL_library_init/OPENSSL_init_ssl/ configure.ac configure

Fixed it for me too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants