curl-users
Re: Curl and HTTP/2
From: Bisera Milosheska <biseramilosheska_at_gmail.com>
Date: Wed, 3 Sep 2014 14:35:14 +0200
Date: Wed, 3 Sep 2014 14:35:14 +0200
I fixed the issues by installing OpenSSL with shared libraries:
CFLAGS=-fPIC ./config shared
and Curl with the following command:
LDFLAGS="-ldl" ./configure --prefix=/usr/local/ssl --with-ssl=/usr/local/ssl
Thank you very much for your help.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2014-09-03