Libnfnetlink

From CBLFS
Revision as of 13:03, 25 October 2013 by Aaediwen (talk | contribs) (Page Creation)
Jump to navigationJump to search
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>>