[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Openssh build complains about undefined krb_life_to_time



Love <lha@stacken.kth.se> writes:

> Lars Albertsson <lalle@sics.se> writes:
> 
> > I built and installed heimdal-0.6.1rc3, and when trying to build
> > openssh-3.8p1, the symbol krb_life_to_time, referenced from
> > libkafs.a(common.o), is undefined. 
> >
> > It is defined in hdc/hprop.c, so I guess the implementation should
> > move to lib/kafs.
> 
> If you have compiled with libkrb, krb_life_to_time is in libkrb.
> 
> If you only have krb5 support, krb_life_to_time should be rewritten to
> _krb5_krb_life_to_time (that is in libkrb5) by krb5-v4compat.h.

Ok. I configured using --with-krb4=/usr/athena, and there is a
krb_life_to_time in /usr/athena/lib/libkrb.a. I assume this means that
openssh should have linked in libkrb from /usr/athena/lib.

Thanks for the help,

Lalle