[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New installation for GSSAPI, sample application error
Robert Fitzpatrick <robert@webtent.com> writes:
> gcc -shared gssapi.lo gssapiv2_init.lo plugin_common.lo
> -L/usr/local/lib -L/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err
> -lresolv -lresolv -lresolv -lresolv -lc -Wl,-soname
> -Wl,libgssapiv2.so.2 -o .libs/libgssapiv2.so.2.0.15
It tries to link as it's using MIT Kerberos. If you configured heimdal to
use openssl (the default). cyrus-sasl tries to use -ldes instead of
-lcrypto (it should really use krb5-config --libs to figure out the link
line)
I usually end up editing the configure script.
Love
PGP signature