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.curl
Set 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
