Displaying 2 results from an estimated 2 matches for "gss_inquire_context".
2006 Jun 24
1
samba-3.0.22 with Heimdal Kerberos - compilation problem
...am running configure with the option --with-krb5=/opt/local which is
where I have heimdal installed. The problem is that after running make,
it still tries to use the include files from SUN that are in /usr/ and this
screws up the compile.
/opt/local/include/gssapi.h:623: conflicting types for `gss_inquire_context'
/usr/include/gssapi/gssapi.h:551: previous declaration of
`gss_inquire_context'
/opt/local/include/gssapi.h:632: conflicting types for `gss_wrap_size_limit'
/usr/include/gssapi/gssapi.h:560: previous declaration of
`gss_wrap_size_limit'
/opt/local/include/gssapi.h:646: conflicting...
2010 May 02
2
samba4 make error - drsblobs.so
..._cred.c
Compiling heimdal/lib/gssapi/mech/gss_wrap.c
Compiling heimdal/lib/gssapi/mech/gss_import_name.c
Compiling heimdal/lib/gssapi/mech/gss_duplicate_name.c
Compiling heimdal/lib/gssapi/mech/gss_unwrap.c
Compiling heimdal/lib/gssapi/mech/gss_export_sec_context.c
Compiling heimdal/lib/gssapi/mech/gss_inquire_context.c
heimdal/lib/gssapi/mech/gss_inquire_context.c: In function ?gss_inquire_context?:
heimdal/lib/gssapi/mech/gss_inquire_context.c:40: warning: declaration of ?open? shadows a global declaration
/usr/include/fcntl.h:76: warning: shadowed declaration is here
Compiling heimdal/lib/gssapi/mech/gss_rele...