[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: heimdal & OpenBSD
Alex Schenkman <alex@melody.se> writes:
> I have compiled heimdal-0.3e on OpenBSD.
What version of OpenBSD?
> When running kstash it complained about missing libdes.so.3
> libdes.so.3 was missing but libdes.so.6 existed.
In what directory? Did you get a /usr/local/heimdal/lib/libdes* ?
> kadmin -l wouldn't work.
> /usr/libexec/ld.so: Undefined symbol "_SHA1_Init" called from
> kadmin:/usr/local/heimdal/lib/libkrb5.so.15.0 at 0x400bb630
>
> I don't know if this error is becasue ot the des library or it is completely
> unrelated.
That's probably related to the des problem, it's not findind SHA1_Init
which would be in the library heimdal creates but not in the
/usr/lib/libdes* in OpenBSD.
/assar