]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
Mention need for db dev package
authorjamal <hadi@cyberus.ca>
Thu, 7 Dec 2006 16:08:19 +0000 (11:08 -0500)
committerStephen Hemminger <shemminger@osdl.org>
Thu, 14 Dec 2006 01:01:42 +0000 (17:01 -0800)
[README] Mention need for db dev package
This has always been an annoyance for me whenever i moved to a new
machine. Just mention it in the readme hoping it will save someone
some cycles

Signed-off-by: J Hadi Salim <hadi@cyberus.ca>
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
README

diff --git a/README b/README
index d86f605442e9dbf4b2ec1a870100924caaaf948d..7d54bd2d4d7c81ed20f968c4b81391fd85574450 100644 (file)
--- a/README
+++ b/README
@@ -11,6 +11,8 @@ How to compile this.
 KERNEL_INCLUDE should point to correct linux kernel include directory.
 Default (/usr/src/linux/include) is right as rule.
 
+arpd needs to have the db4 development libraries. For debian
+users this is the package with a name like libdb4.x-dev.
 DBM_INCLUDE points to the directory with db_185.h which
 is the include file used by arpd to get to the old format Berkely
 database routines.  Often this is in the db-devel package.