Error Installing APC via PECL

Posted by Nessa | Posted in , | Posted on February 27, 2011

1

I got the following error when compiling APC on one of the servers:

/root/APC-3.1.6/apc.c:464: error: ‘apc_regex’ has no member named ‘nreg’

To fix this, make sure that PHP is installed with PCRE support (type php -m for a list of modules), then install the pcre-devel package:

yum install pcre-devel

Share and Enjoy:
  • Digg
  • DZone
  • del.icio.us
  • Technorati
  • Facebook
  • Google Bookmarks
  • StumbleUpon
  • Twitter
  • Sphinn
  • Mixx
  • blogmarks
  • Furl
  • Reddit
  • Slashdot
  • RSS

Related posts:

  1. The [pretty much] Complete Guide to Installing ffMPEG and Audio Binaries
  2. Installing suPHP on cPanel
  3. How to Upgrade PHP
  4. Installing Mod_Python
  5. Installing Sphinx for MySQL 5.1

Comments (1)

Funny you are posting this, I came across this exact same error, and came fix last week.. you just beat me to a post about it.

Post a comment