The libnl suite is a collection of libraries providing APIs to netlink protocol based Linux kernel interfaces.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-3.2.24.tar.gz
Download MD5 sum: 6e0e7bad0674749d930dd9f285343d55
Download size: 784 KB
Estimated disk space required: 25 MB
Estimated build time: 0.3 SBU
Check-0.9.12 (for tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libnl
Install libnl by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-static && make
To test the results, issue: make check.
Now, as the root
user:
make install
--disable-static
: This
switch prevents installation of static versions of the libraries.
--disable-cli
: Use this parameter if
you don't want to install cli tools provided by the package.
Last updated on 2014-02-20 13:24:55 -0800