source: networking/netlibs/neon.xml@ ec06894

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 ec06894 was ec06894, checked in by Fernando de Oliveira <fernando@…>, 9 years ago
  • neon-0.30.1: modify fix when building with gnutls-3.4 and later,

after email received from neon list.

  • OpenLDAP-2.4.41: fix some trailing spaces.

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

  • Property mode set to 100644
File size: 5.3 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 &lfs77_checked; &gcc5_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 --enable-shared --with-ssl --disable-static &amp;&amp;
110make</userinput></screen>
111
112 <para>
113 To test the results, issue: <command>make -k check</command>.
114 Some tests are known to fail.
115 </para>
116
117 <para>
118 Now, as the <systemitem class="username">root</systemitem> user:
119 </para>
120
121<screen role="root"><userinput>make install</userinput></screen>
122
123 </sect2>
124
125 <sect2 role="commands">
126 <title>Command Explanations</title>
127
128 <para>
129 <parameter>--with-ssl</parameter>: This switch enables SSL support
130 using <application>OpenSSL</application> or
131 <application>GnuTLS</application> respectively. Remove it if
132 you don't have any of these installed. To force
133 <application>GnuTLS</application> usage when both are present,
134 simply pass <option>--with-ssl=gnutls</option> to the
135 <command>configure</command> script.
136 </para>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/static-libraries.xml"/>
140
141 <para>
142 <option>--with-libxml2</option>: This switch forces the use of
143 <application>libxml2</application> instead of
144 <application>Expat</application>.
145 </para>
146
147 </sect2>
148
149 <sect2 role="content">
150 <title>Contents</title>
151
152 <segmentedlist>
153 <segtitle>Installed Program</segtitle>
154 <segtitle>Installed Library</segtitle>
155 <segtitle>Installed Directories</segtitle>
156
157 <seglistitem>
158 <seg>
159 neon-config
160 </seg>
161 <seg>
162 libneon.so
163 </seg>
164 <seg>
165 /usr/include/neon and
166 /usr/share/doc/neon-&neon-version;
167 </seg>
168 </seglistitem>
169 </segmentedlist>
170
171 <variablelist>
172 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
173 <?dbfo list-presentation="list"?>
174 <?dbhtml list-presentation="table"?>
175
176 <varlistentry id="libneon">
177 <term><filename class="libraryfile">libneon.so</filename></term>
178 <listitem>
179 <para>
180 is used as a high-level interface to common HTTP and WebDAV
181 methods.
182 </para>
183 <indexterm zone="neon libneon">
184 <primary sortas="c-libneon">libneon.so</primary>
185 </indexterm>
186 </listitem>
187 </varlistentry>
188
189 </variablelist>
190
191 </sect2>
192
193</sect1>
Note: See TracBrowser for help on using the repository browser.