Difference between revisions of "Libnfnetlink"

From CBLFS
Jump to navigationJump to search
(Created page with "{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://iptables.org/projects/libnfnetlink/files/libnfnetlink-{{Libnfnetlink-Version}}.tar.bz2 ...")
 
(Page Creation)
Line 8: Line 8:
 
----
 
----
  
{{Package-Introduction|libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. |Project Homepage|http://www.netfilter.org/projects/libnfnetlink/index.html}}
+
{{Package-Introduction|libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace. |http://www.netfilter.org/projects/libnfnetlink/index.html}}
  
  

Revision as of 13:03, 25 October 2013

Download Source: http://iptables.org/projects/libnfnetlink/files/libnfnetlink-1.0.1.tar.bz2

Introduction to Libnfnetlink

libnfnetlink is the low-level library for netfilter related kernel/userspace communication. It provides a generic messaging infrastructure for in-kernel netfilter subsystems (such as nfnetlink_log, nfnetlink_queue, nfnetlink_conntrack) and their respective users and/or management tools in userspace.

Project Homepage: http://www.netfilter.org/projects/libnfnetlink/index.html


Dependencies

Non-Multilib

Compile the package:

./configure --prefix=/usr \
 --bindir=/sbin --sbindir=/sbin  && \ 
make

Install the package

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" ./configure --prefix=/usr \
    --bindir=/sbin     --sbindir=/sbin --libdir=/usr/lib  && \ 
make

Install the package

make install


N32

Not yet tested.

64Bit

Compile the package:

CC="gcc ${BUILD64}" ./configure --prefix=/usr \
    --bindir=/sbin --sbindir=/sbin --libdir=/usr/lib64 && 
make

Install the package

make install

Contents

Installed Programs:

Installed Libraries: pending list


Short Descriptions

<<PENDING>>