cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: HPUX can't find crypto

From: Eduardo Reis <eduardo_reis_at_compuquali.com>
Date: Fri, 3 Nov 2000 11:41:06 -0000

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!

I don't know what more to do to get this running on my machine. Anyone who
made this could mail me how?

Isn't there a site where I can get a compiled version of this for HPUX?

Thanks,
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 Mailinglist <curl_at_contactor.se>
Date: Friday, November 03, 2000 8:16 AM
Subject: Re: HPUX can't find crypto
>On Thu, 2 Nov 2000, Eduardo Reis wrote:
>
>>     I'm trying to compile curl under HPUX and it says it cannot find the
>> crypto library. I read the FAQ and it says to put LDFLAGS=-L/.../ in
>> front of configure. I tried but without success.
>>
>> ./configure LDFLAGS=-L/opt/openssl/lib
>> configure: warning: LDFLAGS=-L/opt/openssl/lib: invalid host type
>>
>> How can I pass this option to configure?
>
>It depends on your shell.
>
>You might be able to do it like this:
>
> LDFLAGS=-L/opt/openssl/lib ./configure
>
>... or you have the 'env' command to do it like:
>
> env LDFLAGS=-L/opt/openssl/lib ./configure
>
>> PS: I'm sorry if this question has been put here to much times, but I
>> couldn't find in archive...
>
>The syntax of this is found in the INSTALL file.
>
>--
>  Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/
Received on 2000-11-03