source: networking/netlibs/neon.xml@ 7c56ece

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 7c56ece was 7c56ece, checked in by Pierre Labastie <pieere@…>, 4 years ago

Finish formatting "networking"

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

  • Property mode set to 100644
File size: 5.9 KB
RevLine 
[76eb118]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
[34f219d7]7<!-- <!ENTITY neon-download-http "http://www.webdav.org/neon/neon-&neon-version;.tar.gz"> -->
8 <!ENTITY neon-download-http "https://fossies.org/linux/www/neon-&neon-version;.tar.gz">
[76eb118]9 <!ENTITY neon-download-ftp " ">
[a08727f]10 <!ENTITY neon-md5sum "e28d77bf14032d7f5046b3930704ef41">
11 <!ENTITY neon-size "911 KB">
12 <!ENTITY neon-buildsize "8.5 MB (additional 18 MB for the tests)">
13 <!ENTITY neon-time "0.1 SBU (additional 0.3 SBU for the tests)">
[76eb118]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
[318c0b1]33 <para>
34 <application>neon</application> is an HTTP and WebDAV
35 client library, with a C interface.
36 </para>
[76eb118]37
[34fe2633]38 &lfs91_checked;
[43a56d1]39
[76eb118]40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[318c0b1]43 <para>
44 Download (HTTP): <ulink url="&neon-download-http;"/>
45 </para>
[76eb118]46 </listitem>
47 <listitem>
[318c0b1]48 <para>
49 Download (FTP): <ulink url="&neon-download-ftp;"/>
50 </para>
[76eb118]51 </listitem>
52 <listitem>
[318c0b1]53 <para>
54 Download MD5 sum: &neon-md5sum;
55 </para>
[76eb118]56 </listitem>
57 <listitem>
[318c0b1]58 <para>
59 Download size: &neon-size;
60 </para>
[76eb118]61 </listitem>
62 <listitem>
[318c0b1]63 <para>
64 Estimated disk space required: &neon-buildsize;
65 </para>
[76eb118]66 </listitem>
67 <listitem>
[318c0b1]68 <para>
69 Estimated build time: &neon-time;
70 </para>
[76eb118]71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">neon Dependencies</bridgehead>
[cac7f93]75
[76eb118]76 <bridgehead renderas="sect4">Optional</bridgehead>
[9cf2b10b]77 <para role="optional">
[94b42903]78 <xref linkend="gnutls"/>,
[6b4f8529]79 <xref linkend="libxml2"/>,
[56605b9]80 <xref linkend="mitkrb"/>,
[9be39a1]81 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
[7c56ece]82 <ulink url="http://www.manyfish.co.uk/pakchois/">PaKChoiS</ulink>
[9cf2b10b]83 </para>
[76eb118]84
85 <para condition="html" role="usernotes">User Notes:
[318c0b1]86 <ulink url="&blfs-wiki;/neon"/>
87 </para>
[76eb118]88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of neon</title>
92
[7c56ece]93 <para>
94 Fix some code when building with gnutls-3.4 and later:
95 </para>
[b9abcb5]96
[ec06894]97<screen><userinput>sed -e 's/client_set/set/' \
98 -e 's/gnutls_retr/&amp;2/' \
99 -e 's/type = t/cert_&amp;/' \
[b9abcb5]100 -i src/ne_gnutls.c</userinput></screen>
101
[318c0b1]102 <para>
103 Install <application>neon</application> by running the following
104 commands:
105 </para>
[76eb118]106
[fdd8c7d]107<screen><userinput>./configure --prefix=/usr \
108 --with-ssl \
109 --enable-shared \
110 --disable-static &amp;&amp;
[76eb118]111make</userinput></screen>
112
[318c0b1]113 <para>
[fdd8c7d]114 To test the results, issue: <command>make check</command>.
115 Most of the <parameter>ssl</parameter> tests fail, using
116 <option>--with-ssl=gnutls</option>.
[318c0b1]117 </para>
[76eb118]118
[318c0b1]119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
[76eb118]122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="commands">
128 <title>Command Explanations</title>
129
[318c0b1]130 <para>
[e0933bc]131 <parameter>--with-ssl</parameter>: This switch enables SSL support
[318c0b1]132 using <application>OpenSSL</application> or
133 <application>GnuTLS</application> respectively. Remove it if
134 you don't have any of these installed. To force
135 <application>GnuTLS</application> usage when both are present,
[34484cf]136 simply pass <option>--with-ssl=gnutls</option> and
[5c3f3856]137 <option>--with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt</option> to the
[318c0b1]138 <command>configure</command> script.
139 </para>
[76eb118]140
[318c0b1]141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
142 href="../../xincludes/static-libraries.xml"/>
[76eb118]143
[318c0b1]144 <para>
145 <option>--with-libxml2</option>: This switch forces the use of
146 <application>libxml2</application> instead of
147 <application>Expat</application>.
148 </para>
[43a56d1]149
[76eb118]150 </sect2>
151
152 <sect2 role="content">
153 <title>Contents</title>
154
155 <segmentedlist>
156 <segtitle>Installed Program</segtitle>
157 <segtitle>Installed Library</segtitle>
158 <segtitle>Installed Directories</segtitle>
159
160 <seglistitem>
[318c0b1]161 <seg>
162 neon-config
163 </seg>
164 <seg>
165 libneon.so
166 </seg>
167 <seg>
168 /usr/include/neon and
169 /usr/share/doc/neon-&neon-version;
170 </seg>
[76eb118]171 </seglistitem>
172 </segmentedlist>
173
174 <variablelist>
175 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
176 <?dbfo list-presentation="list"?>
177 <?dbhtml list-presentation="table"?>
178
[6d772cc]179 <varlistentry id="neon-config">
180 <term><command>neon-config</command></term>
181 <listitem>
182 <para>
183 is a script that provide information about an installed copy
184 of the neon library.
185 </para>
186 <indexterm zone="neon neon-config">
187 <primary sortas="b-neon-config">neon-config</primary>
188 </indexterm>
189 </listitem>
190 </varlistentry>
191
[76eb118]192 <varlistentry id="libneon">
[318c0b1]193 <term><filename class="libraryfile">libneon.so</filename></term>
[76eb118]194 <listitem>
[318c0b1]195 <para>
196 is used as a high-level interface to common HTTP and WebDAV
197 methods.
198 </para>
[76eb118]199 <indexterm zone="neon libneon">
[43a56d1]200 <primary sortas="c-libneon">libneon.so</primary>
[76eb118]201 </indexterm>
202 </listitem>
203 </varlistentry>
204
205 </variablelist>
206
207 </sect2>
208
209</sect1>
Note: See TracBrowser for help on using the repository browser.