curl-library
curl-7.43.0 has serious bug that cannot run configure script correctly
Date: Fri, 24 Jul 2015 18:12:48 +0900
Hi.
Before building curl, I built OpenSSL and zlib with static linking.
After that, I hit following:
env PKG_CONFIG_PATH=/home/openssl/lib/pkgconfig ./configure
--prefix=/home/curl/ --with-ssl=/home/openssl --with-zlib --disable-dynamic
--enable-static
As a result, I got this:
checking for pkg-config... no
checking for CRYPTO_lock in -lcrypto... yes
checking for SSL_connect in -lssl... no
checking for ssl with RSAglue/rsaref libs in use... checking forSSL_connect
in -lssl... (cached) no
configure: error: OpenSSL libs and/or directories were not found where
specified!
Only static build goes failed, dynamic build works fine with ssl-dynamic
after hitting ldconfig.
configure script don't lookup ssl's directory for some reason, and the
reason is bug, I guess.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2015-07-24