cannot install ntop under freeBSD 5.5

Lowell Gilbert freebsd-questions-local at be-well.ilk.org
Tue Jul 19 16:41:21 GMT 2005


"PK" <piotrekk at excite.com> writes:

> If I try to install ntop from ports, I get following errors:
> 
> rrdPlugin.c: In function `graphCounter':
> rrdPlugin.c:583: error: too few arguments to function `rrd_graph'
> rrdPlugin.c: In function `netflowSummary':
> rrdPlugin.c:728: error: too few arguments to function `rrd_graph'
> rrdPlugin.c: In function `graphSummary':
> rrdPlugin.c:926: error: too few arguments to function `rrd_graph'
> gmake[3]: *** [rrdPlugin.lo] Error 1
> gmake[3]: Leaving directory `/usr/ports/net/ntop/work/ntop/plugins'
> gmake[2]: *** [all-recursive] Error 1
> gmake[2]: Leaving directory `/usr/ports/net/ntop/work/ntop/plugins'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory `/usr/ports/net/ntop/work/ntop'
> gmake: *** [all] Error 2
> *** Error code 2
> 
> Stop in /usr/ports/net/ntop.
> *** Error code 1
> 
> Stop in /usr/ports/net/ntop.
> 
> knows someone, howto solve this problem ?
> I have the newest ports tree update and rrdtool is already updatet.

There is no FreeBSD 5.5 yet, so I'm not sure what you have.
Did you clean your ntop port directory before building?

rrd_graph is supposed to take 5 parameters (I updated my ports tree
this morning).  Make sure it does so in that file and in rrd.h.


More information about the freebsd-questions mailing list