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!!
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.
© 2024 OneMinuteCode. All rights reserved.