Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!cpk-news-hub1.bbnplanet.com!cam-news-hub1.bbnplanet.com!news.bbnplanet.com!howland.erols.net!newsfeed.internetmci.com!news.mem.net!usenet From: Ken <welk@mem.net> Newsgroups: comp.unix.bsd.freebsd.misc Subject: IP alias compile problem Date: Thu, 13 Mar 1997 23:45:30 -0600 Organization: Synapse Internet Connections Lines: 25 Message-ID: <3328E5FA.6E38@mem.net> Reply-To: welk@mem.net NNTP-Posting-Host: dyn022.tc-1.mem.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01 (Win95; I) Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:37119 Here's the new problem of the day for this newbie: Using FreeBSD 2.1.5, I wanted to use the IP aliasing module written by Charles Mott. I've downloaded it, but when I run the make file, I get the following errors: "makefile", line 11: Malformed conditional (!defined(PPP_PASSWDAUTH) || ${PPP_PA)SWDAUTH} !=no "makefile", line 13: if-less endif "makefile", line 13: Missing dependency operator "makefile", line 16: unassociated shell command "ip.c ipcp.c lpc.c lq" "makefile", line 17: unassociated shell command "pap.c pred.c route.c" "makefile", line 16: unassociated shell command "vjcomp.c arp.c passw" Fatal Errors encountered--cannot continue I'm running the make file as root and have tried running make with the files in /etc/ppp with the previously configured ppp configurations remaining in that directory. I'm sure I just don't know what I'm doing here, so anyone who can clue me in has my appreciation. Thanks. Ken