%general-entities; ]> $LastChangedBy$ $Date$ libmnl-&libmnl-version; libmnl Introduction to libmnl The libmnl library provides a minimalistic user-space library oriented to Netlink developers. There are a lot of common tasks in parsing, validating, constructing of both the Netlink header and TLVs that are repetitive and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. &lfs10_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libmnl-md5sum; Download size: &libmnl-size; Estimated disk space required: &libmnl-buildsize; Estimated build time: &libmnl-time; User Notes: Installation of libmnl 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 && mv /usr/lib/libmnl.so.* /lib && ln -sfv ../../lib/$(readlink /usr/lib/libmnl.so) /usr/lib/libmnl.so Command Explanations mv -v /usr/lib/libmnl.so.* ...: Move shared libraries into /lib so they are available before /usr is mounted. Contents Installed Library libmnl.so Short Descriptions libmnl.so provides functions for parsing, validating, constructing of both the Netlink header and TLVs libmnl.so