cURL / Mailing Lists / curl-users / Single Mail

curl-users

How to disable Kerberos?

From: Moffet, Scott <SMoffet_at_linkpoint.com>
Date: Tue, 7 Dec 2004 15:16:42 -0800

Help

I'm trying to build the smallest possible static library using libcurl.a
and the OpenSSL static libs (libssl.a and libcrypto.a)

My configure flags include '--disable-shared --enable-static'

I've tried and tried to eliminate needing to link to libkrb5 and
libk5crypto but with no success.

I've tried the configure flags

        --without-krb4
and
        --disable-krb4

and although 'configure' reports kerberos is disabled, I can't use the
resulting static lib without linking to libkrb5 and libk5crypto.

Is there any way to remove this dependancy? (I've looked and looked and
looked through all the documentation and the list archives)

TIA
Scott
Received on 2004-12-08