Problem installing ntop on 7.3 FreeBSD

2013-02-11 Thread Sergio Puente
cd /usr/ports/graphics/graphviz
make rmconfig
make config

And select both GTK and PANGOCAIRO. Then continue your build.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Problem installing ntop on 7.3 FreeBSD

2011-01-03 Thread Mike Sabroff

I saw something on this tool (ntop) and decided to check it out.
I did the make and then tried ti install. I got the following error :

make install
===  Installing for ntop-3.3.10_3
===   ntop-3.3.10_3 depends on executable: dot - not found
===Verifying install for dot in /usr/ports/graphics/graphviz
===  graphviz-2.26.3 option WITH_GTK is required for option WITH_GNOMEUI.
*** Error code 1

Stop in /usr/ports/graphics/graphviz.
*** Error code 1

Stop in /usr/ports/net/ntop.
*** Error code 1

Stop in /usr/ports/net/ntop.

I understand that when I chose the WITH_GNOMEUI option that I should 
hve also chosen the WITH_GTK option as well, though I didn't know that 
at the time.


I have tried to make clean, and also make clean in the GeoIP and libpcap 
dirs to start over but I don't get the option screens now and don't know 
how to reset the options so the install will work.


How can I either reset these options or reset the whole build so I get 
the option screens again?


mike

___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Problem installing ntop on 7.3 FreeBSD

2011-01-03 Thread Matthew Seaman
On 03/01/2011 18:25, Mike Sabroff wrote:
 How can I either reset these options or reset the whole build so I get
 the option screens again?
 

  # cd /usr/ports/graphics/graphviz
  # make config

Then use your favourite means to rebuild the graphviz port.  eg.

  # portmaster graphics/graphviz

There's also portmaster's --force-config option

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
JID: matt...@infracaninophile.co.uk   Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: Problem installing ntop on 7.3 FreeBSD

2011-01-03 Thread Mike Sabroff

   Thanks! will try that or the other response I got had another
   suggestion...
mike

   Matthew Seaman wrote:

On 03/01/2011 18:25, Mike Sabroff wrote:
  

How can I either reset these options or reset the whole build so I get
the option screens again?



  # cd /usr/ports/graphics/graphviz
  # make config

Then use your favourite means to rebuild the graphviz port.  eg.

  # portmaster graphics/graphviz

There's also portmaster's --force-config option

Cheers,

Matthew

  
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Problem installing ntop on 7.3 FreeBSD

2011-01-03 Thread Mike Sabroff

Thanks! will try that or the other response I got had another suggestion...

mike



Boris Kochergin wrote:

On 01/03/11 13:25, Mike Sabroff wrote:

I saw something on this tool (ntop) and decided to check it out.
I did the make and then tried ti install. I got the following error :

make install
===  Installing for ntop-3.3.10_3
===   ntop-3.3.10_3 depends on executable: dot - not found
===Verifying install for dot in /usr/ports/graphics/graphviz
===  graphviz-2.26.3 option WITH_GTK is required for option 
WITH_GNOMEUI.

*** Error code 1

Stop in /usr/ports/graphics/graphviz.
*** Error code 1

Stop in /usr/ports/net/ntop.
*** Error code 1

Stop in /usr/ports/net/ntop.

I understand that when I chose the WITH_GNOMEUI option that I 
should hve also chosen the WITH_GTK option as well, though I didn't 
know that at the time.


I have tried to make clean, and also make clean in the GeoIP and 
libpcap dirs to start over but I don't get the option screens now and 
don't know how to reset the options so the install will work.


How can I either reset these options or reset the whole build so I 
get the option screens again?


mike



make config in a port's directory will bring up its options. You may 
also be interested in make config-recursive.


-Boris


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: Problem installing ntop on 7.3 FreeBSD

2011-01-03 Thread Boris Kochergin

On 01/03/11 13:25, Mike Sabroff wrote:

I saw something on this tool (ntop) and decided to check it out.
I did the make and then tried ti install. I got the following error :

make install
===  Installing for ntop-3.3.10_3
===   ntop-3.3.10_3 depends on executable: dot - not found
===Verifying install for dot in /usr/ports/graphics/graphviz
===  graphviz-2.26.3 option WITH_GTK is required for option 
WITH_GNOMEUI.

*** Error code 1

Stop in /usr/ports/graphics/graphviz.
*** Error code 1

Stop in /usr/ports/net/ntop.
*** Error code 1

Stop in /usr/ports/net/ntop.

I understand that when I chose the WITH_GNOMEUI option that I should 
hve also chosen the WITH_GTK option as well, though I didn't know 
that at the time.


I have tried to make clean, and also make clean in the GeoIP and 
libpcap dirs to start over but I don't get the option screens now and 
don't know how to reset the options so the install will work.


How can I either reset these options or reset the whole build so I get 
the option screens again?


mike



make config in a port's directory will bring up its options. You may 
also be interested in make config-recursive.


-Boris
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org