On Thu, 13 Apr 2017 15:31:39 -0400
Michael Meffie <[email protected]> wrote:

> On Thu, 13 Apr 2017 16:58:57 +0000
> Ted Creedon <[email protected]> wrote:
> 
> > Looks like the compile failure is described in:
> > https://lists.openafs.org/pipermail/openafs-info/2016-August/041890.html
> > 
> > trying to figure that  out now.
> 

Hello Ted,

Does your build work if you manually change the following line in
src/config/Makefile.config  (*after* running ./configure)

KRB5_LIBS = -L/usr/lib/x86_64-linux-gnu/heimdal -lkrb5

to:

KRB5_LIBS = -L/usr/lib/x86_64-linux-gnu/heimdal -lkrb5 -lasn1

It looks like we need to add -lasn1 anywhere libauth.a is linked (when using
heimdal libs). Currently that is only done when building aklog.

-- 
Michael Meffie <[email protected]>
_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to