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-ftp " ">
|
---|
9 | <!ENTITY neon-md5sum "fb60b3a124eeec441937a812c456fd94">
|
---|
10 | <!ENTITY neon-size "892 KB">
|
---|
11 | <!ENTITY neon-buildsize "28 MB">
|
---|
12 | <!ENTITY neon-time "0.1 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="neon" xreflabel="neon-&neon-version;">
|
---|
16 | <?dbhtml filename="neon.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
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 | &lfs75_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">Recommended</bridgehead>
|
---|
76 | <para role="recommended">
|
---|
77 | <xref linkend="openssl"/> or
|
---|
78 | <xref linkend="gnutls"/>
|
---|
79 | </para>
|
---|
80 |
|
---|
81 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
82 | <para role="optional">
|
---|
83 | <ulink url="http://code.google.com/p/libproxy/">libproxy</ulink>,
|
---|
84 | <xref linkend="mitkrb"/>,
|
---|
85 | <ulink url="http://www.manyfish.co.uk/pakchois/">pakchois</ulink>, and
|
---|
86 | <xref linkend="libxml2"/>
|
---|
87 | </para>
|
---|
88 |
|
---|
89 | <para condition="html" role="usernotes">User Notes:
|
---|
90 | <ulink url="&blfs-wiki;/neon"/>
|
---|
91 | </para>
|
---|
92 | </sect2>
|
---|
93 |
|
---|
94 | <sect2 role="installation">
|
---|
95 | <title>Installation of neon</title>
|
---|
96 |
|
---|
97 | <para>
|
---|
98 | Install <application>neon</application> by running the following
|
---|
99 | commands:
|
---|
100 | </para>
|
---|
101 |
|
---|
102 | <screen><userinput>./configure --prefix=/usr --enable-shared --with-ssl --disable-static &&
|
---|
103 | make</userinput></screen>
|
---|
104 |
|
---|
105 | <para>
|
---|
106 | To test the results, issue: <command>make -k check</command>.
|
---|
107 | Some tests are known to fail.
|
---|
108 | </para>
|
---|
109 |
|
---|
110 | <para>
|
---|
111 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
112 | </para>
|
---|
113 |
|
---|
114 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
115 |
|
---|
116 | </sect2>
|
---|
117 |
|
---|
118 | <sect2 role="commands">
|
---|
119 | <title>Command Explanations</title>
|
---|
120 |
|
---|
121 | <para>
|
---|
122 | <option>--with-ssl</option>: This switch enables SSL support
|
---|
123 | using <application>OpenSSL</application> or
|
---|
124 | <application>GnuTLS</application> respectively. Remove it if
|
---|
125 | you don't have any of these installed. To force
|
---|
126 | <application>GnuTLS</application> usage when both are present,
|
---|
127 | simply pass <parameter>--with-ssl=gnutls</parameter> to the
|
---|
128 | <command>configure</command> script.
|
---|
129 | </para>
|
---|
130 |
|
---|
131 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
132 | href="../../xincludes/static-libraries.xml"/>
|
---|
133 |
|
---|
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 | </sect2>
|
---|
141 |
|
---|
142 | <sect2 role="content">
|
---|
143 | <title>Contents</title>
|
---|
144 |
|
---|
145 | <segmentedlist>
|
---|
146 | <segtitle>Installed Program</segtitle>
|
---|
147 | <segtitle>Installed Library</segtitle>
|
---|
148 | <segtitle>Installed Directories</segtitle>
|
---|
149 |
|
---|
150 | <seglistitem>
|
---|
151 | <seg>
|
---|
152 | neon-config
|
---|
153 | </seg>
|
---|
154 | <seg>
|
---|
155 | libneon.so
|
---|
156 | </seg>
|
---|
157 | <seg>
|
---|
158 | /usr/include/neon and
|
---|
159 | /usr/share/doc/neon-&neon-version;
|
---|
160 | </seg>
|
---|
161 | </seglistitem>
|
---|
162 | </segmentedlist>
|
---|
163 |
|
---|
164 | <variablelist>
|
---|
165 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
166 | <?dbfo list-presentation="list"?>
|
---|
167 | <?dbhtml list-presentation="table"?>
|
---|
168 |
|
---|
169 | <varlistentry id="libneon">
|
---|
170 | <term><filename class="libraryfile">libneon.so</filename></term>
|
---|
171 | <listitem>
|
---|
172 | <para>
|
---|
173 | is used as a high-level interface to common HTTP and WebDAV
|
---|
174 | methods.
|
---|
175 | </para>
|
---|
176 | <indexterm zone="neon libneon">
|
---|
177 | <primary sortas="c-libneon">libneon.so</primary>
|
---|
178 | </indexterm>
|
---|
179 | </listitem>
|
---|
180 | </varlistentry>
|
---|
181 |
|
---|
182 | </variablelist>
|
---|
183 |
|
---|
184 | </sect2>
|
---|
185 |
|
---|
186 | </sect1>
|
---|