Ho provato a installare APC con PECL su OS X Lion (sudo pecl install apc
) e si lamentava di un file pcre.h mancante:sudo PECL errore di installazione APC su OS X Lion
In file included from /private/tmp/pear/temp/APC/apc.c:44:
/usr/include/php/ext/pcre/php_pcre.h:29:10: fatal error: 'pcre.h' file not found
#include "pcre.h"
così ho usato per installare il MacPorts pacchetto di pcre (sudo port install pcre
) ma si lamenta ancora. Come posso risolvere questo?
+1 - Questo ha funzionato per me. – Cyclonecode
Questo funziona ancora per Mavericks. Ho avuto lo stesso problema, ho cercato su Google e ho trovato la mia risposta: D – Zsub
Works on Mountain Lion (10.8.5). – Craig