"Lori Kilen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I am working on compiling Cyrus SASL for GSSAPI on Solaris 2.6. > I receive the following error when running make - > gssapi.c: In function `sasl_gss_free_context_contents': > gssapi.c:501: `GSS_C_NO_NAME' undeclared (first use this function) > gssapi.c:501: (Each undeclared identifier is reported only once > gssapi.c:501: for each function it appears in.) > > GSS_C_NO_NAME is not used or mentioned anywhere else within the package or > documentation. Has anyone used SASL and GSSAPI and run into a similar problem? > > Thanks.
It lives in ./src/include/gssapi/gssapi.h and ./src/lib/gssapi/generic/gssapi.h, under the Kerberos V 1.2.6 release. Have you tried to manually add the path to it ? Christian. ________________________________________________ Kerberos mailing list [EMAIL PROTECTED] http://mailman.mit.edu/mailman/listinfo/kerberos
