Hi Dan,

I tried the suggested approach.
It now links to the renamed SSL libraries as well as the default SSL
libraries.

This is how I ran config
env PKG_CONFIG_PATH=<myopenssl>/lib/pkgconfig configure CFLAGS="-m64 -fPIC"
--with-ssl --enable-static=no

Result of ldd
  libcrypto.so.6  <- default version of crypto
  libcdscrypto.so.0.9.8  <- my version of crypto
  libk5crypto.so.3
  libssl.so.6   <- default version of ssl
  libcdsssl.so.0.9.8 <- my version of ssl

When I see config.log, it has

configure:24169: checking for CRYPTO_lock in -lcrypto
configure:24196: gcc -o conftest -m64 -fPIC -O2 -Wno-system-headers
-I<myopenssl>/include    -L<myopenssl>/lib   conftest.c -lcrypto  -lcdsssl
-lcdscrypto -ldl   -lldap -lz -lrt >&5
Please suggest how to fix.

Thanks
-Rohit



On Sat, May 31, 2014 at 9:33 AM, Rohit Goel <hi.im.ro...@gmail.com> wrote:

>
> On Fri, May 30, 2014 at 4:38 PM, Dan Fandrich <d...@coneharvesters.com>
> wrote:
>
>> PKG_CONFIG_PATH
>
>
> Thanks Dan for the quick reply.
> I will try this.
>
> -Rohit
>
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to