Buy commercial curl support from WolfSSL. We help you work
out your issues, debug your libcurl applications, use the API, port to new
platforms, add new features and more. With a team lead by the curl founder
himself.
Re: Having trouble building curl from source
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: Jeffrey Walton via curl-users <curl-users_at_cool.haxx.se>
Date: Sun, 21 Mar 2021 04:44:33 -0400
On Sun, Mar 21, 2021 at 12:46 AM David Hu via curl-users
<curl-users_at_cool.haxx.se> wrote:
>...
> I am experiencing build errors when building from GitHub source code as of 21 March 2021 05:38 GMT. The full build logs can be found at https://del.dog/moraicyneg.txt
In addition to what Dan said, you may want to add the following to
your configure args:
ac_cv_func_RAND_egd=no
ac_cv_func_SSLv2_client_method=no
ac_cv_func_SSLv3_client_method=no
EDG has gone away in the latest versions of OpenSSL. I'm guessing
BoringSSL will eventually do the same.
There's no need for SSLv2 or SSLv3 nowadays. The last time I checked,
cURL lacked an option to disable them. The easiest way to disable them
is the configure variables.
Jeff
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2021-03-21
Date: Sun, 21 Mar 2021 04:44:33 -0400
On Sun, Mar 21, 2021 at 12:46 AM David Hu via curl-users
<curl-users_at_cool.haxx.se> wrote:
>...
> I am experiencing build errors when building from GitHub source code as of 21 March 2021 05:38 GMT. The full build logs can be found at https://del.dog/moraicyneg.txt
In addition to what Dan said, you may want to add the following to
your configure args:
ac_cv_func_RAND_egd=no
ac_cv_func_SSLv2_client_method=no
ac_cv_func_SSLv3_client_method=no
EDG has gone away in the latest versions of OpenSSL. I'm guessing
BoringSSL will eventually do the same.
There's no need for SSLv2 or SSLv3 nowadays. The last time I checked,
cURL lacked an option to disable them. The easiest way to disable them
is the configure variables.
Jeff
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2021-03-21