source: networking/netutils/mod_dnssd.xml@ 98e2adf

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind 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 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 98e2adf was 98e2adf, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Fix URL: avahi, libasyncns (at pulseaudio page), libatasmart, libcanberra, libdaemon and mod_dnssd.

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

  • Property mode set to 100644
File size: 5.1 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 mod_dnssd-download-http "http://0pointer.de/lennart/projects/mod_dnssd/mod_dnssd-&mod_dnssd-version;.tar.gz">-->
8 <!ENTITY mod_dnssd-download-http "&fedora-http-repo;/mod_dnssd/mod_dnssd-&mod_dnssd-version;.tar.gz/&mod_dnssd-md5sum;/mod_dnssd-&mod_dnssd-version;.tar.gz">
9 <!ENTITY mod_dnssd-download-ftp " ">
10 <!ENTITY mod_dnssd-md5sum "bed3d95a98168bf0515922d1c05020c5">
11 <!ENTITY mod_dnssd-size "84 KB">
12 <!ENTITY mod_dnssd-buildsize "1 MB">
13 <!ENTITY mod_dnssd-time "less than 0.1 SBU">
14]>
15
16<sect1 id="mod_dnssd" xreflabel="mod_dnssd-&mod_dnssd-version;">
17 <?dbhtml filename="mod_dnssd.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>mod_dnssd-&mod_dnssd-version;</title>
25
26 <indexterm zone="mod_dnssd">
27 <primary sortas="a-mod_dnssd">mod_dnssd</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to mod_dnssd</title>
32
33 <para>
34 The <application>mod_dnssd</application> package is an
35 <application>Apache</application> HTTPD module which adds Zeroconf support
36 via DNS-SD using <application>Avahi</application>. This allows
37 <application>Apache</application> to advertise itself and the websites
38 available to clients compatible with the protocol.
39 </para>
40
41 &lfs75_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&mod_dnssd-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&mod_dnssd-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &mod_dnssd-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &mod_dnssd-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &mod_dnssd-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &mod_dnssd-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">mod_dnssd Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="apache"/> and
82 <xref linkend="avahi"/>
83 </para>
84
85 <bridgehead renderas="sect4">Optional</bridgehead>
86 <para role="optional">
87 <xref linkend="lynx"/>
88 </para>
89
90 <para condition="html" role="usernotes">User Notes:
91 <ulink url="&blfs-wiki;/mod_dnssd"/></para>
92
93 </sect2>
94
95 <sect2 role="installation">
96 <title>Installation of mod_dnssd</title>
97
98 <para>
99 Install <application>mod_dnssd</application> by running the following
100 commands:
101 </para>
102
103<screen><userinput>sed -i 's/unixd_setup_child/ap_&amp;/' src/mod_dnssd.c &amp;&amp;
104
105./configure --prefix=/usr \
106 --disable-lynx &amp;&amp;
107make</userinput></screen>
108
109 <para>
110 This package does not come with a test suite.
111 </para>
112
113 <para>
114 Now, as the <systemitem class="username">root</systemitem> user:
115 </para>
116
117<screen role="root"><userinput>make install
118sed -i 's| usr| /usr|' /etc/httpd/httpd.conf</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125 <para>
126 <command>sed ... src/mod_dnssd.c</command>: Fix an external function
127 call that has been updated since this package was released.
128 </para>
129
130 <para>
131 <option>--disable-lynx</option>: This parameter turns off
132 <application>Lynx</application> usage for documentation generation.
133 Remove it if you have <application>Lynx</application> installed.
134 </para>
135
136 <para>
137 <command>sed ... /etc/httpd/httpd.conf</command>: Fix a directory
138 path that the intallation procedure incorrectly puts in the
139 httpd configuration file.
140 </para>
141 </sect2>
142
143 <sect2 role="content">
144 <title>Contents</title>
145
146 <segmentedlist>
147 <segtitle>Installed Programs</segtitle>
148 <segtitle>Installed Library</segtitle>
149 <segtitle>Installed Directories</segtitle>
150
151 <seglistitem>
152 <seg>None</seg>
153 <seg>mod_dnssd.so</seg>
154 <seg>None</seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="mod_dnssd-lib">
164 <term><filename class='libraryfile'>mod_dnssd.so</filename></term>
165 <listitem>
166 <para>is the <application>Apache</application> HTTPD module.</para>
167 <indexterm zone="mod_dnssd mod_dnssd-lib">
168 <primary sortas="c-mod_dnssd">mod_dnssd.so</primary>
169 </indexterm>
170 </listitem>
171 </varlistentry>
172
173 </variablelist>
174
175 </sect2>
176
177</sect1>
Note: See TracBrowser for help on using the repository browser.