cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Unable to use libcurl to a site requiring client authentication

From: Paul Howarth <paul_at_city-fan.org>
Date: Fri, 27 May 2011 11:58:05 +0100

On 05/27/2011 10:58 AM, Jayaprakasam, Kannan wrote:
> Hi
> I tried your suggestion
> setenv CPPFLAGS "-I/usr/kerberos/include" (pkg-config --cflags openssl
> returned -I/usr/Kerberos/include, using setenv since C shell doesn't
> have export command)
>
> And I have ssl libs both in /lib64 and /usr/lib64
> [debugbld_at_honda CURL_7.15.1_infa9.0.0]$ ls /usr/lib64/libssl*
> /usr/lib64/libssl.a /usr/lib64/libssl3.so /usr/lib64/libssl.so
> /usr/lib64/libssldap60.so
>
> [debugbld_at_honda CURL_7.15.1_infa9.0.0]$ ls /lib64/libssl*
> /lib64/libssl.so.0.9.8e /lib64/libssl.so.6
>
> so I tried both
> ./configure --libdir=/usr/lib64 --with-ssl=/usr
> And
> ./configure --libdir=/lib64 --with-ssl=/
>
> But still I met with the same result in both cases - it doesn't build
> with ssl. Any idea?

Look in config.log to see exactly what's failing. You'll see near the
end of the file what the configure script is running and that should
give a clue as to why it's not working.

And please stop top-posting.

Paul.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-05-27