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

Re: Building heimdal-0.4c with openssl




I use a similar configuration... You may need make sure to
link openssl crypto before linking heimdal crypto. I.e try
LDFLAGS="-L/some/where/openssl/lib -lcrypto" ./configure ...

	MVH leifj