summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.pp.se>2009-09-20 18:54:16 +0200
committerThomas Habets <thomas@habets.pp.se>2009-09-20 18:54:16 +0200
commit620a44439a97afceb36e28f246e12af0e685cc6f (patch)
tree3576c4034621a499c9d3b9318c19623bc71634fc /README
parent44d6ba4f84fafa85dbe7e2fb4cff7268a8df1d84 (diff)
downloadarping-620a44439a97afceb36e28f246e12af0e685cc6f.tar.gz
Updated link to libnet
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 7 insertions, 2 deletions
diff --git a/README b/README
index a6cafba..eeb8dbb 100644
--- a/README
+++ b/README
@@ -136,8 +136,13 @@ A: -T <IP/host> allows you to restrict the arping to a limited subnet, which
Q: It doesn't compile, I get some error message about libnet and/or libpcap
A: Arping depends on libnet 1.1.x and libpcap, get libnet at:
- http://www.packetfactory.net/libnet and libpcap from your distribution.
- (alt. you can search for libpcap on http://freshmeat.net)
+ http://www.packetfactory.net/libnet and libpcap from http://www.tcpdump.org.
+
+ Lately www.packetfactory.net seems to be down, so you can get the original
+ tarball from the Debian archives:
+ http://ftp.debian.org/debian/pool/main/libn/libnet/libnet_1.1.2.1.orig.tar.gz
+ If that exact file doesn't exist there probably is one with a higher
+ version number.
---
Q: I get this when I compile: "/bin/sh: libnet-config: command not found"