Linking problem with Kerberos for Windows & mod_auth_kerb.
Frédéric Dubois
frederic.dubois at eurocis.fr
Tue Dec 7 11:44:23 EST 2010
Jeffrey,
Thank you very much for the answer.
That was my conclusion but since the apache module with the same sources
compiles perfectly on Linux I thought it was something else (like wrong
compilation or linking options).
So now I'm gonna focus on convincing my manager that Linux is a better
option than Windows ;o)
Thanks,
Fred
Le lundi 06 décembre 2010 à 13:17 -0500, Jeffrey Altman a écrit :
> 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
>
> _______________________________________________
> krbdev mailing list krbdev at mit.edu
> https://mailman.mit.edu/mailman/listinfo/krbdev
More information about the krbdev
mailing list