On 3/21/10 3:53 AM, Jan Wildeboer wrote:
Which PHP version do you use? And from which repository?

AFAIR we ship PHP 5.1 in RHEL5, which shouldn't be sufficient for statusnet.

Thus you must be using some PHP from another repo - Remi? EPEL? Because this
might be worth discussing with the repo manager/PHP maintainer for that
repo?

PHP normally ships with its own copy of PCRE, which it configured with UTF-8 and Unicode properties support. Red Hat's packages disable this copy and link to a system-wide PCRE, which has UTF-8 but not Unicode properties support.

There's been a bug open for a couple years requesting that the RHEL system-wide PCRE package be configured with Unicode properties support:

https://bugzilla.redhat.com/show_bug.cgi?id=457064


In StatusNet 0.9.1 and later, the installer will detect this condition and link to our documentation page recommending fixed packages (links to the same blog post that David found with details on getting a fix):

http://status.net/wiki/Red_Hat_Enterprise_Linux

-- brion vibber (brion @ status.net)
_______________________________________________
StatusNet-dev mailing list
[email protected]
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to