Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Jun 1998 20:20:13 -0700
From:      John Polstra <jdp@polstra.com>
To:        Matt White <mwhite@oakwood.k12.oh.us>
Cc:        stable@FreeBSD.ORG
Subject:   Re: Correct Way to Refresh Source Tree? 
Message-ID:  <199806150320.UAA02631@austin.polstra.com>
In-Reply-To: Your message of "Sun, 14 Jun 1998 22:12:56 CDT." <199806150313.WAA07922@dfw-ix15.ix.netcom.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Now I'm getting this error:
> 
> ===> usr.sbin/ppp
> rm -f .depend
> mkdep -f .depend -a  -DHAVE_DES  arp.c async.c auth.c ccp.c chap.c chat.c 
> command.c deflate.c defs.c filter.c fsm.c hdlc.c id.c ip.c ipcp.c 
> iplist.c lcp.c log.c lqr.c main.c mbuf.c modem.c os.c pap.c phase.c 
> pred.c route.c server.c sig.c slcompress.c systems.c throughput.c timer.c 
> tun.c vars.c vjcomp.c alias_cmd.c loadalias.c chap_ms.c
> chap_ms.c:28: des.h: No such file or directory
> mkdep: compile failed

This is something different, probably.  It looks like you don't have
DES installed.  That's fine, but then you need to add "-DNOSECURE
-DNOCRYPT" to your make world command.  (Actually you probably only
need one of them, but I've never dug into it enough to be sure.)

John

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806150320.UAA02631>