File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iftop / INSTALL
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 18 14:04:50 2016 UTC (7 years, 7 months ago) by misho
Branches: iftop, MAIN
CVS tags: v1_0rc4, HEAD
iftop 1.0pre4

Installation instructions for iftop
$Id: INSTALL,v 1.1.1.2 2016/10/18 14:04:50 misho Exp $


iftop is now autoconf/automake-enabled. You should be able to build it on
common platforms by typing `./configure && make'.

There is one gotcha, however, which is that some systems, such as FreeBSD,
lack a working implementation of the gethostbyaddr_r(3) C library function. On
such systems, you may want to use the --with-resolver=ares configure option to
build a version of iftop which uses the ARES asynchronous DNS library for name
resolution. An alternative is to use --with-resolver=netdb_1thread, which will
make iftop run only one name resolution thread. This is not recommended.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>