Active8
Verified User
- Joined
- Jul 13, 2013
- Messages
- 1,857
On one of our boxes we cant install the latest curl:
This is an Centos 6 box with Extended Lifecycle Support from Cloudlinux till 2024, but i don't think this has anything to do with it
Code:
vtls/openssl.c: In function 'SSL_CTX_use_certificate_chain_blob':
vtls/openssl.c:734: error: 'in' undeclared (first use in this function)
vtls/openssl.c:734: error: (Each undeclared identifier is reported only once
vtls/openssl.c:734: error: for each function it appears in.)
make[2]: *** [vtls/libcurl_la-openssl.lo] Error 1
make[2]: Leaving directory `/usr/local/directadmin/custombuild/curl-7.76.1/lib'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/directadmin/custombuild/curl-7.76.1/lib'
make: *** [all-recursive] Error 1
Code:
[root@srv1 custombuild]# curl -V
curl 7.75.0 (x86_64-pc-linux-gnu) libcurl/7.75.0 OpenSSL/1.0.1e-fips zlib/1.2.3 zstd/1.4.5 nghttp2/1.42.0
Release-Date: 2021-02-03
Protocols: dict file ftp ftps gopher gophers http https imap imaps mqtt pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HTTP2 HTTPS-proxy IPv6 Largefile libz NTLM NTLM_WB SSL UnixSockets zstd
This is an Centos 6 box with Extended Lifecycle Support from Cloudlinux till 2024, but i don't think this has anything to do with it
Last edited: