私はphp5.3.6とubuntuを持っています。 APCをインストールしたい。
$ pecl install apc
を実行すると、最終的にエラーが発生します。
In file included from /tmp/pear/temp/APC/apc.c:44:0:
/usr/include/php5/ext/pcre/php_pcre.h:29:18: fatal error: pcre.h: No such file or directory
compilation terminated.
make: *** [apc.lo] Error 1
ERROR: `make' failed
$ yum install php-pecl-apc
を実行しようとすると、常にエラーが発生します:No package "php-pecl-apc" available
$ yum clean all
を試してみましたが、違いはありませんでした。
どうすればいいのかわかりません。何を指示してるんですか?
yum install pcre-devel
。 Perl互換の正規表現ライブラリ開発ヘッダーファイルが必要です
あなたはUbuntuについて言及していますが、apt-get install libpcre3-dev