Re: Problem linking on mac-os

2019-11-16 Thread Ben Greear via curl-library
On 11/16/2019 07:25 PM, Ray Satiro via curl-library wrote: On 11/16/2019 10:12 AM, Ben Greear via curl-library wrote: I have a program called l4helper, that links against a libcurl (and lib-cares) that I have compiled myself. The library is in my LD_LIBRARY_PATH, and at any rate was never

Re: Problem linking on mac-os

2019-11-16 Thread Ray Satiro via curl-library
On 11/16/2019 10:12 AM, Ben Greear via curl-library wrote: I have a program called l4helper, that links against a libcurl (and lib-cares) that I have compiled myself. The library is in my LD_LIBRARY_PATH, and at any rate was never in /usr/local/lib/libcares.2.dylib Anyone know why it is

Re: How to build for Android

2019-11-16 Thread Andreas Falkenhahn via curl-library
On 17.03.2019 at 23:54 Daniel Stenberg wrote: > On Sun, 17 Mar 2019, Andreas Falkenhahn via curl-library wrote: >> However, in docs/INSTALL there doesn't seem to be any Android section at >> all?! Nor is there any word on how to build for Android. So where can I >> learn about those "alternate

Problem linking on mac-os

2019-11-16 Thread Ben Greear via curl-library
I have a program called l4helper, that links against a libcurl (and lib-cares) that I have compiled myself. The library is in my LD_LIBRARY_PATH, and at any rate was never in /usr/local/lib/libcares.2.dylib Anyone know why it is trying to load that specific location and how to make it look

Re: Curl timeout option in milliseconds

2019-11-16 Thread karthikeyan Sivakkumar via curl-library
Thanks Daniel, I will take it up with the product team. On Sat, Nov 16, 2019 at 7:28 PM Daniel Stenberg wrote: > On Sat, 16 Nov 2019, karthikeyan Sivakkumar wrote: > > > Correct me if I am wrong. Using --enable-ares= > > should help to achieve timeout < 1000. > > Yes it should! > > > Also if

Re: Curl timeout option in milliseconds

2019-11-16 Thread Daniel Stenberg via curl-library
On Sat, 16 Nov 2019, karthikeyan Sivakkumar wrote: Correct me if I am wrong. Using --enable-ares= should help to achieve timeout < 1000. Yes it should! Also if there is any documentation on installing c-ares and building libcurl with c-ares, please share here. c-ares is its own project

Re: Curl timeout option in milliseconds

2019-11-16 Thread karthikeyan Sivakkumar via curl-library
Hi Daniel, Correct me if I am wrong. Using --enable-ares= should help to achieve timeout < 1000. Also if there is any documentation on installing c-ares and building libcurl with c-ares, please share here. Thanks and regards Karthikeyan T S. On Sat, 16 Nov 2019, 16:53 karthikeyan Sivakkumar,

Re: Curl timeout option in milliseconds

2019-11-16 Thread karthikeyan Sivakkumar via curl-library
Hi Daniel, Thanks for the clarification. Apologies for missing out to answer your backend resolver query. Libcurl build is actually done by our application product and I donot have the info with me. Will check with them. I did check your blog on libcurls-name-resolving and got some info about