[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: heimdal-0.5 configure and libcrypto
On Fri, 20 Sep 2002, Wolfgang Friebel wrote:
> And as we do have a shared libcrypto.so, the symbols in libdes do not get
> resolved when libdes was built (but references to e.g. MD4_init can be
> found inside libdes). Therefore linking against -ldes will fail with
> unresolved symbols if you do not also include -lcrypto.
Meanwhile I found an almost trivial workaround:
LDFLAGS=-lcrypto ./configure ...
works well
Wolfgang