The libmnl library provides a minimalistic userspace library oriented to Netlink developers. There are a lot of common tasks in the parsing, validating, and constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allow you to re-use code and to avoid re-inventing the wheel.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
下载地址(HTTP):https://netfilter.org/projects/libmnl/files/libmnl-1.0.5.tar.bz2
MD5 校验和:0bbb70573119ec5d49435114583e7a49
大小:308 KB
预计所需磁盘空间:2.9 MB
预计构建时间:小于 0.1 SBU
Install libmnl by running the following commands:
./configure --prefix=/usr && make
This package does not come with a test suite.
Now, as the root user:
make install