[OpenAFS] pam_openafs_session source
Derrick J Brashear
shadow@dementia.org
Mon, 9 Jun 2003 23:14:44 -0400 (EDT)
On Mon, 9 Jun 2003, Richard Wallace wrote:
> I couldn't get the stuff from MIT to compile. The result of a
> ./configure and make is below. I think the problem is in the configure
> section here:
[]
> There are des.h and krb.h header files in /usr/include/kerberosIV, but
> it's not looking in there, of course. I tried linking to the files from
And you tried the suggestion I sent you in reply to the copy of this you
sent me before sending it here nearly verbatim? ;-)
> the /usr/include directory but then get this error when compiling:
> gcc -c -I/usr/include -DHAVE_CONFIG_H -DLIBDIR='"/usr/local/lib"' -I.
> -I. -g -O2 lifetime.c
> lifetime.c:120: conflicting types for `krb_life_to_time'
> krbafs_locl.h:143: previous declaration of `krb_life_to_time'
> lifetime.c:146: conflicting types for `krb_time_to_life'
> krbafs_locl.h:135: previous declaration of `krb_time_to_life'
> make: *** [lifetime.o] Error 1