summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorchris <>2002-11-04 12:54:16 +0000
committerchris <>2002-11-04 12:54:16 +0000
commitb27214e64109e13f934a3f58e6aa1e46ee706d58 (patch)
tree8bc8dfefd65664ceb6e2915ce768809b255695a7 /INSTALL
parent83c173350bea1170e7db432a33f859517981db8d (diff)
downloadiftop-b27214e64109e13f934a3f58e6aa1e46ee706d58.zip
""
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index d24cdd0..2122d3c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -12,5 +12,12 @@ 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.
+On some systems (notably Red Hat Linux) the libpcap header files are installed
+under /usr/include/pcap; on these systems, you should manually specify this
+when running configure, like this:
+
+ $ CPPFLAGS=-I/usr/include/pcap ./configure
+
+
For historical interest, the old iftop makefile is included in Makefile.OLD.