Also baue ich openssl
./config
make
sudo make install
sudo ln -sf /usr/local/ssl/bin/openssl `which openssl`
Ich baue Locken
./configure --with-ssl
make
make install
OpenSSL sieht richtig installiert aus:
openssl version
OpenSSL 1.0.1g 7 Apr 2014
Allerdings verwendet curl die alte openssl-Version (1.0.1f statt 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
Wie macht man Curl mit neuer Version?
Ich möchte die neuesten Versionen testen, da ich mit einem seltsamen OpenSL / CurL-Bug # 1 # 2 kämpfe
Edit: Ich habe es auch versucht ./configure --with-ssl=/usr/local/ssl/include/openssl
, kein Erfolg
Edit2: Bisher habe ich auch versucht:
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
Kein Erfolg...
configure: error: OpenSSL libs and/or directories were not found where specified!
Bitte sehen Sie meine Bearbeitung - es gibt keinen Fehler mit,--with-ssl=/usr/local/ssl/include/openssl
aber alte openssl wird verwendet. zweite Option konfiguriert Curl ohne HTTPS