source: networking/netlibs/curl.xml@ dca2b43e

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since dca2b43e was dca2b43e, checked in by Douglas R. Reno <renodr@…>, 20 months ago

Adapt CMake to use Boost-1.80.0 with FindBoost.
Tags

  • Property mode set to 100644
File size: 17.1 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 curl-download-http "https://curl.se/download/curl-&curl-version;.tar.xz">
8 <!ENTITY curl-download-ftp " ">
9 <!ENTITY curl-md5sum "6ce66afa416bb11b8f39cc9e059afd5b">
10 <!ENTITY curl-size "2.4 MB">
11 <!ENTITY curl-buildsize "145 MB (add 23 MB for tests)">
12 <!ENTITY curl-time "0.4 SBU (with parallelism=4; add 18 SBU for tests)">
13]>
14
15<sect1 id="curl" xreflabel="cURL-&curl-version;">
16 <?dbhtml filename="curl.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>cURL-&curl-version;</title>
23
24 <indexterm zone="curl">
25 <primary sortas="a-cURL">cURL</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to cURL</title>
30
31 <para>
32 The <application>cURL</application> package contains an utility
33 and a library used for transferring files with URL syntax to any of
34 the following protocols: FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP,
35 TELNET, DICT, LDAP, LDAPS and FILE. Its ability to both download
36 and upload files can be incorporated into other programs to support
37 functions like streaming media.
38 </para>
39
40 &lfs112_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&curl-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&curl-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &curl-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &curl-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &curl-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &curl-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75<!--
76 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
77 <itemizedlist spacing="compact">
78 <listitem>
79 <para>
80 Required patch:
81 <ulink url="&patch-root;/curl-&curl-version;-function_naming-1.patch"/>
82 </para>
83 </listitem>
84 </itemizedlist>
85-->
86
87 <bridgehead renderas="sect3">cURL Dependencies</bridgehead>
88
89 <bridgehead renderas="sect4">Recommended</bridgehead>
90 <para role="recommended">
91 <xref role="runtime" linkend="make-ca"/> (runtime)
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="brotli"/>,
97 <xref linkend="c-ares"/>,
98 <xref linkend="gnutls"/>,
99 <xref linkend="libidn2"/>,
100 <xref linkend="libpsl"/>,
101 <xref linkend="libssh2"/>,
102 <xref linkend="mitkrb"/>,
103 <xref linkend="nghttp2"/>,
104 <xref linkend="openldap"/>,
105 <xref linkend="samba"/>,
106 <ulink url="https://www.gnu.org/software/gsasl/">gsasl</ulink>,
107 <ulink url="https://www.secureauth.com/labs/open-source-tools/impacket/">impacket</ulink>,
108 <ulink url="https://launchpad.net/libmetalink/">libmetalink</ulink>,
109 <ulink url="http://rtmpdump.mplayerhq.hu/">librtmp</ulink>,
110 <ulink url="https://github.com/ngtcp2/ngtcp2/">ngtcp2</ulink>,
111 <!--<ulink url="https://tls.mbed.org/">mbed TLS</ulink> (formerly known as
112 PolarSSL), and -->
113 <!-- mbedTLS/PolarSSL support was removed in 7.65.1 -->
114 <ulink url="https://github.com/cloudflare/quiche">quiche</ulink>, and
115 <ulink url="http://spnego.sourceforge.net/">SPNEGO</ulink>
116 </para>
117
118 <bridgehead renderas="sect4">Optional if Running the Test Suite</bridgehead>
119 <para role="optional">
120 <!-- stunnel is still listed in the docs as required, but 7.58.0
121 tests completed happily without it, although the test for unit1323
122 reported that the tool set in the test case does not exist - ken -->
123 <xref linkend="stunnel"/> (for the HTTPS and FTPS tests) and
124 <xref linkend="valgrind"/> (this will slow the tests down and may cause failures.)
125 </para>
126
127 <para condition="html" role="usernotes">User Notes:
128 <ulink url="&blfs-wiki;/curl"/>
129 </para>
130 </sect2>
131
132 <sect2 role="installation">
133 <title>Installation of cURL</title>
134
135 <para>
136 Install <application>cURL</application> by running the following
137 commands:
138 </para>
139
140<screen><userinput>./configure --prefix=/usr \
141 --disable-static \
142 --with-openssl \
143 --enable-threaded-resolver \
144 --with-ca-path=/etc/ssl/certs &amp;&amp;
145make</userinput></screen>
146
147<!--
148 For version 7.54.1 I got:
149 TESTDONE: 869 tests out of 869 reported OK: 100%
150 TESTDONE: 1092 tests were considered during 1080 seconds
151
152 <para>
153 Running the test suite is optional. About 2% of the tests fail. Increase
154 in test time by each failed test is about 10%. Tests SBU above was
155 obtained disabling failing tests, with:
156 </para>
157
158 2017-10-29 - bdubbs
159 For version 7.56.1 I had a lot of test failures which included long
160 timeouts. Could not determine the cause of the timeouts or failures,
161 but I was missing c-ares, MIT Kerberos, ldap, samba, and the six
162 external packages.
163
164 2017-12-01 - bdubbs
165 Still a lot of test failures. I did have c-ares, Kerberos, and ldap
166 installed this time. Best guess is that servers are not available.
167
168 2018-08-01 - renodr
169 No test failures, but I didn't have any of the optional dependencies except
170 for c-ares and libidn2. I might re-run this test suite before release with
171 all of the optional deps, but right now, it isn't a priority - rather
172 the security fix is.
173-->
174
175 <para>
176 To run the test suite, issue: <command>make test</command>.
177 Four tests, 1139, 1140, 1173, and 1177, are known to fail due to
178 missing executables from the optional dependencies.
179 </para>
180<!-- Two (of 857) tests
181fail for unknown reasons, and all tests fail is valgrind is installed. Moving
182valgrind out of $PATH is recommended if you wish to run the test suite while
183it is installed.
184
185Added by Pierre for curl-7.59.0:
186no stunnel, no valgrind, no options
187Warning: smb server unexpectedly alive
188Warning: dict server unexpectedly alive
189TESTDONE: 950 tests out of 951 reported OK: 99%
190TESTFAIL: These test cases failed: 1148
191TESTDONE: 1189 tests were considered during 362 seconds.
192__________
193
194 if stunnel and valgrind are not installed, and also most options
195 (I had rtmpdump), the tests complete without problems.
196Warning: smb server unexpectedly alive
197Warning: dict server unexpectedly alive
198TESTDONE: 938 tests out of 938 reported OK: 100%
199TESTDONE: 1175 tests were considered during 355 seconds.
200 and no. I don't have smb - so commenting the rest of this:
201 To run the test suite, issue: <command>make test</command>. Many tests
202 may fail that depend on optional dependencies that may not be installed
203 or upstream servers that may not be available, especially for tests
204 numbered 700 and above.
205 Test time may be significantly increase due to hanging tests that fail.
206__________
207Added by Bruce for curl-7.60.0:
208TESTDONE: 957 tests out of 959 reported OK: 99%
209TESTFAIL: These test cases failed: 1139 1140
210TESTDONE: 1196 tests were considered during 1184 seconds.
211From the logs, both appear to be ipv6 releated.
212
213==========
214Added by Douglas for curl-7.61.0:
215TESTDONE: 961 tests out of 961 reported OK: 100%
216TESTDONE: 1202 tests were considered during 338 seconds.
217I only have c-ares and libidn2 installed, I will likely try before release
218with all optional dependencies in the book installed.
219
220=========
2217.61.1 NOTE: The test suite is extremely noisy, complaining about verification errors.
222It's possible this is due to openssl-1.1.1, BUT 79/79 tests report as 100% OK. I had
223c-ares, libpsl, and libidn1/2 installed. - Doug
224
225========
2267.62.0: All tests passed. libpsl, c-ares, libssh2, libidn2 installed.
227All 1098 tests report OK.
228
229=======
230Added by Douglas for curl-7.64.0:
231TESTDONE: 1022 tests out of 1023 reported OK: 99%
232TESTFAIL: These tests cases failed: 323
233TESTDONE: 1235 tests were considered during 1279 seconds.
234For dependencies, I had c-ares, gnutls, libidn2, libpsl, krb5, libssh2, nghttp2,
235OpenLDAP, Samba, stunnel, and Valgrind installed.
236=======
237Added by bdubbs for curl-7.64.1:
238TESTDONE: 1022 tests out of 1025 reported OK: 99%
239TESTFAIL: These test cases failed: 323 1139 1140
240TESTDONE: 1242 tests were considered during 1483 seconds
241
242=======
243Added by renodr for curl-7.65.1:
244TESTDONE: 996 tests out of 997 reported OK: 99%
245TESTFAIL: These test cases failed: 1560
246TESTDONE: 1249 tests were considered during 1091 seconds.
247All dependencies except for externals installed.
248=======
249Added by bdubbs for curl-7.65.2:
250TESTDONE: 1034 tests out of 1036 reported OK: 99%
251TESTFAIL: These test cases failed: 323 1560
252TESTDONE: 1254 tests were considered during 1362 seconds.
253Time above does not include test build time.
254All dependencies except for externals installed.
255=======
256Added by bdubbs for curl-7.65.3:
257TESTDONE: 1031 tests out of 1036 reported OK: 99%
258TESTFAIL: These test cases failed: 323 1139 1140 1173 1560
259TESTDONE: 1254 tests were considered during 1364 seconds.
260
261The tests that fail seem to be somewhat random. What happened between
262yesterday and today that that tests 1139 1140 1173 now fail?
263
264=======
265Added by bdubbs for curl-7.68.0:
266TESTDONE: 1066 tests out of 1071 reported OK: 99%
267TESTFAIL: These test cases failed: 323 1139 1140 1173 1560
268TESTDONE: 1290 tests were considered during 1515 seconds.
269
270=======
271Added by bdubbs for curl-7.69.0:
272TESTDONE: 074 tests out of 1079 reported OK: 99%
273TESTFAIL: These test cases failed: 323 1139 1140 1173 1560
274TESTDONE: 1320 tests were considered during 1514 seconds.
275
276For curl-7.69.1, 1082 tests out of 1086 reported OK. 1560 now passes.
2771330 tests were considered during 1528 seconds.
278
279======
280Added by renodr for curl-7.70.0:
281TESTDONE: 1062 tests out of 1062 reported OK: 100%
282TESTDONE: 1352 tests were considered during 1218 seconds.
283Tests were ran with all dependencies present except for stunnel.
284impacket only seems to add one extra test to the mix as well.
285
286======
287Added by renodr for curl-7.71.0:
288TESTDONE: 1072 tests out of 1072 reported OK: 100%
289TESTDONE: 1364 tests were considered during 1202 seconds.
290Tests were run similarly to 7.70.0 - all deps except for stunnel.
291
292======
293Added by renodr for curl-7.71.1:
294TESTDONE: 1076 tests out of 1076 reported OK: 100%
295TESTDONE: 1368 tests were considered during 1207 seconds.
296Tests were run similarly to 7.71.0, including impacket, but no stunnel.
297
298======
299Added by renodr for curl-7.72.0:
300TESTDONE: 1094 tests out of 1097 reported OK: 99%
301TESTFAIL: These test cases failed: 1700 1701 1702
302TESTDONE: 1374 tests were considered during 1285 seconds.
303Tests have all BLFS dependencies with the exception of stunnel;
304and the optional impacket python module was installed.
305Tests seem to be failing due to a missing 'nghttpx' executable
306used to start a test server.
307
308======
309Added by renodr for curl-7.73.0:
310TESTDONE: 1121 tests out of 1121 reported OK: 100%
311TESTDONE: 1387 tests were considered during 1303 seconds.
312Tests have all BLFS dependencies installed with the exception of stunnel,
313as well as the optional impacket installed.
314
315======
316Added by renodr for curl-7.74.0:
317TESTDONE: 1119 tests out of 1119 reported OK: 100%
318TESTDONE: 1388 tests were considered during 1370 seconds.
319Tests have all BLFS dependencies installed, as well as impacket.
320stunnel not installed.
321
322======
323Added by bdubbs for curl-7.79.0:
324TESTDONE: 1432 tests were considered during 1543 seconds.
325TESTDONE: 1208 tests out of 1212 reported OK: 99%
326
327Tests have all BLFS dependencies installed but without impacket.
328
329======
330Added by plabs for curl-7.79.1:
331TESTDONE: 1434 tests were considered during 1652 seconds.
332TESTDONE: 1171 tests out of 1171 reported OK: 100%
333Tests have all BLFS dependencies installed except stunnel but without impacket.
334====
335bdubbs curl-7.83.0 2022-04-28
336TESTDONE: 1497 tests were considered during 1666 seconds.
337TESTDONE: 1252 tests out of 1256 reported OK: 99%
338TESTFAIL: These test cases failed: 1139 1140 1173 1177
339-->
340
341 <para>
342 Now, as the <systemitem class="username">root</systemitem>
343 user:
344 </para>
345
346<screen role="root"><userinput>make install &amp;&amp;
347
348rm -rf docs/examples/.deps &amp;&amp;
349
350find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \) -exec rm {} \; &amp;&amp;
351
352install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
353cp -v -R docs/* /usr/share/doc/curl-&curl-version;</userinput></screen>
354
355 <para>
356 Simple tests to the new installed <command>curl</command>:
357 <command>curl --trace-ascii debugdump.txt http://www.example.com/</command>
358 and
359 <command>curl --trace-ascii d.txt --trace-time http://example.com/</command>.
360 Inspect the locally created trace files <filename>debugdump.txt</filename>
361 and <filename>d.txt</filename>, which contain version downloaded
362 files information, etc. One file has the time for each action logged.
363 </para>
364 </sect2>
365
366 <sect2 role="commands">
367 <title>Command Explanations</title>
368
369 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
370 href="../../xincludes/static-libraries.xml"/>
371
372 <para>
373 <parameter>--enable-threaded-resolver</parameter>: This switch enables
374 <application>cURL</application>'s builtin threaded DNS resolver.
375 </para>
376
377 <para>
378 <parameter>--with-ca-path=/etc/ssl/certs</parameter>: This
379 switch sets the location of the BLFS Certificate Authority store.
380 </para>
381
382 <para>
383 <parameter>--with-openssl</parameter>: This parameter chooses
384 <application>OpenSSL</application> as SSL/TLS implementation.
385 This seems mandatory now.
386 </para>
387
388 <para>
389 <option>--with-gssapi</option>: This parameter adds
390 <application>Kerberos 5</application> support to
391 <filename class="libraryfile">libcurl</filename>.
392 </para>
393
394 <para>
395 <option>--without-ssl --with-gnutls</option>: Use to
396 build with <application>GnuTLS</application> support
397 instead of <application>OpenSSL</application> for SSL/TLS.
398 </para>
399
400 <para>
401 <option>--with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt</option>: Use
402 this switch instead of <parameter>--with-ca-path</parameter> if
403 building with <application>GnuTLS</application> support
404 instead of <application>OpenSSL</application> for SSL/TLS.
405 </para>
406
407 <para>
408 <option>--with-libssh2</option>: This parameter adds
409 <application>SSH</application> support to cURL. This is disabled
410 by default.
411 </para>
412
413 <para>
414 <option>--enable-ares</option>: This parameter adds
415 support for DNS resolution through the c-ares library. It is disabled
416 by default, but does speed up DNS resolution queries.
417 </para>
418
419 <para>
420 <command>find docs ... -exec rm {} \;</command>: This command removes
421 <filename>Makefiles</filename> and man files from the documentation
422 directory that would otherwise be installed by the commands that follow.
423 </para>
424
425 </sect2>
426
427 <sect2 role="content">
428 <title>Contents</title>
429
430 <segmentedlist>
431 <segtitle>Installed Programs</segtitle>
432 <segtitle>Installed Library</segtitle>
433 <segtitle>Installed Directories</segtitle>
434
435 <seglistitem>
436 <seg>
437 curl and curl-config
438 </seg>
439 <seg>
440 libcurl.so
441 </seg>
442 <seg>
443 /usr/include/curl and
444 /usr/share/doc/curl-&curl-version;
445 </seg>
446 </seglistitem>
447 </segmentedlist>
448
449 <variablelist>
450 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
451 <?dbfo list-presentation="list"?>
452 <?dbhtml list-presentation="table"?>
453
454 <varlistentry id="curl-prog">
455 <term><command>curl</command></term>
456 <listitem>
457 <para>
458 is a command line tool for transferring files with URL syntax
459 </para>
460 <indexterm zone="curl curl-prog">
461 <primary sortas="b-curl">curl</primary>
462 </indexterm>
463 </listitem>
464 </varlistentry>
465
466 <varlistentry id="curl-config">
467 <term><command>curl-config</command></term>
468 <listitem>
469 <para>
470 prints information about the last compile, like libraries
471 linked to and prefix setting
472 </para>
473 <indexterm zone="curl curl-config">
474 <primary sortas="b-curl-config">curl-config</primary>
475 </indexterm>
476 </listitem>
477 </varlistentry>
478
479 <varlistentry id="libcurl">
480 <term><filename class="libraryfile">libcurl.so</filename></term>
481 <listitem>
482 <para>
483 provides the API functions required by
484 <command>curl</command> and other programs
485 </para>
486 <indexterm zone="curl libcurl">
487 <primary sortas="c-libcurl">libcurl.so</primary>
488 </indexterm>
489 </listitem>
490 </varlistentry>
491
492 </variablelist>
493
494 </sect2>
495
496</sect1>
Note: See TracBrowser for help on using the repository browser.