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
link|improve this question
Please edit your post to append rpm -qa | grep pcre and pcretest -C output. Make sure that you restarted Apache after installing. – quanta Sep 13 '11 at 7:11
I have updated my question. – blakcaps Sep 13 '11 at 9:07
Did you restart Apache? – quanta Sep 13 '11 at 9:23
Yes I restarted apache. – blakcaps Sep 13 '11 at 9:52
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.