unresolved external symbol __imp__GSS_C_NT_HOSTBASED_SERVICE

Jeffrey Altman jaltman at columbia.edu
Wed Jul 16 00:43:40 EDT 2003


As far as I am aware that symbol is not being exported by the 
gssapi32.dll.  In my previous GSSAPI projects the OIDs table must be 
defined by the application on Windows.



Kent_Wu at trendmicro.com wrote:
> Hi,
> 
> 	I tried to build a sample windows program by using kerberos 1.3 win version, in this program I use gss_import_name() and it takes (gss_OID) GSS_C_NT_HOSTBASED_SERVICE as a parameter. However during the link time it always complains as subject title. I "dumpbin/exports" all the .lib (gssapi32.lib, krb5_32.lib, comerr32.lib and xpprof32.lib) however none of them contains this symbol. The odd thing is it's declared in the header file and it's definition is in gssapi_generic.c actually so supposedly it should be somewhere unless I built the libraries wrong. However I pretty much followed the build instruction in README under /src/windows.
> 
> 	Right now I can copy the definition from gss_generic.c to my file and make it work however I'm wondering I might miss something here. Any idea?
> 
> Thx.
> 
> Kent
> 
> ________________________________________________
> Kerberos mailing list           Kerberos at mit.edu
> https://mailman.mit.edu/mailman/listinfo/kerberos
> 



More information about the Kerberos mailing list