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 neon-download-http "http://www.webdav.org/neon/neon-&neon-version;.tar.gz"> -->
|
---|
8 | <!ENTITY neon-download-http "https://notroj.github.io/neon/neon-&neon-version;.tar.gz">
|
---|
9 | <!ENTITY neon-download-ftp " ">
|
---|
10 | <!ENTITY neon-md5sum "c871268f0ba365b71f1ec1bf068d6ab3">
|
---|
11 | <!ENTITY neon-size "848 KB">
|
---|
12 | <!ENTITY neon-buildsize "8.4 MB (additional 19 MB for the tests)">
|
---|
13 | <!ENTITY neon-time "0.1 SBU (additional 0.3 SBU for the tests)">
|
---|
14 | ]>
|
---|
15 |
|
---|
16 | <sect1 id="neon" xreflabel="neon-&neon-version;">
|
---|
17 | <?dbhtml filename="neon.html"?>
|
---|
18 |
|
---|
19 | <sect1info>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>neon-&neon-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="neon">
|
---|
26 | <primary sortas="a-neon">neon</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to neon</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | <application>neon</application> is an HTTP and WebDAV
|
---|
34 | client library, with a C interface.
|
---|
35 | </para>
|
---|
36 |
|
---|
37 | &lfs110a_checked;
|
---|
38 |
|
---|
39 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
40 | <itemizedlist spacing="compact">
|
---|
41 | <listitem>
|
---|
42 | <para>
|
---|
43 | Download (HTTP): <ulink url="&neon-download-http;"/>
|
---|
44 | </para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>
|
---|
48 | Download (FTP): <ulink url="&neon-download-ftp;"/>
|
---|
49 | </para>
|
---|
50 | </listitem>
|
---|
51 | <listitem>
|
---|
52 | <para>
|
---|
53 | Download MD5 sum: &neon-md5sum;
|
---|
54 | </para>
|
---|
55 | </listitem>
|
---|
56 | <listitem>
|
---|
57 | <para>
|
---|
58 | Download size: &neon-size;
|
---|
59 | </para>
|
---|
60 | </listitem>
|
---|
61 | <listitem>
|
---|
62 | <para>
|
---|
63 | Estimated disk space required: &neon-buildsize;
|
---|
64 | </para>
|
---|
65 | </listitem>
|
---|
66 | <listitem>
|
---|
67 | <para>
|
---|
68 | Estimated build time: &neon-time;
|
---|
69 | </para>
|
---|
70 | </listitem>
|
---|
71 | </itemizedlist>
|
---|
72 |
|
---|
73 | <bridgehead renderas="sect3">neon Dependencies</bridgehead>
|
---|
74 |
|
---|
75 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
76 | <para role="optional">
|
---|
77 | <xref linkend="gnutls"/>,
|
---|
78 | <xref linkend="libxml2"/>,
|
---|
79 | <xref linkend="mitkrb"/>,
|
---|
80 | <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
|
---|
81 | <ulink url="http://www.manyfish.co.uk/pakchois/">PaKChoiS</ulink>
|
---|
82 | </para>
|
---|
83 |
|
---|
84 | <para condition="html" role="usernotes">User Notes:
|
---|
85 | <ulink url="&blfs-wiki;/neon"/>
|
---|
86 | </para>
|
---|
87 | </sect2>
|
---|
88 |
|
---|
89 | <sect2 role="installation">
|
---|
90 | <title>Installation of neon</title>
|
---|
91 |
|
---|
92 | <para>
|
---|
93 | Install <application>neon</application> by running the following
|
---|
94 | commands:
|
---|
95 | </para>
|
---|
96 |
|
---|
97 | <screen><userinput>./configure --prefix=/usr \
|
---|
98 | --with-ssl \
|
---|
99 | --enable-shared \
|
---|
100 | --disable-static &&
|
---|
101 | make</userinput></screen>
|
---|
102 |
|
---|
103 | <para>
|
---|
104 | To test the results, issue: <command>make check</command>.
|
---|
105 | </para>
|
---|
106 |
|
---|
107 | <para>
|
---|
108 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
109 | </para>
|
---|
110 |
|
---|
111 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
112 |
|
---|
113 | </sect2>
|
---|
114 |
|
---|
115 | <sect2 role="commands">
|
---|
116 | <title>Command Explanations</title>
|
---|
117 |
|
---|
118 | <para>
|
---|
119 | <parameter>--with-ssl</parameter>: This switch enables SSL support
|
---|
120 | using <application>OpenSSL</application> or
|
---|
121 | <application>GnuTLS</application> respectively. To force
|
---|
122 | <application>GnuTLS</application> usage when it is are present,
|
---|
123 | simply pass <option>--with-ssl=gnutls</option> and
|
---|
124 | <option>--with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt</option> to the
|
---|
125 | <command>configure</command> script.
|
---|
126 | </para>
|
---|
127 |
|
---|
128 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
129 | href="../../xincludes/static-libraries.xml"/>
|
---|
130 |
|
---|
131 | <!-- We have Expat in LFS now, so this really isn't applicable anymore.
|
---|
132 | <para>
|
---|
133 | <option>- -with-libxml2</option>: This switch forces the use of
|
---|
134 | <application>libxml2</application> instead of
|
---|
135 | <application>Expat</application>.
|
---|
136 | </para>
|
---|
137 | -->
|
---|
138 |
|
---|
139 | </sect2>
|
---|
140 |
|
---|
141 | <sect2 role="content">
|
---|
142 | <title>Contents</title>
|
---|
143 |
|
---|
144 | <segmentedlist>
|
---|
145 | <segtitle>Installed Program</segtitle>
|
---|
146 | <segtitle>Installed Library</segtitle>
|
---|
147 | <segtitle>Installed Directories</segtitle>
|
---|
148 |
|
---|
149 | <seglistitem>
|
---|
150 | <seg>
|
---|
151 | neon-config
|
---|
152 | </seg>
|
---|
153 | <seg>
|
---|
154 | libneon.so
|
---|
155 | </seg>
|
---|
156 | <seg>
|
---|
157 | /usr/include/neon and
|
---|
158 | /usr/share/doc/neon-&neon-version;
|
---|
159 | </seg>
|
---|
160 | </seglistitem>
|
---|
161 | </segmentedlist>
|
---|
162 |
|
---|
163 | <variablelist>
|
---|
164 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
165 | <?dbfo list-presentation="list"?>
|
---|
166 | <?dbhtml list-presentation="table"?>
|
---|
167 |
|
---|
168 | <varlistentry id="neon-config">
|
---|
169 | <term><command>neon-config</command></term>
|
---|
170 | <listitem>
|
---|
171 | <para>
|
---|
172 | is a script that provide information about an installed copy
|
---|
173 | of the neon library
|
---|
174 | </para>
|
---|
175 | <indexterm zone="neon neon-config">
|
---|
176 | <primary sortas="b-neon-config">neon-config</primary>
|
---|
177 | </indexterm>
|
---|
178 | </listitem>
|
---|
179 | </varlistentry>
|
---|
180 |
|
---|
181 | <varlistentry id="libneon">
|
---|
182 | <term><filename class="libraryfile">libneon.so</filename></term>
|
---|
183 | <listitem>
|
---|
184 | <para>
|
---|
185 | is used as a high-level interface to common HTTP and WebDAV
|
---|
186 | methods
|
---|
187 | </para>
|
---|
188 | <indexterm zone="neon libneon">
|
---|
189 | <primary sortas="c-libneon">libneon.so</primary>
|
---|
190 | </indexterm>
|
---|
191 | </listitem>
|
---|
192 | </varlistentry>
|
---|
193 |
|
---|
194 | </variablelist>
|
---|
195 |
|
---|
196 | </sect2>
|
---|
197 |
|
---|
198 | </sect1>
|
---|