[netfilter-cvslog] r7004 - trunk/conntrack-tools

pablo at netfilter.org pablo at netfilter.org
Wed Aug 8 14:09:28 CEST 2007


Author: pablo at netfilter.org
Date: 2007-08-08 14:09:28 +0200 (Wed, 08 Aug 2007)
New Revision: 7004

Modified:
   trunk/conntrack-tools/ChangeLog
   trunk/conntrack-tools/INSTALL
Log:
improve INSTALL file


Modified: trunk/conntrack-tools/ChangeLog
===================================================================
--- trunk/conntrack-tools/ChangeLog	2007-08-07 15:29:26 UTC (rev 7003)
+++ trunk/conntrack-tools/ChangeLog	2007-08-08 12:09:28 UTC (rev 7004)
@@ -2,6 +2,7 @@
 ------------------------------
 
 o fix compilation problem due to missing headers (Krisztian Kovacs)
+o include kernel options and Fedora comments in the INSTALL file
 
 version 0.9.5 (2007/07/29)
 ------------------------------

Modified: trunk/conntrack-tools/INSTALL
===================================================================
--- trunk/conntrack-tools/INSTALL	2007-08-07 15:29:26 UTC (rev 7003)
+++ trunk/conntrack-tools/INSTALL	2007-08-08 12:09:28 UTC (rev 7004)
@@ -18,11 +18,22 @@
  You have to install the following software in order to get the conntrack-tools
  working, make sure that you have installed them correctly before going forward:
 
- o linux kernel version >= 2.6.18 (http://www.kernel.org) with support for:
-     - connection tracking system (quite obvious ;)
+ o linux kernel version >= 2.6.18 (http://www.kernel.org) that, at least,
+   has support for:
+
+     - connection tracking system
+	   CONFIG_NF_CONNTRACK=m
+	   CONFIG_NF_CONNTRACK_IPV4=m
+
      - nfnetlink
-     - ctnetlink (ip_conntrack_netlink)
+           CONFIG_NETFILTER_NETLINK=m
+
+     - ctnetlink (nf_conntrack_netlink)
+           CONFIG_NF_CT_NETLINK=m
+
      - connection tracking event notification API
+           CONFIG_NF_CONNTRACK_EVENTS=y
+
      	(To check that the event API is enabled in the kernel, make sure
 	 you have loaded nf_netlink_conntrack module, run conntrack -E and 
 	 generate traffic, you should see network events)
@@ -48,6 +59,14 @@
  see man conntrack(8). However, the userspace daemon so-called `conntrackd' 
  requires some magic spells to get it working.
 
+ *Fedora users*: If you are trying to install the libraries in /usr/local/,
+ do not forget to do the following things:
+
+	* PKG_CONFIG_PATH=/usr/local/lib/pkgconfig; export PKG_CONFIG_PATH
+ 	* Add `/usr/local/lib' to your /etc/ld.so.conf file and run `ldconfig'
+ 
+ Check `ldd' for trouble-shooting, read <http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN70> for more information on how libraries work.
+
 3.Setting up conntrackd
 =======================
 




More information about the netfilter-cvslog mailing list