ubuntuにAPC(PHP5.3の巻)

LinodeでもAPCのお世話になろうと思い、
過去の作業を参考に
https://doodlenote.net/index.php?itemid=736
再びインストール。
(勢いで入れてしまったが、makeできてたので今回はbuild-essentialはいらんかったかも)

しかし、上手くいくはずの
pecl install apcが
なぜかmakeでエラー。。。

/tmp/pear/temp/APC/php_apc.c:959: error: duplicate ‘static’
となる。

調べてみると、PHP5.3にはまだ対応していないようで
beta版ならインストールできるらしい。

pecl install apc-beta

Enable per request file info about files used from the APC cache [no] : no
Enable spin locks (EXPERIMENTAL) [no] : no
設定値はデフォルトのnoを選択しといた。

betaってのが気になるけど、めでたくインストール完了