Libmnl
From CBLFS
Jump to navigationJump to searchDownload Source: | http://www.netfilter.org/projects/libmnl/files/libmnl-1.0.3.tar.bz2 |
---|
Contents
Introduction to Libmnl
libmnl is a minimalistic user-space library oriented to Netlink developers
Project Homepage: http://www.netfilter.org/projects/libmnl/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
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr \ --bindir=/sbin --sbindir=/sbin --libdir=/usr/lib32 && make
Install the package
make install
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: libmnl.*
Short Descriptions
libmnl.* | provides functions to make socket handling, message building, validating, parsing and sequence tracking, easier |
---|