Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2001 21:01:12 -0800
From:      "Crist J. Clark" <cjclark@reflexnet.net>
To:        Dan Langille <dan@langille.org>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: ipfstat -t option requires recompile, but how?
Message-ID:  <20010311210112.O50418@rfx-216-196-73-168.users.reflex>
In-Reply-To: <200103120445.f2C4jew13689@ns1.unixathome.org>; from dan@langille.org on Mon, Mar 12, 2001 at 05:45:39PM %2B1300
References:  <200103120445.f2C4jew13689@ns1.unixathome.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 12, 2001 at 05:45:39PM +1300, Dan Langille wrote:

[snip]

> [root@xeon:/usr/src/contrib/ipfilter] # make freebsd4
> if [ ! -f netinet/done ] ; then  (cd netinet; ln -s ../*.h .; ln -s ../ip_ftp_pxy.c 
> .; ln -s ../ip_rcmd_pxy.c .; ln -s ../ip_raudio_pxy.c .);  (cd netinet; ln -s 
> ../ipsend/tcpip.h tcpip.h);  touch netinet/done;  fi
> cd: can't cd to netinet
> *** Error code 2
> 
> Stop in /usr/src/contrib/ipfilter.
> 
> Where did I go wrong?

You probably want to,

  # cd /usr/src/sbin/ipfstat
  # make

Building from the /usr/src/contrib/* generally does not work.
-- 
Crist J. Clark                           cjclark@alum.mit.edu

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




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