cyrus imap 2.5.5 build in Linux: problem with pcre
ellie timoney
ellie at fastmail.com
Sun Oct 18 18:26:59 EDT 2015
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 to not
use the library. Do you have a line in your configure output like
"checking for utf8 enabled pcre..."? What does it say?
Cheers,
ellie
On Sat, Oct 17, 2015, at 05:49 AM, Sergey wrote:
> 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 configure.ac to pcre/pcreposix.h
> but it didn't yield results. "configure" found it:
>
> checking pcre/pcreposix.h usability... yes
> checking pcre/pcreposix.h presence... yes
> checking for pcre/pcreposix.h... yes
>
> but pcre missed in final configuration:
>
> External dependencies:
> ldap: yes
> openssl: yes
> pcre: no
>
> I'm not very familiar with autotools. What can I missed ?
> btw: "configure" contains "--with-bdb-incdir" option.
> I think what "--with-pcre-incdir" will be good.
>
> --
> Regards,
> Sergey
> ----
> Cyrus Home Page: http://www.cyrusimap.org/
> List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
> To Unsubscribe:
> https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus
More information about the Info-cyrus
mailing list