source: networking/netutils/avahi.xml@ 45ab6c7

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 23.3 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 avahi-download-http "https://github.com/lathiat/avahi/releases/download/v&avahi-version;/avahi-&avahi-version;.tar.gz">
8 <!ENTITY avahi-download-ftp " ">
9 <!ENTITY avahi-md5sum "229c6aa30674fc43c202b22c5f8c2be7">
10 <!ENTITY avahi-size "1.5 MB">
11 <!ENTITY avahi-buildsize "32 MB">
12 <!ENTITY avahi-time "0.3 SBU">
13]>
14
15<sect1 id="avahi" xreflabel="Avahi-&avahi-version;">
16 <?dbhtml filename="avahi.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Avahi-&avahi-version;</title>
23
24 <indexterm zone="avahi">
25 <primary sortas="a-Avahi">Avahi</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Avahi</title>
30
31 <para>
32 The <application>Avahi</application> package is a system which
33 facilitates service discovery on a local network.
34 </para>
35
36 &lfs101_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>
42 Download (HTTP): <ulink url="&avahi-download-http;"/>
43 </para>
44 </listitem>
45 <listitem>
46 <para>
47 Download (FTP): <ulink url="&avahi-download-ftp;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download MD5 sum: &avahi-md5sum;
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download size: &avahi-size;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Estimated disk space required: &avahi-buildsize;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated build time: &avahi-time;
68 </para>
69 </listitem>
70 </itemizedlist>
71
72 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
73 <itemizedlist spacing="compact">
74 <listitem>
75 <para>
76 Required patch:
77 <ulink url="&patch-root;/avahi-&avahi-version;-ipv6_race_condition_fix-1.patch"/>
78 </para>
79 </listitem>
80 </itemizedlist>
81
82 <bridgehead renderas="sect3">Avahi Dependencies</bridgehead>
83
84 <bridgehead renderas="sect4">Required</bridgehead>
85 <para role="required">
86 <xref linkend="glib2"/>
87 </para>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref linkend="gobject-introspection"/>,
92 <xref linkend="gtk2"/>,
93 <xref linkend="gtk3"/>,
94 <xref linkend="libdaemon"/>,
95 <xref linkend="libglade"/>, and
96 <xref linkend="qt5"/>
97 </para>
98
99 <bridgehead renderas="sect4">Optional</bridgehead>
100 <para role="optional">
101 <xref linkend="dbus-python"/>,
102 <xref linkend="libevent"/>,
103 <xref linkend="pygtk"/>,
104 <xref linkend="doxygen"/> and
105 <ulink url="https://sourceforge.net/projects/xmltoman/">xmltoman</ulink>
106 (for generating documentation)
107 </para>
108
109 <para condition="html" role="usernotes">User Notes:
110 <ulink url="&blfs-wiki;/avahi"/>
111 </para>
112 </sect2>
113
114 <sect2 role="installation">
115 <title>Installation of Avahi</title>
116
117 <para>
118 There should be a dedicated user and group to take control
119 of the <command>avahi-daemon</command> daemon after it is
120 started. Issue the following commands as the
121 <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>groupadd -fg 84 avahi &amp;&amp;
125useradd -c "Avahi Daemon Owner" -d /var/run/avahi-daemon -u 84 \
126 -g avahi -s /bin/false avahi</userinput></screen>
127
128 <para>
129 There should also be a dedicated priviliged access group for
130 <application>Avahi</application> clients. Issue the following command as
131 the <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>groupadd -fg 86 netdev</userinput></screen>
135
136 <para>
137 Fix a regression that results in a race condition when IPv6 is in use
138 and multiple network adapters are present on the system:
139 </para>
140
141<screen><userinput remap="pre">patch -Np1 -i ../avahi-&avahi-version;-ipv6_race_condition_fix-1.patch</userinput></screen>
142
143 <para>
144 Fix a security vulnerabilty in <command>avahi-daemon</command>:
145 </para>
146
147<screen><userinput remap="pre">sed -i '426a if (events &amp; AVAHI_WATCH_HUP) { \
148client_free(c); \
149return; \
150}' avahi-daemon/simple-protocol.c</userinput></screen>
151
152 <para>
153 Install <application>Avahi</application> by running the following
154 commands:
155 </para>
156
157<screen revision="sysv"><userinput>./configure --prefix=/usr \
158 --sysconfdir=/etc \
159 --localstatedir=/var \
160 --disable-static \
161 --disable-libevent \
162 --disable-mono \
163 --disable-monodoc \
164 --disable-python \
165 --disable-qt3 \
166 --disable-qt4 \
167 --enable-core-docs \
168 --with-distro=none \
169 --with-systemdsystemunitdir=no &amp;&amp;
170make</userinput></screen>
171
172<screen revision="systemd"><userinput>./configure --prefix=/usr \
173 --sysconfdir=/etc \
174 --localstatedir=/var \
175 --disable-static \
176 --disable-libevent \
177 --disable-mono \
178 --disable-monodoc \
179 --disable-python \
180 --disable-qt3 \
181 --disable-qt4 \
182 --enable-core-docs \
183 --with-distro=none \
184 --with-systemdsystemunitdir=/lib/systemd/system &amp;&amp;
185make</userinput></screen>
186
187 <para>
188 This package does not come with a test suite.
189 </para>
190
191 <para>
192 Now, as the <systemitem class="username">root</systemitem> user:
193 </para>
194
195<screen role="root"><userinput>make install</userinput></screen>
196
197 </sect2>
198
199 <sect2 role="commands">
200 <title>Command Explanations</title>
201
202 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
203 href="../../xincludes/static-libraries.xml"/>
204
205 <para>
206 <parameter>--disable-libevent</parameter>: This parameter disables the
207 use of <xref linkend="libevent"/>. Remove if you have it installed.
208 </para>
209
210 <para>
211 <parameter>--disable-mono</parameter>: This parameter disables the
212 <application>Mono</application> bindings.
213 </para>
214
215 <para>
216 <parameter>--disable-monodoc</parameter>: This parameter disables
217 documentation for the <application>Mono</application> bindings.
218 </para>
219
220 <para>
221 <parameter>--disable-python</parameter>: This parameter disables the
222 scripts that depend on <application>Python</application>. It also
223 allows a regular install to complete successfully.
224 </para>
225
226 <para>
227 <parameter>--disable-qt3</parameter>: This parameter disables the
228 attempt to build the obsolete <application>Qt3</application>
229 portions of the package.
230 </para>
231
232 <para>
233 <parameter>--disable-qt4</parameter>: This parameter disables the
234 attempt to build the obsolete <application>Qt4Core</application>
235 portions of the package.
236 </para>
237
238 <para>
239 <parameter>--enable-core-docs</parameter>: This parameter enables the
240 building of documentation.
241 </para>
242
243 <para>
244 <parameter>--with-distro=none</parameter>: There is an obsolete
245 boot script in the distribution for LFS. This option disables it.
246 </para>
247
248 <para revision="sysv">
249 <parameter>--with-systemdsystemunitdir=no</parameter>: Without it, the
250 daemon fails to start in BLFS, which does not support
251 <application>systemd</application>.
252 </para>
253
254 <para revision="systemd">
255 <parameter>--with-systemdsystemunitdir=/lib/systemd/system</parameter>:
256 This parameter is used to set the correct installation directory for
257 systemd units.
258 </para>
259
260 <para>
261 <option>--disable-dbus</option>: This parameter disables the use
262 of <application>D-Bus</application>.
263 </para>
264
265 <para>
266 <option>--disable-gtk</option>: This parameter disables the use
267 of <application>GTK+2</application>.
268 </para>
269
270 <para>
271 <option>--disable-gtk3</option>: This parameter disables the use
272 of <application>GTK+3</application>.
273 </para>
274
275 <para>
276 <option>--disable-qt5</option>: This parameter disables the use
277 of <application>Qt5</application>, and allows building without it.
278 </para>
279
280 <para>
281 <option>--disable-libdaemon</option>: This parameter disables the use
282 of <application>libdaemon</application>. If you use this option,
283 <command>avahi-daemon</command> won't be built.
284 </para>
285
286 <para>
287 <option>--enable-tests</option>: This option enables the building of
288 tests and examples.
289 </para>
290
291 <para>
292 <option>--enable-compat-howl</option>: This option enables the
293 compatibility layer for <application>HOWL</application>.
294 </para>
295
296 <para>
297 <option>--enable-compat-libdns_sd</option>: This option enables the
298 compatibility layer for <application>libdns_sd</application>.
299 </para>
300
301 </sect2>
302
303 <sect2 role="configuration">
304 <title>Configuring avahi</title>
305
306 <sect3 id="avahi-init">
307 <title>Boot Script</title>
308
309 <para revision="sysv">
310 To automatically start the <command>avahi-daemon</command>
311 when the system is rebooted, install the
312 <filename>/etc/rc.d/init.d/avahi</filename> bootscript from
313 the <xref linkend="bootscripts"/> package.
314 </para>
315
316 <para revision="systemd">
317 To start the <command>avahi-daemon</command> daemon at boot, enable
318 the previously installed systemd unit by running the following command
319 as the <systemitem class="username">root</systemitem> user:
320 </para>
321
322 <indexterm zone="avahi avahi-init">
323 <primary sortas="f-avahi">avahi</primary>
324 </indexterm>
325
326<screen role="root" revision="sysv"><userinput>make install-avahi</userinput></screen>
327
328<screen role="root" revision="systemd"><userinput>systemctl enable avahi-daemon</userinput></screen>
329
330 <para revision="systemd">
331 To start the <command>avahi-dnsconfd</command> daemon at boot, enable
332 the previously installed systemd unit by running the following command
333 as the <systemitem class="username">root</systemitem> user:
334 </para>
335
336<screen role="root" revision="systemd"><userinput>systemctl enable avahi-dnsconfd</userinput></screen>
337
338 </sect3>
339
340 </sect2>
341
342 <sect2 role="content">
343 <title>Contents</title>
344
345 <segmentedlist>
346 <segtitle>Installed Programs</segtitle>
347 <segtitle>Installed Libraries</segtitle>
348 <segtitle>Installed Directories</segtitle>
349
350 <seglistitem>
351 <seg>avahi-autoipd, avahi-browse, avahi-browse-domains,
352 avahi-daemon, avahi-discover-standalone, avahi-dnsconfd,
353 avahi-publish, avahi-publish-address, avahi-publish-service,
354 avahi-resolve, avahi-resolve-address, avahi-resolve-host-name,
355 avahi-set-host-name, bshell, bssh, and bvnc</seg>
356 <seg>libavahi-client.so, libavahi-common.so, libavahi-core.so,
357 libavahi-glib.so, libavahi-gobject.so, libavahi-libevent.so
358 libavahi-ui-gtk3.so, libavahi-qt5, libavahi-ui.so, libdns_sd.so, and
359 libhowl.so,</seg>
360 <seg>/etc/avahi/services, /usr/include/{avahi-client,avahi-common,
361 avahi-compat-howl, avahi-compat-libdns_sd, avahi-core, avahi-glib,
362 avahi-gobject, avahi-libevent, avahi-qt5, avahi-ui},
363 /usr/lib/avahi, /usr/share/avahi</seg>
364 </seglistitem>
365 </segmentedlist>
366
367 <variablelist>
368 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
369 <?dbfo list-presentation="list"?>
370 <?dbhtml list-presentation="table"?>
371
372 <varlistentry id="avahi-autoipd">
373 <term><command>avahi-autoipd</command></term>
374 <listitem>
375 <para>
376 is a IPv4LL network address configuration daemon
377 </para>
378 <indexterm zone="avahi avahi-autoipd">
379 <primary sortas="b-avahi-autoipd">avahi-autoipd</primary>
380 </indexterm>
381 </listitem>
382 </varlistentry>
383 <!--
384 <varlistentry id="avahi-bookmarks">
385 <term><command>avahi-bookmarks</command></term>
386 <listitem>
387 <para>
388 is a Web service showing mDNS/DNS-SD announced HTTP services
389 using the <application>Avahi</application> daemon.
390 </para>
391 <indexterm zone="avahi avahi-bookmarks">
392 <primary sortas="b-avahi-bookmarks">avahi-bookmarks</primary>
393 </indexterm>
394 </listitem>
395 </varlistentry>
396 -->
397 <varlistentry id="avahi-browse">
398 <term><command>avahi-browse</command></term>
399 <listitem>
400 <para>
401 browses for mDNS/DNS-SD services using the
402 <application>Avahi</application> daemon
403 </para>
404 <indexterm zone="avahi avahi-browse">
405 <primary sortas="b-avahi-browse">avahi-browse</primary>
406 </indexterm>
407 </listitem>
408 </varlistentry>
409
410 <varlistentry id="avahi-browse-domains">
411 <term><command>avahi-browse-domains</command></term>
412 <listitem>
413 <para>
414 browses for mDNS/DNS-SD services using the
415 <application>Avahi</application> daemon
416 </para>
417 <indexterm zone="avahi avahi-browse-domains">
418 <primary sortas="b-avahi-browse-domains">avahi-browse-domains</primary>
419 </indexterm>
420 </listitem>
421 </varlistentry>
422
423 <varlistentry id="avahi-daemon">
424 <term><command>avahi-daemon</command></term>
425 <listitem>
426 <para>
427 is the <application>Avahi</application> mDNS/DNS-SD daemon
428 </para>
429 <indexterm zone="avahi avahi-daemon">
430 <primary sortas="b-avahi-daemon">avahi-daemon</primary>
431 </indexterm>
432 </listitem>
433 </varlistentry>
434 <!--
435 <varlistentry id="avahi-discover">
436 <term><command>avahi-discover</command></term>
437 <listitem>
438 <para>
439 browses for mDNS/DNS-SD services using the
440 <application>Avahi</application> daemon.
441 </para>
442 <indexterm zone="avahi avahi-discover">
443 <primary sortas="b-avahi-discover">avahi-discover</primary>
444 </indexterm>
445 </listitem>
446 </varlistentry>
447 -->
448 <varlistentry id="avahi-discover-standalone">
449 <term><command>avahi-discover-standalone</command></term>
450 <listitem>
451 <para>
452 browses for mDNS/DNS-SD services using the
453 <application>Avahi</application> daemon
454 </para>
455 <indexterm zone="avahi avahi-discover-standalone">
456 <primary sortas="b-avahi-discover-standalone">avahi-discover-standalone</primary>
457 </indexterm>
458 </listitem>
459 </varlistentry>
460
461 <varlistentry id="avahi-dnsconfd">
462 <term><command>avahi-dnsconfd</command></term>
463 <listitem>
464 <para>
465 is a Unicast DNS server from mDNS/DNS-SD configuration daemon
466 </para>
467 <indexterm zone="avahi avahi-dnsconfd">
468 <primary sortas="b-avahi-dnsconfd">avahi-dnsconfd</primary>
469 </indexterm>
470 </listitem>
471 </varlistentry>
472
473 <varlistentry id="avahi-publish">
474 <term><command>avahi-publish</command></term>
475 <listitem>
476 <para>
477 registers a mDNS/DNS-SD service or host name or address mapping
478 using the <application>Avahi</application> daemon
479 </para>
480 <indexterm zone="avahi avahi-publish">
481 <primary sortas="b-avahi-publish">avahi-publish</primary>
482 </indexterm>
483 </listitem>
484 </varlistentry>
485
486 <varlistentry id="avahi-publish-address">
487 <term><command>avahi-publish-address</command></term>
488 <listitem>
489 <para>
490 registers a mDNS/DNS-SD service or host name or address mapping
491 using the <application>Avahi</application> daemon
492 </para>
493 <indexterm zone="avahi avahi-publish-address">
494 <primary sortas="b-avahi-publish-address">avahi-publish-address</primary>
495 </indexterm>
496 </listitem>
497 </varlistentry>
498
499 <varlistentry id="avahi-publish-service">
500 <term><command>avahi-publish-service</command></term>
501 <listitem>
502 <para>
503 registers a mDNS/DNS-SD service or host name or address mapping
504 using the <application>Avahi</application> daemon
505 </para>
506 <indexterm zone="avahi avahi-publish-service">
507 <primary sortas="b-avahi-publish-service">avahi-publish-service</primary>
508 </indexterm>
509 </listitem>
510 </varlistentry>
511
512 <varlistentry id="avahi-resolve">
513 <term><command>avahi-resolve</command></term>
514 <listitem>
515 <para>
516 resolves one or more mDNS/DNS host name(s) to IP address(es)
517 (and vice versa) using the <application>Avahi</application>
518 daemon
519 </para>
520 <indexterm zone="avahi avahi-resolve">
521 <primary sortas="b-avahi-resolve">avahi-resolve</primary>
522 </indexterm>
523 </listitem>
524 </varlistentry>
525
526 <varlistentry id="avahi-resolve-address">
527 <term><command>avahi-resolve-address</command></term>
528 <listitem>
529 <para>
530 resolves one or more mDNS/DNS host name(s) to IP address(es)
531 (and vice versa) using the <application>Avahi</application>
532 daemon
533 </para>
534 <indexterm zone="avahi avahi-resolve-address">
535 <primary sortas="b-avahi-resolve-address">avahi-resolve-address</primary>
536 </indexterm>
537 </listitem>
538 </varlistentry>
539
540 <varlistentry id="avahi-resolve-host-name">
541 <term><command>avahi-resolve-host-name</command></term>
542 <listitem>
543 <para>
544 resolves one or more mDNS/DNS host name(s) to IP address(es)
545 (and vice versa) using the <application>Avahi</application>
546 daemon
547 </para>
548 <indexterm zone="avahi avahi-resolve-host-name">
549 <primary sortas="b-avahi-resolve-host-name">avahi-resolve-host-name</primary>
550 </indexterm>
551 </listitem>
552 </varlistentry>
553
554 <varlistentry id="avahi-set-host-name">
555 <term><command>avahi-set-host-name</command></term>
556 <listitem>
557 <para>
558 changes the mDNS host name
559 </para>
560 <indexterm zone="avahi avahi-set-host-name">
561 <primary sortas="b-avahi-set-host-name">avahi-set-host-name</primary>
562 </indexterm>
563 </listitem>
564 </varlistentry>
565
566 <!--<varlistentry id="bshell">
567 <term><command>bshell</command></term>
568 <listitem>
569 <para>
570 does this .....
571 </para>
572 <indexterm zone="avahi bshell">
573 <primary sortas="b-bshell">bshell</primary>
574 </indexterm>
575 </listitem>
576 </varlistentry>-->
577
578 <varlistentry id="bssh">
579 <term><command>bssh</command></term>
580 <listitem>
581 <para>
582 browses for SSH servers on the local network
583 </para>
584 <indexterm zone="avahi bssh">
585 <primary sortas="b-bssh">bssh</primary>
586 </indexterm>
587 </listitem>
588 </varlistentry>
589
590 <varlistentry id="bvnc">
591 <term><command>bvnc</command></term>
592 <listitem>
593 <para>
594 browses for VNC servers on the local network
595 </para>
596 <indexterm zone="avahi bvnc">
597 <primary sortas="b-bvnc">bvnc</primary>
598 </indexterm>
599 </listitem>
600 </varlistentry>
601
602 <!--<varlistentry id="libavahi-client">
603 <term><filename class='libraryfile'>libavahi-client.{so,a}</filename></term>
604 <listitem>
605 <para>
606 contains functions that .....
607 </para>
608 <indexterm zone="avahi libavahi-client">
609 <primary sortas="c-libavahi-client">libavahi-client.{so,a}</primary>
610 </indexterm>
611 </listitem>
612 </varlistentry>
613
614 <varlistentry id="libavahi-common">
615 <term><filename class='libraryfile'>libavahi-common.{so,a}</filename></term>
616 <listitem>
617 <para>
618 contains functions that .....
619 </para>
620 <indexterm zone="avahi libavahi-common">
621 <primary sortas="c-libavahi-common">libavahi-common.{so,a}</primary>
622 </indexterm>
623 </listitem>
624 </varlistentry>
625
626 <varlistentry id="libavahi-core">
627 <term><filename class='libraryfile'>libavahi-core.{so,a}</filename></term>
628 <listitem>
629 <para>
630 contains functions that .....
631 </para>
632 <indexterm zone="avahi libavahi-core">
633 <primary sortas="c-libavahi-core">libavahi-core.{so,a}</primary>
634 </indexterm>
635 </listitem>
636 </varlistentry>
637
638 <varlistentry id="libavahi-glib">
639 <term><filename class='libraryfile'>libavahi-glib.{so,a}</filename></term>
640 <listitem>
641 <para>
642 contains functions that .....
643 </para>
644 <indexterm zone="avahi libavahi-glib">
645 <primary sortas="c-libavahi-glib">libavahi-glib.{so,a}</primary>
646 </indexterm>
647 </listitem>
648 </varlistentry>
649
650 <varlistentry id="libavahi-gobject">
651 <term><filename class='libraryfile'>libavahi-gobject.{so,a}</filename></term>
652 <listitem>
653 <para>
654 contains functions that .....
655 </para>
656 <indexterm zone="avahi libavahi-gobject">
657 <primary sortas="c-libavahi-gobject">libavahi-gobject.{so,a}</primary>
658 </indexterm>
659 </listitem>
660 </varlistentry>
661
662 <varlistentry id="libavahi-ui-gtk3">
663 <term><filename class='libraryfile'>libavahi-ui-gtk3.{so,a}</filename></term>
664 <listitem>
665 <para>
666 contains functions that .....
667 </para>
668 <indexterm zone="avahi libavahi-ui-gtk3">
669 <primary sortas="c-libavahi-ui-gtk3">libavahi-ui-gtk3.{so,a}</primary>
670 </indexterm>
671 </listitem>
672 </varlistentry>
673
674 <varlistentry id="libavahi-ui">
675 <term><filename class='libraryfile'>libavahi-ui.{so,a}</filename></term>
676 <listitem>
677 <para>
678 contains functions that .....
679 </para>
680 <indexterm zone="avahi libavahi-ui">
681 <primary sortas="c-libavahi-ui">libavahi-ui.{so,a}</primary>
682 </indexterm>
683 </listitem>
684 </varlistentry>
685
686 <varlistentry id="libdns_sd">
687 <term><filename class='libraryfile'>libdns_sd.{so,a}</filename></term>
688 <listitem>
689 <para>
690 contains functions that .....
691 </para>
692 <indexterm zone="avahi libdns_sd">
693 <primary sortas="c-libdns_sd">libdns_sd.{so,a}</primary>
694 </indexterm>
695 </listitem>
696 </varlistentry>
697
698 <varlistentry id="libhowl">
699 <term><filename class='libraryfile'>libhowl.{so,a}</filename></term>
700 <listitem>
701 <para>
702 contains functions that .....
703 </para>
704 <indexterm zone="avahi libhowl">
705 <primary sortas="c-libhowl">libhowl.{so,a}</primary>
706 </indexterm>
707 </listitem>
708 </varlistentry>-->
709
710 </variablelist>
711
712 </sect2>
713
714</sect1>
Note: See TracBrowser for help on using the repository browser.