source: networking/netlibs/libnl.xml@ 2625f532

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 2625f532 was 2625f532, checked in by Igor Živković <igor@…>, 11 years ago

updated libnl download link

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

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