configure:error:--with-ssl=opensl was given, but SSL is not available.

Asked 2 years ago, Updated 2 years ago, 38 views

I am currently building a server-side environment.
If you need a wget command along the way and try to install it,

configure:error:--with-ssl=opensl was given, but SSL is not available.

You will receive an error like this.
Honestly, I don't know what it means.

I'm really in trouble.
Help me!!

linux

2022-09-30 16:29

1 Answers

It seems that the OpenSSL library is not installed.For debian OSes, run sudo apt-get install libssl-dev and for redhat OSes, run sudo yum install-y openssl-devel and try again.


2022-09-30 16:29

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.