Active8
Verified User
- Joined
- Jul 13, 2013
- Messages
- 1,857
Thank you for your effort, this is the right approach I thinkAnd yes, I agree - it needs to be solved, I just didn't want to take any urgent actions to make things worse.
Thank you for your effort, this is the right approach I thinkAnd yes, I agree - it needs to be solved, I just didn't want to take any urgent actions to make things worse.
Debian 10 is finebut I've still got no details if CentOS 7/8, Debian 9/10, Ubuntu 18.04/20.04 or FreeBSD 11/12 are affected.
cd /usr/src
wget https://www.openssl.org/source/openssl-1.1.1k.tar.gz
tar -xzvf openssl-1.1.1k.tar.gz
cd openssl-1.1.1k
./config
make && make install
ln -s /usr/local/lib64/libssl.so.1.1 /usr/lib64/
ln -s /usr/local/lib64/libcrypto.so.1.1 /usr/lib64/
ln -s /usr/local/bin/openssl /usr/bin/openssl_latest
cd /usr/local/directadmin/custombuild
./build update
./build all d
configure: error: select TLS backend(s) or disable TLS with --without-ssl.
Select from these:
--with-amissl
--with-bearssl
--with-gnutls
--with-mbedtls
--with-mesalink
--with-nss
--with-openssl (also works for BoringSSL and libressl)
--with-rustls
--with-schannel
--with-secure-transport
--with-wolfssl
Is it still happening with cURL 7.77.0 on EOL OS?
Centos 6Is it still happening with cURL 7.77.0 on EOL OS?
maybe you have custom configure ?Centos 6
Curl 7.75.0 to 7.77.0
- configure: error: select TLS backend(s) or disable TLS with --without-ssl.
Apparently that file did exist.maybe you have custom configure ?
cat /usr/local/directadmin/custombuild/custom/curl/configure.curl