source: networking/netlibs/libnl.xml@ 3e39d34

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 3e39d34 was 3e39d34, checked in by Ken Moffat <ken@…>, 12 years ago

Add libnl.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9293 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 "dbbb44801e833cf9ca4fdc943f2a58ee">
10 <!ENTITY libnl-size "1.1 MB">
11 <!ENTITY libnl-buildsize "33 MB">
12 <!ENTITY libnl-time "0.2 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>The <application>libnl</application> suite is a collection of libraries
33 providing APIs to netlink protocol based Linux kernel interfaces.</para>
34
35 &lfs70_built;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libnl-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libnl-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libnl-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libnl-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libnl-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libnl-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <para condition="html" role="usernotes">User Notes:
60 <ulink url="&blfs-wiki;/libnl"/></para>
61
62 </sect2>
63
64 <sect2 role="installation">
65 <title>Installation of libnl</title>
66
67 <para>Install <application>libnl</application> by running the following
68 commands:</para>
69
70<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
71make</userinput></screen>
72
73 <para>This package does not have a testsuite.</para>
74
75 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
76
77<screen role="root"><userinput>make install</userinput></screen>
78
79 </sect2>
80
81 <sect2 role="commands">
82 <title>Command Explanations</title>
83
84 <para><parameter>--sysconfdir=/etc</parameter>: This parameter puts the
85 pktloc and classid files in <filename class="directory">/etc/libnl</filename>
86 which is their conventional location and recommended if you are building
87 this package to enable <application>NetworkManager</application> on a
88 desktop. If you are building this package for other reasons, you might
89 prefer to use <parameter>--sysconfdir=/var/lib</parameter> so that these
90 files, which are not expected to be edited, are placed in
91 <filename class="directory">/var/lib/nl</filename>. The default for a
92 build with prefix <filename class="directory">/usr</filename> is, of course,
93 to create a directory <filename class="directory">/usr/etc</filename> which
94 is not desirable.</para>
95
96 <para><option>--enable-static=no</option>: This switch prevents the static
97 libraries being installed.</para>
98
99 </sect2>
100
101 <sect2 role="content">
102 <title>Contents</title>
103
104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Library</segtitle>
107 <segtitle>Installed Directories</segtitle>
108
109 <seglistitem>
110 <seg>None</seg>
111 <seg>libnl-3.{a,so}, libnl-cli-3.{a,so}, libnl-genl-3.{a,so}, libnl-nf-3.{a,so}, libnl-route-3.{a,so}</seg>
112 <seg>/usr/include/libnl3</seg>
113 </seglistitem>
114 </segmentedlist>
115
116 <variablelist>
117 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
118 <?dbfo list-presentation="list"?>
119 <?dbhtml list-presentation="table"?>
120
121 <varlistentry id="libnl-lib">
122 <term><filename class='libraryfile'>libnl-3.so</filename></term>
123 <listitem>
124 <para>contains functions that .....</para>
125 <indexterm zone="libnl libnl-lib">
126 <primary sortas="c-libnl">libnl-3.so</primary>
127 </indexterm>
128 </listitem>
129 </varlistentry>
130
131 </variablelist>
132
133 </sect2>
134
135</sect1>
Note: See TracBrowser for help on using the repository browser.