From owner-freebsd-questions Fri Nov 19 0:54: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id DB38114E60 for ; Fri, 19 Nov 1999 00:53:55 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.040 #1) id 11ojnd-000868-00; Fri, 19 Nov 1999 10:53:45 +0200 From: Sheldon Hearn To: Mark Hartley Cc: questions@FreeBSD.ORG Subject: Re: building netatalk-asun port In-reply-to: Your message of "Thu, 18 Nov 1999 09:57:50 PST." Date: Fri, 19 Nov 1999 10:53:45 +0200 Message-ID: <31131.943001625@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 18 Nov 1999 09:57:50 PST, Mark Hartley wrote: > During the make, it bombs out (after a few minutes of compiling) > while trying to compile auth.c > > auth.c:145: des.h: No such file or directory [...] > I do not have the DES sources installed. I originally set the > machine up using MD5 passwords. Have a look at the port's patches/patch-aa: # Location of the DES library and include files. Comment this out if you # don't want Randnum Exchange and 2-Way Randnum Exchange as allowable UAMs # for afpd. We expect libdes.a in $DESDIR/lib and des.h in $DESDIR/include. -DESDIR=/usr/local +DESDIR=/usr I would suggest doing this: make clean make patch vi work/netatalk-1.4b2+asun2.1.3/Makefile [comment out the line that begins with DESDIR, save and exit] cd ../.. make I haven't tested this myself, but you may get lucky. Also, be aware that there's at least one open GNATS Problem Report for this port: http://www.freebsd.org/cgi/query-pr.cgi?pr=13714 Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message