krb5_get_profile is in which Kfw library ?

Markus Moeller huaraz at moeller.plus.com
Sat Aug 11 08:10:49 EDT 2007


I try to link a program on w2k3 with Visual Studio and kfw 3.2 and I get the 
following error:

support_krb5.obj : error LNK2019: unresolved external symbol 
_krb5_get_profile at 8  referenced in function _krb5_create_cache
client_kerb_auth : fatal error LNK1120: 1 unresolved externals

The compile/link command I use is:

cl /I"C:\Program Files\MIT\Kerberos\inc\krb5"  test.c support_gss.c 
support_krb5.c /link /LIBPATH:"C:\Program Files\MIT\Kerberos\lib\i386" 
gssapi32.lib krb5_32.lib xpprof32.lib krbcc32.lib comerr32.lib ws2_32.lib 
/out:test_krb5

Does krb5_get_profile exists on Windows ?

Thank you
Markus










More information about the Kerberos mailing list