On Wed, Mar 22, 2017 at 5:32 PM, Christopher Harvey <[email protected]> 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
