Libnetfilter queue
From CBLFS
Jump to navigationJump to search
| Download Source: | http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-1.0.2.tar.bz2 |
|---|
Introduction to Libnetfilter queue
libnetfilter_queue is a userspace library providing an API to packets that have been queued by the kernel packet filter.
Project Homepage: http://www.netfilter.org/projects/libnetfilter_queue/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_queue.*
Short Descriptions
| libnetfilter_queue.* | provides functions for managing packets to and from the kernel nfnetlink_queue subsystem |
|---|