[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 0.3d on FreeBSD 4.2-Stable
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).
Just before this point during the build, you should have seen:
creating des
cp ./des.h ../../include/des.h
cp ./md4.h ../../include/md4.h
cp ./md5.h ../../include/md5.h
cp ./sha.h ../../include/sha.h
cp ./rc4.h ../../include/rc4.h
Making all in krb5
Did you see this?
--
Jacques Vidrine / n@nectar.com / jvidrine@verio.net / nectar@FreeBSD.org