Je construis donc openssl
./config
make
sudo make install
sudo ln -sf /usr/local/ssl/bin/openssl `which openssl`
Je construis une boucle
./configure --with-ssl
make
make install
OpenSSL semble installé correctement:
openssl version
OpenSSL 1.0.1g 7 Apr 2014
cependant curl utilise l'ancienne version openssl (1.0.1f au lieu de 1.0.1g):
curl --version
curl 7.37.0 (x86_64-unknown-linux-gnu) libcurl/7.37.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 libssh2/1.4.3 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smtp smtps telnet tftp
Features: IDN IPv6 Largefile NTLM NTLM_WB SSL libz TLS-SRP
comment faire utiliser curl nouvelle version?
Je veux essayer les dernières versions, car je me bats avec un bug étrange openssl / curl # 1 # 2
Edit: j'ai aussi essayé ./configure --with-ssl=/usr/local/ssl/include/openssl
, sans succès
Edit2: Jusqu'à présent, j'ai également essayé:
sudo ./configure --with-ssl --with-libssl-prefix=/usr/local/ssl
./configure --with-ssl=/usr/local/ssl
PKG_CONFIG_PATH=/usr/local/ssl/lib/pkgconfig ./configure
PKG_CONFIG_PATH=/usr/local/ssl/lib/pkgconfig ./configure --with-ssl
PKG_CONFIG_PATH=/usr/local/ssl/lib/pkgconfig ./configure --with-ssl=/usr/local/ssl/include/openssl
Sans succès...
configure: error: OpenSSL libs and/or directories were not found where specified!
S'il vous plaît voir mon édition - il n'y a pas d'erreur--with-ssl=/usr/local/ssl/include/openssl
mais l'ancien openssl est utilisé. deuxième option configure curl sans HTTPS