cURL / Mailing Lists / curl-users / Single Mail

curl-users

How to find out missing libraries for curl

From: Nikita Michalko <michalko.system_at_a-i-p.com>
Date: Tue, 28 Oct 2014 14:45:39 +0100

Hi there,

I currentlystuck in configure curl V. 7.38 on the SLES11-SP3 - kernel
3.0.101-0.31; need some assistance - plz help!
Command:
configure --with-libssh2=/usr/lib64/ --with-sftp --enable-proxy
--enable-SFTP=YES --with-libidn=/usr/lib64/ --enable-debug --with-gnutls
--with-ssl

In config.log I can see:
...
configure:21032: checking if GSS-API support is requested
configure:21163: result: no
configure:21232: checking whether to enable Windows native SSL/TLS
(Windows native builds only)
configure:21254: result: no
configure:21270: checking whether to enable iOS/Mac OS X native SSL/TLS
configure:21286: result: no
configure:21328: PKG_CONFIG_LIBDIR will be set to "/usr/lib64/lib/pkgconfig"
configure:21540: checking for CRYPTO_lock in -lcrypto
configure:21562: gcc -o conftest -O2 -Wno-system-headers
-I/usr/lib64/include -I/usr/lib64/include/openssl -L/usr/lib64/lib
conftest.c -lcrypto -lz -lrt >&5
/usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld:
cannot find -lcrypto
collect2: ld returned 1 exit status

How can I find out which libraries are missing - what exactly is:
"lcrypto" ?
And why PKG_CONFIG_LIBDIR will be set to "/usr/lib64/lib/pkgconfig"? How
can I change it?

TIA!

Best regards

Nikita Michalko

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-10-28