Libnfnetlink

From CBLFS
Revision as of 13:01, 25 October 2013 by Aaediwen (talk | contribs) (Created page with "{| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://iptables.org/projects/libnfnetlink/files/libnfnetlink-{{Libnfnetlink-Version}}.tar.bz2 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: Project Homepage


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>>