curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: compiling libcurl without libgss

From: Isaac Boukris <iboukris_at_gmail.com>
Date: Wed, 22 Mar 2017 20:49:58 +0200

On Wed, Mar 22, 2017 at 5:32 PM, Christopher Harvey <cwh_at_eml.cc> wrote:
> disabling SSL by using --wthout-ssl gives the following ldd output:
>
> ldd ./lib/.libs/libcurl.so.4.4.0

Maybe the ssl library somehow depends on gss, you can see libcurl's
direct dependencies with:
readelf -d ./lib/.libs/libcurl.so.4.4.0 | grep -i needed
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2017-03-22