1 error generated. make: *** [php_apc.lo] Error 1 ERROR: `make' failed
/opt/homebrew/Cellar/php/8.4.4/include/php/ext/pcre/php_pcre.h:23:10: fatal error: 'pcre2.h' file not found 23 | #include "pcre2.h"
THIS WORKED:
ln -s /opt/homebrew/opt/pcre2/include/pcre2.h /opt/homebrew/opt/[email protected]/include/php/ext/pcre/
pecl install apcu