[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: New installation for GSSAPI, sample application error
On Mon, 2003-11-03 at 12:10, Alberto Patino wrote:
> Please verify that you have libgssapiv2.so in your sasl directory. (
> /usr/lib/sasl2)
>
I cleaned out the src and untarred again and rebuilt, getting this error
now during the build:
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
/usr/bin/ld: cannot find -lgssapi_krb5
collect2: ld returned 1 exit status
make[2]: *** [libgssapiv2.la] Error 1
make[2]: Leaving directory `/root/cyrus-sasl-2.1.15/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/cyrus-sasl-2.1.15'
make: *** [all-recursive-am] Error 2
I configured with these options, do you know what it wrong now?
./configure --with-gnu-ld --with-dblib=berkeley --disable-krb4
--enable-shared --enable-gssapi=/usr --prefix=/usr
--with-plugindir=/usr/lib/sasl2
--
Robert