cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: configure finding system openssl instead of my own

From: dev_user <dev_at_cor0.com>
Date: Fri, 2 Sep 2016 16:58:16 -0400

On 09/02/16 12:19, Linus Nordberg wrote:
> Hi,
>
> Trying to get configure to find and alternate openssl..

try setting a few env vars :

CPPFLAGS=-I/usr/local/include -I/usr/local/ssl/include

LD_LIBRARY_PATH=/usr/local/lib:/usr/local/ssl/lib

LD_RUN_PATH=/usr/local/lib:/usr/local/ssl/lib

then run configure and see what you get.

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-09-02