Yes, building from source will work. I just want to know if there is a package (in some yum repository) somewhere so that updates, patches etc. gets applied with "yum update". It would be nice to do something like<br>
<br>yum install pcre-utf8<br><br>-Amitava<br><br><div class="gmail_quote">On Mon, Jul 7, 2008 at 8:54 AM, Ralph Angenendt <<a href="mailto:ra%2Bcentos@br-online.de">ra+centos@br-online.de</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Amitava Shee wrote:<br>
> On Fri, Jul 4, 2008 at 5:29 AM, Ralph Angenendt<br>
</div>> <<a href="mailto:ra%2Bcentos@br-online.de">ra+centos@br-online.de</a><<a href="mailto:ra%252Bcentos@br-online.de">ra%2Bcentos@br-online.de</a>>><br>
<div class="Ih2E3d">> wrote:<br>
> > Amitava Shee wrote:<br>
> > > How do I get utf-8 support with PCRE?<br>
> ><br>
</div><div class="Ih2E3d">> > a) What does that have to do with pcre? (which can do UTF-8)<br>
><br>
><br>
> [Shee] Zend lucene search engine uses pcre and requires pcre to be compiled<br>
> with --enable-utf8. Please see<br>
> <a href="http://framework.zend.com/manual/en/zend.search.lucene.charset.html#zend.search.lucene.charset.utf_analyzer" target="_blank">http://framework.zend.com/manual/en/zend.search.lucene.charset.html#zend.search.lucene.charset.utf_analyzer</a><br>

><br>
> UTF-8 support can either be compiled into PCRE at build time or supported<br>
> via shared library. But shared library support is included/excluded based on<br>
> the distro. I believe, upstream RedHat does not include it. I was hoping to<br>
> find a way in CentOS. I have no idea if other distro's support it. That's a<br>
> research item for me.<br>
<br>
</div>As I said: pcre can do UTF-8:<br>
<br>
%build<br>
%configure --enable-utf8<br>
<br>
That's from the spec file. And again: It's not pcre, it is iconv which<br>
doesn't like a character in one of the framework's files.<br>
<font color="#888888"><br>
Ralph<br>
</font><br>_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
<br></blockquote></div><br>