Re: Need to build 32-bit curl on RH Linux 64-bit

2019-03-15 Thread Richard Gray via curl-library
Robert Sorrells via curl-library wrote: Conclusion: I have determined that under RHEL 6.6 it is not possible to change the absolute search path of "ld". I managed to pare it down by playing with /etc/ld.so.conf, but it still ALWAYS searches /usr/lib64 first. "ld" itself is dependent on

Re: me, my new job and curl support! - CONGRATS & homonyms

2019-02-07 Thread Richard Gray via curl-library
Daniel Stenberg via curl-library wrote: Hi team, Please bare with me as this topic is bordering to off-topic and egocentric. Umm, CONGRATS!!, but I'll keep my cloths on if you don't mind! ;-) (What _does_ go on at those FOSDEM and other meet ups?? :-O ) Actually I'm taking this

Re: Retrieve all addresses mapped to specific host, not just one IP

2018-08-14 Thread Richard Gray via curl-library
myLC--- via curl-library wrote: On Mon, 13 Aug 2018, Richard Gray wrote: > I'm confused about what it is you are trying to do with > the list of addresses? ... If you have a list of IPs/hostnames, this is necessary to identify duplicate entries (public VPNs or proxies, for instance)

Re: Retrieve all addresses mapped to specific host, not just one IP

2018-08-13 Thread Richard Gray via curl-library
https://curl.haxx.se//mail/lib-2018-08/0137.html myLC--- via curl-library wrote: Hello, :-) I'm new to (lib)curl. I decided that this was the most complete network implementation, after ditching Qt for continuous multithreading issues. I would like to know how we can retrieve all the IP

Building libcurl with GSkit on AIX

2018-06-15 Thread Richard Gray
TL;DR - As I continued to dig while writing this, I finally noticed the third Big Hint. See last paragraph. In https://curl.haxx.se/mail/lib-2016-01/0026.html "Building libcurl with GSKit", Dan Fandrich wrote: > That may not work out of the box, as the only use of GSKit I can > recall seeing

Re: Do you switch off CURL_GLOBAL_SSL and why?

2017-12-05 Thread Richard Gray
On Fri, 17 Nov 2017, Daniel Stenberg wrote: Nowadays though. Is anything or anyone using this feature (disabling CURL_GLOBAL_SSL) for a good purpose and if so, can you please elaborate on why and how? (I don't think "I won't use any TLS protocols" is a good reason.) Just to belatedly chime

Re: Enabled multiple SSL backends

2017-08-30 Thread Richard Gray
Daniel Stenberg wrote: On Mon, 28 Aug 2017, Rich Gray wrote: I am curious about the manpage statement "This function can only be called once". Shouldn't this be something more like "This function can only be used to select an SSL library once." Correct. I'll edit that paragraph. Is the

Re: Asynchronous ordered sends

2017-03-23 Thread Richard Gray
Daniel Stenberg wrote: On Tue, 21 Mar 2017, Emir Kamber wrote: I have successfully implemented async sends via 'multi-functionality', but I have a problem where messages are sent in no particular order. So, when I send 3 messages, I get this on the wire: MSG3, MSG1, MSG2. I need to send

Re: patch release tomorrow

2016-08-02 Thread Richard Gray
dev_user wrote: On 08/02/2016 05:18 AM, Daniel Stenberg wrote: Hi all! I'll put together a 7.50.1 patch release tomorrow. ... Possibly most notable: we're reverting the change that modified the CURL, CURLM and CURLSH types and they go back to be 'void *' unless > you define CURL_STRICTER

Re: HTTP > HTTPS redirect with curl_global_init(CURL_GLOBAL_NOTHING) crashes

2016-06-29 Thread Richard Gray
Daniel Stenberg wrote: On Wed, 29 Jun 2016, Richard Gray wrote: My main thrust in bringing this up was documentation about SSL initialization and whether or not libcurl should protect against SSL use when it hasn't been initialized. Not a big deal, because I know I was screwing up. I did

Re: HTTP > HTTPS redirect with curl_global_init(CURL_GLOBAL_NOTHING) crashes

2016-06-29 Thread Richard Gray
Daniel Stenberg wrote: On Tue, 28 Jun 2016, Ray Satiro via curl-library wrote: In the rare circumstance where you do your own Winsock and/or SSL initialization you may be able to skip using CURL_GLOBAL_WIN32 and/or CURL_GLOBAL_SSL. It's not recommended or documented how to do that safely in a

HTTP > HTTPS redirect with curl_global_init(CURL_GLOBAL_NOTHING) crashes

2016-06-28 Thread Richard Gray
Yeah, I know, don't do that! However, I am curious as to why libcurl doesn't just refuse to attempt the operation instead of crashing in curl_multi_perform(). I got into this because up till now, the application has only been doing simple HTTP. I recently updated to a build which had SSL

following redirects in libcurl

2016-06-17 Thread Richard Gray
Hi all, I'm seeing the need to follow redirects in my application and so am looking at the related libcurl options. This has generated some questions on libcurl behavior. I'm interested in not only following the redirects (automagically or manually) but being able to log/debug out where the

curl 7.37 build failures on HP-UX 11.23 ia64

2014-07-09 Thread Richard Gray
I'm trying to go round the horn again to build curl (and libcurl) for our population of Unix systems. Out the gate, I ran into trouble on our HP-UX Itanium development system. I'm curious if anyone can provide further info on building on HP-UX Itanium systems. - with gcc - On the