source: networking/netlibs/libnl.xml@ ea21196

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since ea21196 was ea21196, checked in by Krejzi <krejzi@…>, 11 years ago

Even more package upgrades.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10903 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libnl-download-http "http://www.infradead.org/~tgr/libnl/files/libnl-&libnl-version;.tar.gz">
8 <!ENTITY libnl-download-ftp " ">
9 <!ENTITY libnl-md5sum "f06e6de102abb2cef71ed671957ee099">
10 <!ENTITY libnl-size "696 KB">
11 <!ENTITY libnl-buildsize "25 MB">
12 <!ENTITY libnl-time "0.3 SBU">
13]>
14
15<sect1 id="libnl" xreflabel="libnl-&libnl-version;">
16 <?dbhtml filename="libnl.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libnl-&libnl-version;</title>
24
25 <indexterm zone="libnl">
26 <primary sortas="a-libnl">libnl</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libnl</title>
31
32 <para>
33 The <application>libnl</application> suite is a collection of libraries
34 providing APIs to netlink protocol based Linux kernel interfaces.
35 </para>
36
37 &lfs72_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libnl-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libnl-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libnl-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libnl-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libnl-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libnl-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <para condition="html" role="usernotes">User Notes:
74 <ulink url="&blfs-wiki;/libnl"/>
75 </para>
76 </sect2>
77
78 <sect2 role="installation">
79 <title>Installation of libnl</title>
80
81 <para>
82 Install <application>libnl</application> by running the following
83 commands:
84 </para>
85
86<screen><userinput>./configure --prefix=/usr \
87 --sysconfdir=/etc \
88 --disable-static &amp;&amp;
89make LEX=flex</userinput></screen>
90
91 <para>
92 To test the results, issue: <command>make check</command>.
93 </para>
94
95 <para>
96 Now, as the <systemitem class="username">root</systemitem> user:
97 </para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
107 href="../../xincludes/static-libraries.xml"/>
108
109 <para>
110 <option>--disable-cli</option>: Use this parameter if you
111 don't want to install cli tools provided by the package.
112 </para>
113
114 </sect2>
115
116 <sect2 role="content">
117 <title>Contents</title>
118
119 <segmentedlist>
120 <segtitle>Installed Programs</segtitle>
121 <segtitle>Installed Libraries</segtitle>
122 <segtitle>Installed Directories</segtitle>
123
124 <seglistitem>
125 <seg>
126 genl-ctrl-list, nl-class-add, nl-class-delete, nl-classid-lookup,
127 nl-class-list, nl-cls-add, nl-cls-delete, nl-cls-list, nl-link-list,
128 nl-pktloc-lookup, nl-qdisc-add, nl-qdisc-delete and nl-qdisc-list
129 </seg>
130 <seg>
131 libnl-3.so, libnl-cli-3.so, libnl-genl-3.so,
132 libnl-nf-3.so and libnl-route-3.so
133 </seg>
134 <seg>
135 /etc/libnl,
136 /usr/include/libnl3 and
137 /usr/lib/libnl
138 </seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="libnl-lib">
148 <term><filename class='libraryfile'>libnl*-3.so</filename></term>
149 <listitem>
150 <para>
151 These libraries contain API functions used to access Netlink
152 interfaces in Linux kernel.
153 </para>
154 <indexterm zone="libnl libnl-lib">
155 <primary sortas="c-libnl">libnl*-3.so</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 </variablelist>
161
162 </sect2>
163
164</sect1>
Note: See TracBrowser for help on using the repository browser.