I am running magento in a dedicated server.But magento stopped running suddenly.Error log shows PCRE extension does not support UTF8,So i installed pcre after following this tutorial
Still website is not running.Any thoughts?
EDIT: rpm -qa|grep pcre shows
pcre-6.6-6.el5_6.1
pcre-6.6-6.el5_6.1
pcretest -C shows
PCRE version 6.6 06-Feb-2006
Compiled with
UTF-8 support
Unicode properties support
Newline character is LF
Internal link size = 2
POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000
Match recursion uses stack
rpm -qa | grep pcreandpcretest -Coutput. Make sure that you restarted Apache after installing. – quanta Sep 13 '11 at 7:11