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