cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Need install of curl 7.16.2 (ia64-hp-hpux11.23) libcurl/7.16.2

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sun, 8 Jul 2012 11:58:57 +0200 (CEST)

On Sat, 7 Jul 2012, Anu Shrestha wrote:

> We upgraded to cURL 7.24. I believe the host is looking for SSLV2 which is
> disabled in newer cURL and getting error during handshake.

--sslv2 still exists and works in modern curl versions even if we these days
try to keep people away from that protocol version. Also note that OpenSSL and
other SSL libs are more and more frequently built without support for v2
nowadays.

> Worked - Old install => curl 7.16.2 (ia64-hp-hpux11.23) libcurl/7.16.2
> OpenSSL/0.9.7l zlib/1.2.3. We rebuild the machine and 7.16.2 version is
> nowhere to be found.
> Doesn't work - New install => curl 7.24.0 (ia64-hp-hpux11.23)
> libcurl/7.24.0 OpenSSL/0.9.8n

Sorry but "doesn't work" is a very inexact error that doesn't help us. What
exactly doesn't work and what happens? Did you use the --sslv2 option?

> I wanted to try using CURL_SSLVERSION_SSLv2 with the 7.24, but I am getting
> following. opt/iexpress/curl/include/curl/curlrules.h", line 173: error
> #2094: the sizeof an array must be greater than zero
> [CurlchkszEQ(curl_socklen_t, CURL_SIZEOF_CURL_SOCKLEN_T)];

That sounds like a broken build in general and isn't really SSLv2 specific.
How did you build and install this version?

> Can someone provide me with cURL 7.16.2 install?

The tarball still exists on the page for old releases:
http://curl.haxx.se/download/

> and what needs to be done to fix the size error?

See above.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2012-07-08