From owner-cvs-all Wed Jun 28 6:37: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from storm.FreeBSD.org.uk (storm.freebsd.org.uk [194.242.139.170]) by hub.freebsd.org (Postfix) with ESMTP id 55AB237B7CC; Wed, 28 Jun 2000 06:36:47 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (hak.nat.Awfulhak.org [172.31.0.12]) by storm.FreeBSD.org.uk (8.9.3/8.9.3) with ESMTP id OAA78248; Wed, 28 Jun 2000 14:36:44 +0100 (BST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (localhost [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id OAA08638; Wed, 28 Jun 2000 14:36:39 +0100 (BST) (envelope-from brian@Awfulhak.org) Message-Id: <200006281336.OAA08638@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.1 10/15/1999 To: Zachary Drew Cc: Ruslan Ermilov , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@hak.lan.Awfulhak.org Subject: Re: cvs commit: src/sbin/natd natd.8 natd.c In-Reply-To: Message from Zachary Drew of "Wed, 28 Jun 2000 02:50:45 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 28 Jun 2000 14:36:38 +0100 From: Brian Somers Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Make sure you build & install libalias first. > > On Tue, 27 Jun 2000, Ruslan Ermilov wrote: > > ru 2000/06/27 09:54:21 PDT > > > > Modified files: (Branch: RELENG_4) > > sbin/natd natd.8 natd.c > > Log: > > MFC: > > - new options: -redirect_proto, -target_addr, -punch_fw > > - obsoleted option: -pptpalias > > - LSNAT support > > > > Revision Changes Path > > 1.27.2.2 +190 -173 src/sbin/natd/natd.8 > > 1.25.2.2 +176 -51 src/sbin/natd/natd.c > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe cvs-all" in the body of the message > > > > > BruceLee:root $ uname -a > FreeBSD BruceLee 4.0-STABLE FreeBSD 4.0-STABLE #8: Fri Jun 23 12:21:37 CDT > 2000 root@BruceLee:/usr/src/sys/compile/BRUCELEE i386 > > BruceLee:root $ cvsup -g -L 2 ~/supfile.src > Parsing supfile "/root/supfile.src" > Connecting to cvsup6.FreeBSD.org > Connected to cvsup6.FreeBSD.org > Server software version: REL_16_1 > Negotiating file attribute support > Exchanging collection information > Establishing multiplexed-mode data connection > Running > Updating collection src-all/cvs > Updating collection cvs-crypto/cvs > Shutting down connection to server > Finished successfully > BruceLee:root $ cd /usr/src/sbin/natd > BruceLee:root $ make clean > rm -f natd natd.o icmp.o natd.8.gz natd.8.cat.gz > BruceLee:root $ make > cc -O -pipe -Wall -c /usr/src/sbin/natd/natd.c > /usr/src/sbin/natd/natd.c: In function `SetupPortRedirect': > /usr/src/sbin/natd/natd.c:1492: warning: implicit declaration of function > `PacketAliasAddServer' > /usr/src/sbin/natd/natd.c: In function `SetupProtoRedirect': > /usr/src/sbin/natd/natd.c:1550: warning: implicit declaration of function > `PacketAliasRedirectProto' > cc -O -pipe -Wall -c /usr/src/sbin/natd/icmp.c > cc -O -pipe -Wall -static -o natd natd.o icmp.o -lalias > natd.o: In function `SetupPortRedirect': > natd.o(.text+0x1a73): undefined reference to `PacketAliasAddServer' > natd.o: In function `SetupProtoRedirect': > natd.o(.text+0x1bc2): undefined reference to `PacketAliasRedirectProto' > natd.o: In function `SetupAddressRedirect': > natd.o(.text+0x1ce6): undefined reference to `PacketAliasAddServer' > *** Error code 1 > > Stop in /usr/src/sbin/natd. > BruceLee:root $ -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message