cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Help building libcurl

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 10 Jun 2010 20:09:20 +0200 (CEST)

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
Received on 2010-06-10