From owner-freebsd-questions@FreeBSD.ORG Fri May 23 12:24:28 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 AD9E837B401 for ; Fri, 23 May 2003 12:24:28 -0700 (PDT) Received: from truman.datasphereweb.com (12-212-67-226.client.attbi.com [12.212.67.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 08B8E43F85 for ; Fri, 23 May 2003 12:24:28 -0700 (PDT) (envelope-from davidd@datasphereweb.com) Received: (qmail 13620 invoked from network); 23 May 2003 19:24:27 -0000 Received: from unknown (HELO adavidd101) (207.46.228.98) by truman.datasphereweb.com with SMTP; 23 May 2003 19:24:27 -0000 From: "David Daugherty" To: "'Derrick Ryalls'" , Date: Fri, 23 May 2003 12:23:53 -0700 Message-ID: <40407D2F1E422A49B03C3437FEB986450103F3CF@RED-MSG-23.redmond.corp.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal In-Reply-To: <009101c3215f$599a25b0$0200a8c0@bartxp> Subject: RE: 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:24:29 -0000 Looks like one of the dependencies isn't being installed http://www.freebsd.org/cgi/ports.cgi?query=ntop&stype=all Try installing imake independently. David Daugherty Microsoft Business Solutions CRM Integration a-davidd@microsoft.com 425.722.1398 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Derrick Ryalls > Sent: Friday, May 23, 2003 12:13 PM > To: freebsd-questions@freebsd.org > Subject: Ntop install issue > > > 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="" CC="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=. > -DCURDIR=. 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. > > 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 > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/free> bsd-questions > > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >