Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jun 2000 14:36:38 +0100
From:      Brian Somers <brian@Awfulhak.org>
To:        Zachary Drew <drew0054@tc.umn.edu>
Cc:        Ruslan Ermilov <ru@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@hak.lan.Awfulhak.org
Subject:   Re: cvs commit: src/sbin/natd natd.8 natd.c 
Message-ID:  <200006281336.OAA08638@hak.lan.Awfulhak.org>
In-Reply-To: Message from Zachary Drew <drew0054@tc.umn.edu>  of "Wed, 28 Jun 2000 02:50:45 CDT." <Pine.SOL.4.20.0006280233460.2690-100000@garnet.tc.umn.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
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 <brian@Awfulhak.org>                        <brian@[uk.]FreeBSD.org>
      <http://www.Awfulhak.org>;                   <brian@[uk.]OpenBSD.org>
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




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