From owner-freebsd-questions@FreeBSD.ORG Mon Jul 25 12:57:54 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 08BCE16A41F for ; Mon, 25 Jul 2005 12:57:54 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5986F43D5F for ; Mon, 25 Jul 2005 12:57:51 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j6PCvkUk025375 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Mon, 25 Jul 2005 05:57:47 -0700 Message-Id: <6.1.0.6.2.20050725054513.18ed6a60@cobalt.antimatter.net> X-Sender: lists@cobalt.antimatter.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Mon, 25 Jul 2005 05:54:26 -0700 To: piotrekk@excite.com, keramida@ceid.upatras.gr, piotrekk@excite.com From: Glenn Dawson In-Reply-To: <20050725120328.1186D3CE9@xprdmailfe10.nwk.excite.com> References: <20050725120328.1186D3CE9@xprdmailfe10.nwk.excite.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Mailman-Approved-At: Mon, 25 Jul 2005 13:19:24 +0000 Cc: freebsd-questions@freebsd.org Subject: Re: cannot install ntop under freeBSD 5.5 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, 25 Jul 2005 12:57:54 -0000 At 05:03 AM 7/25/2005, PK wrote: >hi > >It must be a BUG in the freeBSD 5.4 ntop port ! > >greetings >Piotr The problem you are seeing is because the rrd plugin that's part of ntop is supplying 5 argument to the rrd_graph() function. Which is ok for the versions of rrd that are bundled with ntop. However, if you have the rrdtools port installed, it's version of rrd_graph() is expecting 8 arguments. The error you are getting is because the prototype for rrd_graph() that comes with rrdtools does not match how ntop is calling it. To get around the problem, you can remove the rrdtool port, and then ntop should build without errors. If you're using rrdtool you can probably reinstall it once ntop is built. That may cause a problem if rrdtool installs any shared libraries that ntop uses. -Glenn > --- On Mon 07/25, Giorgos Keramidas < keramida@ceid.upatras.gr > wrote: >From: Giorgos Keramidas [mailto: keramida@ceid.upatras.gr] >To: piotrekk@excite.com > Cc: freebsd-questions@freebsd.org >Date: Mon, 25 Jul 2005 13:20:05 +0300 >Subject: Re: cannot install ntop under freeBSD 5.5 > >On 2005-07-24 20:14, PK wrote:
>
> >hi
>
> I have exact the same problem and get the same >errors.
>
> to clean a port, reinstall or upgrade ntop or rrdtool >doesn't help.

Strange. I did build ntop on 6.0-CURRENT a few days >before the switch
to 7.0-CURRENT was made. I haven't tried to build >ntop on 5.X though,
so this may be the problem.

> >_______________________________________________ >Join Excite! - http://www.excite.com >The most personalized portal on the Web! > > >_______________________________________________ >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"