--------------------------
Sorry, I was not able to successfully run APXS. Possible reasons:
1. Perl is not installed;
2. Apache was not compiled with DSO support (--enable-module=so);
3. 'apxs' is not in your path. Try to use --with-apxs=/path/to/apxs
The output of /var/tmp/pear-build-cba/APC-3.0.19/y follows
/tmp/tmpwmgpL4/APC-3.0.19/configure: line 3232: /var/tmp/*****/APC-3.0.19/y: No such file or directory
configure: error: Aborting
ERROR: `/tmp/tmpwmgpL4/APC-3.0.19/configure --with-apxs=y' failed
--------------------------
The answer is:
"--with-apxs=y"
has to be
"--with-apxs=yes".
つまり、
-----------------
Use apxs to set compile flags (if using APC with Apache)? [yes] : y
-----------------
というのは間違いで、
-----------------
Use apxs to set compile flags (if using APC with Apache)? [yes] : yes
-----------------
としないといけません。(または単純にエンターキーを押すだけ。)
それだけでした。