curl-users
Re: HPUX can't find crypto
From: Eduardo Reis <eduardo_reis_at_compuquali.com>
Date: Fri, 3 Nov 2000 14:24:42 -0000
Received on 2000-11-03
Date: Fri, 3 Nov 2000 14:24:42 -0000
All files are in the zip I send in attach.
Openssl is instaled in /opt/openssl.
The curl in connect.org.uk doesnt support SSL (but thanks anyway).
Ok. I removed config.cache and executed
CPPFLAGS="-I/opt/openssl/include" LDFLAGS="-L/opt/openssl/lib" ./configure >
configure.stdout
Then
make > make.stdout 2> make.stderr
And finally
make install > make-install.stdout 2> make-install.stderr
/usr/local/bin/curl -V
curl 7.4.1 (hppa2.0n-hp-hpux11.00) libcurl 7.4.1
But then I run
/usr/local/bin/curl https://a/
curl: (1) SSL is disabled, https: not supported!
I think I cannot give more info, but if you need anything else please please
tell me.
Thanks in advance,
Eduardo
--- Compuquali. SA - GFI Group E-mail: eduardo_reis_at_compuquali.com Telef: +351-229417877 Telem: +351-919556791 "Yes means No and No means Yes. Delete all files [Y]? " -----Original Message----- From: Daniel Stenberg <daniel_at_haxx.se> To: curl_at_contactor.se <curl_at_contactor.se> Date: Friday, November 03, 2000 1:31 PM Subject: Re: HPUX can't find crypto >On Fri, 3 Nov 2000, Eduardo Reis wrote: > >> Thanks, now it finds crypto lib but in the end when I make curl >> https://www.idrive.com/ it says curl: (1) SSL is disabled, https: not >> supported! > >Well, we can't really help you unless you give us more details, like what of >the tests in the configure that fails. Curl needs to find the openssl >includes files as well. > >You also need to remove 'config.cache' before rerunning configure. > >> I don't know what more to do to get this running on my machine. Anyone >> who made this could mail me how? > >If you give us more input. > >> Isn't there a site where I can get a compiled version of this for HPUX? > >As found on http://curl.haxx.se/download.html, you can find somewhat recent >versions of curl for HPUX at >http://hpux.connect.org.uk/hppd/hpux/Networking/WWW/curl-7.3/ > >There are no notes if they include SSL though... > >-- > Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/
- application/x-zip-compressed attachment: prints.zip