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

Re: 0.3d on FreeBSD 4.2-Stable



At 07:16 AM 12/29/00 -0600, Jacques A. Vidrine wrote:
>On Thu, Dec 28, 2000 at 07:57:26PM -0800, Kurt D. Zeilenga wrote:
>> I've been trying to get heimdal 0.3d to build on FreeBSD 4.2-Stable.
>> It fails with:
>> 
>> gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../lib/roken -I../../lib/roken -I/usr/local/include -Wall -Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations -Wnested-externs -DINET6 -g -O2 -c acl.c -o acl.o
>> In file included from acl.c:34:
>> krb5_locl.h:116: rc4.h: No such file or directory
>
>Odd, I just had a look on a 4.2-RELEASE system here, and rc4.h can be
>found in include/rc4.h, which is in your include path as shown above
>(that command is executed in lib/krb5, and there is -I../../include).

>Did you see this?

No.  Because configure is finding RC4, MD*, SHA*, DES in
FreeBSD's -lcrypto, hence KRB's -ldes isn't built.