source: networking/netlibs/curl.xml@ 9d53187

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 9d53187 was 8af694bb, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

Update to gnutls-3.4.2.
Update to appstream-glib-0.4.0.
Update to xorg-server-1.17.2.
Update to curl-7.43.0.

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

  • Property mode set to 100644
File size: 8.0 KB
RevLine 
[bf8ac01]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[a2d8572]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
[8e2075c]6
[248a536]7 <!ENTITY curl-download-http "http://curl.haxx.se/download/curl-&curl-version;.tar.lzma">
[2b8421c]8 <!ENTITY curl-download-ftp " ">
[8af694bb]9 <!ENTITY curl-md5sum "95df6d1ce9c970289d2997e603d6fd79">
[0c02dcb]10 <!ENTITY curl-size "2.7 MB">
[8af694bb]11 <!ENTITY curl-buildsize "43 MB (additional 8 MB for tests)">
12 <!ENTITY curl-time "0.4 SBU (additional 9.2 SBU for tests, with -j4)">
[a2d8572]13]>
14
[377584f]15<sect1 id="curl" xreflabel="cURL-&curl-version;">
[bf8ac01]16 <?dbhtml filename="curl.html"?>
[dc775a26]17
[bf8ac01]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
[55329727]20 <date>$Date$</date>
[bf8ac01]21 </sect1info>
[dc775a26]22
[3e89149]23 <title>cURL-&curl-version;</title>
[dc775a26]24
[bf8ac01]25 <indexterm zone="curl">
[3e89149]26 <primary sortas="a-cURL">cURL</primary>
[bf8ac01]27 </indexterm>
[dc775a26]28
[bf8ac01]29 <sect2 role="package">
[3e89149]30 <title>Introduction to cURL</title>
[dc775a26]31
[355495ce]32 <para>
[4fcead9]33 The <application>cURL</application> package contains a utility
[ea21196]34 and a library used for transferring files with URL syntax to any of
35 the following protocols: FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP,
36 TELNET, DICT, LDAP, LDAPS and FILE. Its ability to both download
37 and upload files can be incorporated into other programs to support
38 functions like streaming media.
[355495ce]39 </para>
[dc775a26]40
[1bea834]41 &lfs77_checked; &gcc5_checked;
[2b8421c]42
[bf8ac01]43 <bridgehead renderas="sect3">Package Information</bridgehead>
[874fec7f]44 <itemizedlist spacing="compact">
[bf8ac01]45 <listitem>
[355495ce]46 <para>
47 Download (HTTP): <ulink url="&curl-download-http;"/>
48 </para>
[bf8ac01]49 </listitem>
50 <listitem>
[355495ce]51 <para>
52 Download (FTP): <ulink url="&curl-download-ftp;"/>
53 </para>
[bf8ac01]54 </listitem>
55 <listitem>
[355495ce]56 <para>
57 Download MD5 sum: &curl-md5sum;
58 </para>
[bf8ac01]59 </listitem>
60 <listitem>
[355495ce]61 <para>
62 Download size: &curl-size;
63 </para>
[bf8ac01]64 </listitem>
65 <listitem>
[355495ce]66 <para>
67 Estimated disk space required: &curl-buildsize;
68 </para>
[bf8ac01]69 </listitem>
70 <listitem>
[355495ce]71 <para>
72 Estimated build time: &curl-time;
73 </para>
[bf8ac01]74 </listitem>
75 </itemizedlist>
[dc775a26]76
[3e89149]77 <bridgehead renderas="sect3">cURL Dependencies</bridgehead>
[dc775a26]78
[355495ce]79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended">
81 <xref linkend="cacerts"/> and
82 <xref linkend="openssl"/> or <xref linkend="gnutls"/>
83 </para>
84
[bf8ac01]85 <bridgehead renderas="sect4">Optional</bridgehead>
[355495ce]86 <para role="optional">
87 <xref linkend="libidn"/>,
88 <xref linkend="mitkrb"/>,
[fad8db2]89 <xref linkend="openldap"/>,
[4949bda0]90 <xref linkend="samba"/>,
[fad8db2]91 <ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink>,
92 <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
93 <ulink url="http://www.libssh2.org">libssh2</ulink>, and
[2ca3997]94 <ulink url="http://spnego.sourceforge.net/">
[355495ce]95 SPNEGO</ulink>
96 </para>
97
98 <bridgehead renderas="sect4">Optional for Running the Test Suite</bridgehead>
99 <para role="optional">
[f346a49]100 <xref linkend="stunnel"/> (for the HTTPS and FTPS tests) and
101 <xref linkend="valgrind"/>
[355495ce]102 </para>
[c5e7d76]103
[061ec9d]104 <para condition="html" role="usernotes">User Notes:
[355495ce]105 <ulink url="&blfs-wiki;/curl"/>
106 </para>
[bf8ac01]107 </sect2>
[dc775a26]108
[bf8ac01]109 <sect2 role="installation">
[3e89149]110 <title>Installation of cURL</title>
[dc775a26]111
[355495ce]112 <para>
113 Install <application>cURL</application> by running the following
114 commands:
115 </para>
[dc775a26]116
[f25b43cb]117<screen><userinput>./configure --prefix=/usr \
[fdd7a91]118 --disable-static \
[b9e1a58]119 --enable-threaded-resolver &amp;&amp;
[bf8ac01]120make</userinput></screen>
[dc775a26]121
[ffa8c7f]122<!-- <para>
[2ca3997]123 Running the test suite is optional. About 2% of the tests fail. Increase
124 in test time by each failed test is about 10%. Tests SBU above was
125 obtained disabling failing tests, with:
[355495ce]126 </para>
[dc775a26]127
[f346a49]128<screen><userinput>cat &gt;&gt; tests/data/DISABLED &lt;&lt; "EOF"
[2ca3997]129<literal>564
130700
131701
132703
133706
134707
135708
136709
137710
138711
[4949bda0]139712</literal>
[2ca3997]140EOF</userinput></screen>
141
142 <para>
143 and running <command>make test</command>.
[ffa8c7f]144 </para>-->
145
146 <para>
147 To run the test suite, issue: <command>make test</command>.
[2ca3997]148 </para>
[f346a49]149
[355495ce]150 <para>
151 Now, as the <systemitem class="username">root</systemitem>
152 user:
153 </para>
[dc775a26]154
[874fec7f]155<screen role="root"><userinput>make install &amp;&amp;
[4949bda0]156find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \) -exec rm {} \; &amp;&amp;
[951fac10]157install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
[ad426ac]158cp -v -R docs/* /usr/share/doc/curl-&curl-version;</userinput></screen>
[0c02dcb]159
160 <para>
161 Simple tests to the new installed <command>curl</command>:
162 <command>curl --trace-ascii debugdump.txt http://www.example.com/</command>
163 and
164 <command>curl --trace-ascii d.txt --trace-time http://example.com/</command>.
165 Inspect the locally created trace files <filename>debugdump.txt</filename>
166 and <filename>d.txt</filename>, which contain version downloaded
167 files information, etc. One file has the time for each action logged.
168 </para>
[bf8ac01]169 </sect2>
[dc775a26]170
[bf8ac01]171 <sect2 role="commands">
172 <title>Command Explanations</title>
[dc775a26]173
[c627795]174 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
175 href="../../xincludes/static-libraries.xml"/>
[f25b43cb]176
[fdd7a91]177 <para>
178 <parameter>--enable-threaded-resolver</parameter>: This switch enables
179 <application>cURL</application>'s builtin threaded DNS resolver.
180 </para>
181
[355495ce]182 <para>
183 <option>--with-gssapi</option>: This parameter adds
184 <application>Kerberos 5</application> support to
185 <filename class="libraryfile">libcurl</filename>.
186 </para>
187
188 <para>
189 <option>--without-ssl --with-gnutls</option>: Use to
190 build with <application>GnuTLS</application> support
191 instead of <application>OpenSSL</application> for SSL/TLS.
192 </para>
[b834dfc7]193
[355495ce]194 <para>
[4949bda0]195 <command>find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \)
196 -exec rm {} \;</command>: This command removes
[355495ce]197 <filename>Makefiles</filename> and man files from the documentation
[4949bda0]198 directory that would otherwise be installed by the commands that follow.
[355495ce]199 </para>
[32a8ca3]200
[bf8ac01]201 </sect2>
[dc775a26]202
[bf8ac01]203 <sect2 role="content">
204 <title>Contents</title>
[dc775a26]205
[bf8ac01]206 <segmentedlist>
207 <segtitle>Installed Programs</segtitle>
208 <segtitle>Installed Library</segtitle>
209 <segtitle>Installed Directories</segtitle>
[dc775a26]210
[bf8ac01]211 <seglistitem>
[355495ce]212 <seg>
213 curl and curl-config
214 </seg>
215 <seg>
216 libcurl.so
217 </seg>
218 <seg>
219 /usr/include/curl and
220 /usr/share/doc/curl-&curl-version;
221 </seg>
[bf8ac01]222 </seglistitem>
223 </segmentedlist>
[dc775a26]224
[bf8ac01]225 <variablelist>
226 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
227 <?dbfo list-presentation="list"?>
228 <?dbhtml list-presentation="table"?>
[dc775a26]229
[bf8ac01]230 <varlistentry id="curl-prog">
231 <term><command>curl</command></term>
232 <listitem>
[355495ce]233 <para>
234 is a command line tool for transferring files with URL syntax.
[32a8ca3]235 </para>
[bf8ac01]236 <indexterm zone="curl curl-prog">
237 <primary sortas="b-curl">curl</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
[dc775a26]241
[bf8ac01]242 <varlistentry id="curl-config">
243 <term><command>curl-config</command></term>
244 <listitem>
[355495ce]245 <para>
246 prints information about the last compile, like libraries
247 linked to and prefix setting.
248 </para>
[bf8ac01]249 <indexterm zone="curl curl-config">
250 <primary sortas="b-curl-config">curl-config</primary>
251 </indexterm>
252 </listitem>
253 </varlistentry>
[dc775a26]254
[bf8ac01]255 <varlistentry id="libcurl">
[874fec7f]256 <term><filename class="libraryfile">libcurl.so</filename></term>
[bf8ac01]257 <listitem>
[355495ce]258 <para>
259 provides the API functions required by
260 <command>curl</command> and other programs.
261 </para>
[bf8ac01]262 <indexterm zone="curl libcurl">
[874fec7f]263 <primary sortas="c-libcurl">libcurl.so</primary>
[bf8ac01]264 </indexterm>
265 </listitem>
266 </varlistentry>
[355495ce]267
[bf8ac01]268 </variablelist>
[355495ce]269
[bf8ac01]270 </sect2>
[355495ce]271
[f45b1953]272</sect1>
Note: See TracBrowser for help on using the repository browser.