Re: Cyrus IMAP 3.2.2 (Re: cyrus imap 2.5.5 build in Linux: problem with pcre)

2020-06-30 Thread ellie timoney
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

Cyrus IMAP 3.2.2 (Re: cyrus imap 2.5.5 build in Linux: problem with pcre)

2020-06-29 Thread Sergey
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

Re: cyrus imap 2.5.5 build in Linux: problem with pcre

2015-10-19 Thread Sergey
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

Re: cyrus imap 2.5.5 build in Linux: problem with pcre

2015-10-18 Thread ellie timoney
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

cyrus imap 2.5.5 build in Linux: problem with pcre

2015-10-16 Thread Sergey
Hello. I built and run version 2.5.5 but I have some questions about build process. I will ask this in some different messages. I wanted to build Cyrus-IMAP with libpcre but it did not success. System libpcre-devel package install headers to /usr/include/pcre. I tried to replace pcreposix.h in