source: networking/netlibs/curl.xml@ 2b4a33b

12.0 12.1 kea ken/TL2024 ken/tuningfonts lazarus lxqt plabs/newcss python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 2b4a33b was 2b4a33b, checked in by Xi Ruoyao <xry111@…>, 14 months ago

curl: Clarify what Samba is used for

See the added XML comment for details. The messages regarding the
impacket module also show up regardless if Samba is installed.

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