On Wed, 9 Jun 2010, Sudhakar Paulzagade wrote:

We build openssl and crypto libraries with non default names like

libstssl.so and libstcrypto.so.

While configuring curl, how do I specify names of these libraries as ssl libraries ? By default configure uses SSL_LIBS as "-lssl -lcrypto" . Is there a way to change this and make SSL_LIBS as libstssl.so and libstcrypto.so.

It should work with running configure like:

        LIBS="-lstcrypto -lstssl" ./configure

--

 / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to