Subject: Re: Netatalk 1.6.2 locking errors on -current?
To: None <hauke@Espresso.Rhein-Neckar.DE>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: tech-pkg
Date: 10/02/2003 08:58:17
> >	openssl recommends against using /usr/include/openssl.  all #include
> >	should be like #include <openssl/bn.h>.
> Quite so. Unfortuantely, the netatalk source files in question #include
> <des.h>, and in spite of 'cc -I/usr/include -I/usr/include/openssl' the
> openssl version gets included. Just to see, I edited out all occurrences of
> '-I/usr/include/openssl' from the Makefile, and the compile ended up
> including the <kerberosIV/des.h> instead of <des.h>.

	on netbsd-current /usr/include/kerberosIV/des.h is a symlink to
	/usr/include/des.h so they are identical.  not sure about situation
	w/ older versions or other OSes.

itojun