Hello. I'm trying to configure dovecot with option --with-solr, but it cant find curl-config. What option i should specify for this reason? Curl is installed on /usr/local/lib.curl Thanks
On Tue, 2013-01-22 at 18:06 +0400, Makarov Alex wrote:> Hello. I'm trying to configure dovecot with option --with-solr, but it cant find curl-config. What option i should specify for this reason? > Curl is installed on /usr/local/lib.curlSet LDFLAGS to point to libcurl.so and CPPFLAGS to point to the curl.h, something like: LDFLAGS=-L/usr/local/lib.curl CPPFLAGS=-I/usr/local/lib.curl/include ./configure
Possibly Parallel Threads
- curl build system is broken and so is mock
- curl build system is broken and so is mock
- curl build system is broken and so is mock
- [PATCH nbdkit] curl: Try to share as much as possible between handles in the pool
- [PATCH nbdkit] Add cainfo and capath options to curl plugin