Jadi saya membangun openssl
./config
make
sudo make install
sudo ln -sf /usr/local/ssl/bin/openssl `which openssl`
Saya membuat ikal
./configure --with-ssl
make
make install
OpenSSL terlihat terpasang dengan benar:
openssl version
OpenSSL 1.0.1g 7 Apr 2014
namun curl menggunakan versi openssl lama (1.0.1f alih-alih 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
bagaimana cara membuat ikal menggunakan versi baru?
Saya ingin mencoba versi terbaru, karena saya berkelahi dengan beberapa bug openssl / curl yang aneh # 1 # 2
Sunting: Saya juga mencoba ./configure --with-ssl=/usr/local/ssl/include/openssl
, tidak berhasil
Sunting2: Sejauh ini saya juga mencoba:
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
tidak berhasil ...
configure: error: OpenSSL libs and/or directories were not found where specified!
Silakan lihat edit saya - tidak ada kesalahan dengan--with-ssl=/usr/local/ssl/include/openssl
tetapi openssl lama digunakan. Opsi kedua mengkonfigurasi ikal tanpa HTTPS