Libnetfilter cthelper

From CBLFS
Revision as of 12:46, 4 November 2013 by Aaediwen (talk | contribs) (Page Creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://www.netfilter.org/projects/libnetfilter_cthelper/files/libnetfilter_cthelper-1.0.0.tar.bz2

Introduction to Libnetfilter cthelper

libnetfilter_cthelper is the userspace library that provides the programming interface to the user-space helper infrastructure available since Linux kernel 3.6.

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


Dependencies

Required

Non-Multilib

Compile the package:

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

Install the package

make install

Multilib

32Bit

Compile the package:

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

Install the package

make install


N32

Compile the package:

PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} CC="gcc ${BUILDN32}" ./configure --prefix=/usr \
    --bindir=/sbin --sbindir=/sbin --libdir=/usr/lib32 && 
make

Install the package

make install


64Bit

Compile the package:

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

Install the package

make install

Contents

Installed Programs:

Installed Libraries: libnetfilter_cthelper.*


Short Descriptions

libnetfilter_cthelper.* User space helper library for nfnetlink