libmnl-1.0.5

libmnl の概要

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.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

libnma Dependencies

Optional

Doxygen-1.9.8

libmnl のインストール

以下のコマンドを実行して libmnl をビルドします。

./configure --prefix=/usr &&
make

このパッケージにテストスイートはありません。

root ユーザーになって以下を実行します。

make install

パッケージ構成

インストールライブラリ: libmnl.so

概略説明

libmnl.so

provides functions for parsing, validating, constructing of both the Netlink header and TLVs