Hi Sergey,
Quoting out of order, because it's a bit easier to explain that way:
> And there is another problem that is not obvious. -lpcreposix is needed
> in perl/imap/Makefile.PL and in perl/sieve/managesieve/Makefile.PL I seems.
This bit sounds a lot like https://github.com/cyrusimap/cyrus-im
On Friday 16 October 2015, Sergey wrote:
> I wanted to build Cyrus-IMAP with libpcre but it did not success.
> System libpcre-devel package install headers to /usr/include/pcre.
I returned to this question. 3.2.2 still does not find /usr/include/pcre/pcre.h
$ pkg-config --cflags libpcre
-I/usr/
On Monday 19 October 2015, ellie timoney wrote:
> Do you have pkg-config installed on your system?
$ pkg-config --version
0.25
> Does your pcre library support utf8?
I think yes: configure call in pcre.spec contains "--enable-pcre8
--enable-pcre16 --enable-utf" options.
> Do you have a line
Hi Sergey,
Do you have pkg-config installed on your system? If not, does
installing it help?
Does your pcre library support utf8? Cyrus depends on a utf8-enabled
pcre library. If your pcre library does not appear to support utf-8,
then the configure script will find the headers but will decide