From owner-freebsd-questions@FreeBSD.ORG Mon Jun 13 11:58:23 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B0A16A422 for ; Mon, 13 Jun 2005 11:58:23 +0000 (GMT) (envelope-from paulh@bdug.org.au) Received: from mail.bdug.org.au (mail.bdug.org.au [202.72.170.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D33243D1D for ; Mon, 13 Jun 2005 11:58:22 +0000 (GMT) (envelope-from paulh@bdug.org.au) Received: from w2k2 (unknown [192.168.0.102]) by mail.bdug.org.au (Postfix) with ESMTP id 788821E; Mon, 13 Jun 2005 19:59:28 +0800 (WST) From: "Paul Hamilton" To: Date: Mon, 13 Jun 2005 20:00:42 +0800 Message-ID: <061501c5700f$8608a120$6600a8c0@w2k2> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Cc: 'Freebsd-Questions' Subject: RE: Error compiling ipfw2 on FreeBSD 4.11-RELEASE and 4.11-p10 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 11:58:23 -0000 Hi, Thanks. Hmm, I am pretty sure you still need to re-compile IPFW etc. After a bit of a panic, and a dig around, I found that things have = changed, and the compiled ipfw file is now located in: /usr/obj/usr/src/sbin/ipfw/ipfw this can then be copied to /sbin/ipfw = same for the libalias.so.4 file. Whew! I don't think it was it was like this in 4.10. Must be a 4.11 thing. Cheers, Paul -----Original Message----- From: fbsd_user [mailto:fbsd_user@a1poweruser.com]=20 Sent: Monday, 13 June 2005 7:45 PM To: Paul Hamilton Subject: RE: Error compiling ipfw2 on FreeBSD 4.11-RELEASE and 4.11-p10 I think ipfw2 has replaced ipfw in the base release by 4.11. You = nolonger have to do anything after compiling the kernel. -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Paul Hamilton Sent: Monday, June 13, 2005 7:31 AM To: Freebsd-Questions Subject: Error compiling ipfw2 on FreeBSD 4.11-RELEASE and 4.11-p10 Hi, I have upgraded from FreeBSD 4.7 to 4.11-RELEASE via booting from CD 1. I have IPFW2 options already set in my kernel config file, and in /etc/make.conf Next, I recompile the kernel, and install it. Then I went to the /usr/src/sbin/ipfw dir:- /usr/src/sbin/ipfw-121 = # make clean rm -f ipfw ipfw2.o ipfw.8.gz ipfw.8.cat.gz = /usr/src/sbin/ipfw-122 # make -DIPFW2 cc -O -pipe -Wall -DIPFW2 -c /usr/src/sbin/ipfw/ipfw2.c /usr/src/sbin/ipfw/ipfw2.c: In function `list': /usr/src/sbin/ipfw/ipfw2.c:1698: warning: `last' might be used = uninitialized in this function cc -O -pipe -Wall -DIPFW2 -static -o ipfw ipfw2.o gzip -cn /usr/src/sbin/ipfw/ipfw.8 > ipfw.8.gz /usr/src/sbin/ipfw-123 # l total 226 2 drwxr-xr-x 2 root wheel 512 Apr 10 17:32 ./ 2 drwxr-xr-x 82 root wheel 1536 Apr 10 17:20 ../ 2 -rw-r--r-- 1 root wheel 196 Jul 24 2002 Makefile 64 -rw-r--r-- 1 root wheel 65358 Jun 16 2004 ipfw.8 62 -rw-r--r-- 1 root wheel 62391 Apr 10 17:20 ipfw.c 94 -rw-r--r-- 1 root wheel 95621 Nov 9 2004 ipfw2.c I have also tried running 'make' by itself (with out the -DIPFW2 switch) So just as a test, I tried doing the same thing from another FreeBSD 4.11-p10 server (IPFW2 was installed during the buildworld-installworld process). I got the same error when manually trying to compile IPFW2! = I have never had a problem before. What am I doing wrong here? Any clues? Cheers, Paul _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to = "freebsd-questions-unsubscribe@freebsd.org"