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@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@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

Reply via email to