[OpenAFS] pam_openafs_session source

Derrick J Brashear shadow@dementia.org
Fri, 13 Jun 2003 01:09:45 -0400 (EDT)


On Thu, 12 Jun 2003, Richard Wallace wrote:

> So, the configure went alright, but the same compile problem popped up.
> The problem seems to be on lines 134-136 and 142-144 of krbafs_locl.h.
> They are as follows:
>
>     134 #ifndef HAVE_KRB_TIME_TO_LIFE
>     135 int krb_time_to_life(unsigned long start, unsigned long end);
>     136 #endif
>     137
>         ...
>     141
>     142 #ifndef HAVE_KRB_LIFE_TO_TIME
>     143 unsigned long krb_life_to_time(unsigned long start, int life);
>     144 #endif
>
> This is causing my compilation problems.  I see these lines when doing
> the configure:
>
> checking for krb_time_to_life... no
> checking for krb_life_to_time... no

kafs_locl.h isn't being included by configure I'd wager.

Nor should it be but it's unfortunate.