Linking problem with Kerberos for Windows & mod_auth_kerb.
Jeffrey Altman
jaltman at secure-endpoints.com
Mon Dec 6 13:17:52 EST 2010
On 12/6/2010 5:54 AM, Frédéric Dubois wrote:
> I get the following errors :
> Linking...
> Creating library D:\Dev\Kerberos\module_auth_kerb\Debug
> \module_auth_kerb.lib and object D:\Dev\Kerberos\module_auth_kerb\Debug
> \module_auth_kerb.exp
> mod_auth_kerb.obj : error LNK2001: unresolved external symbol
> _krb5_rc_dfl_resolve at 12
> mod_auth_kerb.obj : error LNK2001: unresolved external symbol
> _krb5_rc_dfl_get_name at 8
> mod_auth_kerb.obj : error LNK2001: unresolved external symbol
> _krb5_rc_dfl_get_span at 12
> mod_auth_kerb.obj : error LNK2001: unresolved external symbol
> _krb5_rc_dfl_expunge at 8
> mod_auth_kerb.obj : error LNK2001: unresolved external symbol
> _krb5_rc_dfl_close at 8
> mod_auth_kerb.obj : error LNK2001: unresolved external symbol
> _krb5_rc_dfl_destroy at 8
> mod_auth_kerb.obj : error LNK2001: unresolved external symbol
> _krb5_rc_dfl_recover at 8
> mod_auth_kerb.obj : error LNK2001: unresolved external symbol
> _krb5_rc_dfl_init at 12
> mod_auth_kerb.obj : error LNK2019: unresolved external symbol
> _krb5_rc_destroy referenced in function _have_rcache_type
> mod_auth_kerb.obj : error LNK2019: unresolved external symbol
> _krb5_rc_resolve_full referenced in function _have_rcache_type
These symbols are not exported from the Windows krb5_32.dll library.
They are private symbols which are not exposed by the Kerberos library.
Applications are not supposed to call them.
Jeffrey Altman
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 487 bytes
Desc: OpenPGP digital signature
Url : http://mailman.mit.edu/pipermail/krbdev/attachments/20101206/fbdd043f/attachment.bin
More information about the krbdev
mailing list