From owner-freebsd-questions@FreeBSD.ORG Fri May 23 12:13:19 2003 Return-Path: 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 DE93B37B401 for ; Fri, 23 May 2003 12:13:19 -0700 (PDT) Received: from 12-229-238-38.client.attbi.com (evrtwa1-ar17-4-47-114-001.evrtwa1.dsl-verizon.net [4.47.114.1]) by mx1.FreeBSD.org (Postfix) with SMTP id 220A243F85 for ; Fri, 23 May 2003 12:13:19 -0700 (PDT) (envelope-from ryallsd@datasphereweb.com) Received: (qmail 10041 invoked from network); 23 May 2003 19:13:18 -0000 Received: from unknown (HELO bartxp) (192.168.0.2) by 192.168.0.1 with SMTP; 23 May 2003 19:13:18 -0000 From: "Derrick Ryalls" To: Date: Fri, 23 May 2003 12:13:05 -0700 Message-ID: <009101c3215f$599a25b0$0200a8c0@bartxp> 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.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: Ntop install issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2003 19:13:20 -0000 I am trying to install ntop and I am getting this error: cd ./config/imake && make -D INSTALLS_DEPENDS -D INSTALLS_DEPENDS -D INSTALLS_DEPENDS -f Makefile.ini BOOTSTRAPCFLAGS=3D"" CC=3D"cc" = bootstrap `bootstrap' is up to date. cd ./config/imake && make -f Makefile.proto all + rm -f xmakefile.bak + mv xmakefile xmakefile.bak make -D INSTALLS_DEPENDS -D INSTALLS_DEPENDS -D INSTALLS_DEPENDS xmakefile rm -f xmakefile ./config/imake/imake -I./config/cf -s xmakefile -DTOPDIR=3D. = -DCURDIR=3D. rm -f ./config/imake/Makefile.proto making Makefiles in include/bitmaps... imake: not found *** Error code 127 Stop in /usr/ports/x11/XFree86-4-libraries/work/xc/include. make: don't know how to make Makefiles. Stop making Makefiles in include/extensions... imake: not found *** Error code 127 Followed by pages of Error code 127 listings. Does anyone know for one why ntop needs XFree86 anyway and how to get around this. I just cvsup'ed my ports collection and did a portupgrade of nearly everything. Base system is still FreeBSD 4.7-STABLE #0 though. =20 When I attempt to install via sysinstall, it fails on freetype as my installed version is more current than what is attempting to being installed. -Derrick