Bu yüzden openssl inşa ediyorum
./config
make
sudo make install
sudo ln -sf /usr/local/ssl/bin/openssl `which openssl`
Bukle yaptım
./configure --with-ssl
make
make install
OpenSSL doğru kurulmuş görünüyor:
openssl version
OpenSSL 1.0.1g 7 Apr 2014
ancak curl eski openssl sürümünü kullanır (1.0.1g yerine 1.0.1f):
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
curl yeni sürümü nasıl kullanılır?
En yeni sürümleri denemek istiyorum, çünkü bazı garip openssl / curl hatası # 1 # 2 ile savaşıyorum
Düzenleme: Ben de denedim ./configure --with-ssl=/usr/local/ssl/include/openssl
, başarı yok
Edit2: Şimdiye kadar ben de denedim:
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
Başarı yok...
configure: error: OpenSSL libs and/or directories were not found where specified!
Lütfen benim düzenleme bakın - ile ilgili bir hata yok--with-ssl=/usr/local/ssl/include/openssl
ama eski openssl kullanılır. ikinci seçenek HTTPS olmadan kıvrımı yapılandırır