|
|
More Internet Tools Here,
Visit New Easy Freeware,
Free Programs PC,
Shareware Super Downloads,
Printers,
Munich Fair Hotel,
Hotel Munich,
acai,
Gian Page,
Collection of Natalie,
Diamond rings and Engagement Rings,
Hotel Berlin,
I learned from you,
Coupon code,
Hotel booking online,
Hotel booking online,
Hotel Berlin
|
|
cURL Docs Dependencies
Dependencies
Curl depends on external libraries for some features (and libcurl for all features). You can build curl without
them, but curl gets a lot better if you have these libraries:
| Library | Used for... |

www.openssl.org
|
SSL (https) support. Use OpenSSL. Curl
compiles, builds and runs perfectly with it. download links. Since curl 7.14.0, you can
optionally use GnuTLS or yassl instead.
|

www.gzip.org/zlib
|
The automatic "deflate" decompression depends on zlib. download links
|

www.openldap.org
|
The LDAP support depends on OpenLDAP.
|
|
kerberos4
|
The kerberos4 support depends on a kerberos4 package! :-) More information
can be found at http://www.contrib.andrew.cmu.edu/~shadow/kerberos.html,
by asking google or at
the MIT kerberos package
page. libcurl has been used successfully with kth-krb4.
|
|
heimdal
|
The GSSAPI support can be provided by the heimdal package. GSSAPI is used for
the GSS-Negotiate support in libcurl.
|
|
fbopenssl
|
SPNEGO support depends on the fbopenssl library.
|
|
c-ares
|
c-ares is the library libcurl uses for asynchronous name resolves.
|
|
libidn
|
libidn is used by libcurl to perform the proper IDNA encodings for
international domain names to work.
|

www.gnutls.org
|
TLS (https) support. Use GnuTLS. Curl
(7.14.0 or later) compiles, builds and runs perfectly with it. Optionally
used instead of OpenSSL and yassl.
|
|
yassl
|
TLS (https) support. Use yassl. Curl
(7.15.4 or later) compiles, builds and runs perfectly with it. Optionally
used instead of OpenSSL and GnuTLS.
|
|
libssh2
|
For SSH (SCP and SFTP) support, added in (lib)curl 7.16.1.
|
|