source: networking/netlibs/neon.xml@ 41c36b3

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 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 41c36b3 was 41c36b3, checked in by Bruce Dubbs <bdubbs@…>, 9 years ago

Tags

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

  • Property mode set to 100644
File size: 5.8 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 neon-download-http "http://www.webdav.org/neon/neon-&neon-version;.tar.gz">
8 <!ENTITY neon-download-ftp " ">
9 <!ENTITY neon-md5sum "231adebe5c2f78fded3e3df6e958878e">
10 <!ENTITY neon-size "892 KB">
11 <!ENTITY neon-buildsize "7.9 MB (additional 18 MB for the tests)">
12 <!ENTITY neon-time "0.1 SBU (additional 0.2 SBU for the tests)">
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 &lfs78_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 <xref linkend="libxml2"/>,
84 <xref linkend="mitkrb"/>,
85 <ulink url="http://code.google.com/p/libproxy/">libproxy</ulink>, and
86 <ulink url="http://www.manyfish.co.uk/pakchois/">pakchois</ulink>,
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>Fix some code when building with gnutls-3.4 and later:</para>
98
99<screen><userinput>sed -e 's/client_set/set/' \
100 -e 's/gnutls_retr/&amp;2/' \
101 -e 's/type = t/cert_&amp;/' \
102 -i src/ne_gnutls.c</userinput></screen>
103
104 <para>
105 Install <application>neon</application> by running the following
106 commands:
107 </para>
108
109<screen><userinput>./configure --prefix=/usr \
110 --with-ssl \
111 --enable-shared \
112 --disable-static &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 To test the results, issue: <command>make check</command>.
117 Most of the <parameter>ssl</parameter> tests fail, using
118 <option>--with-ssl=gnutls</option>.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>make install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <para>
133 <parameter>--with-ssl</parameter>: This switch enables SSL support
134 using <application>OpenSSL</application> or
135 <application>GnuTLS</application> respectively. Remove it if
136 you don't have any of these installed. To force
137 <application>GnuTLS</application> usage when both are present,
138 simply pass <option>--with-ssl=gnutls</option> to the
139 <command>configure</command> script.
140 </para>
141
142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
143 href="../../xincludes/static-libraries.xml"/>
144
145 <para>
146 <option>--with-libxml2</option>: This switch forces the use of
147 <application>libxml2</application> instead of
148 <application>Expat</application>.
149 </para>
150
151 </sect2>
152
153 <sect2 role="content">
154 <title>Contents</title>
155
156 <segmentedlist>
157 <segtitle>Installed Program</segtitle>
158 <segtitle>Installed Library</segtitle>
159 <segtitle>Installed Directories</segtitle>
160
161 <seglistitem>
162 <seg>
163 neon-config
164 </seg>
165 <seg>
166 libneon.so
167 </seg>
168 <seg>
169 /usr/include/neon and
170 /usr/share/doc/neon-&neon-version;
171 </seg>
172 </seglistitem>
173 </segmentedlist>
174
175 <variablelist>
176 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
177 <?dbfo list-presentation="list"?>
178 <?dbhtml list-presentation="table"?>
179
180 <varlistentry id="neon-config">
181 <term><command>neon-config</command></term>
182 <listitem>
183 <para>
184 is a script that provide information about an installed copy
185 of the neon library.
186 </para>
187 <indexterm zone="neon neon-config">
188 <primary sortas="b-neon-config">neon-config</primary>
189 </indexterm>
190 </listitem>
191 </varlistentry>
192
193 <varlistentry id="libneon">
194 <term><filename class="libraryfile">libneon.so</filename></term>
195 <listitem>
196 <para>
197 is used as a high-level interface to common HTTP and WebDAV
198 methods.
199 </para>
200 <indexterm zone="neon libneon">
201 <primary sortas="c-libneon">libneon.so</primary>
202 </indexterm>
203 </listitem>
204 </varlistentry>
205
206 </variablelist>
207
208 </sect2>
209
210</sect1>
Note: See TracBrowser for help on using the repository browser.