Building Kerberos on AIX
Greg Hudson
ghudson at MIT.EDU
Mon May 6 12:25:18 EDT 2013
On 05/06/2013 07:42 AM, Mohit Aggrawal wrote:
> In the file changepw.c there is a function
> krb5int_setpw_result_codestring at line 344 ,which the linker is not
> able to resolve.
In my copy of the krb5 1.9.5 sources, there is a call to
krb5int_setpw_result_code_string at line 340 (not 344) of
src/lib/krb5/os/changepw.c. This symbol is provided by
src/lib/krb5/krb/chpw.c at line 507.
The symbol you mention is slightly different (no underscore between
"code" and "string"). Have your sources been modified?
More information about the krbdev
mailing list