|
|
发表于 2006-2-4 23:27:23
|
显示全部楼层
./configure --with-apxs2=/opt/apache/sbin/apxs
this line will tell configure to generate compile file, to compile php to apache model file(instead of standalone file) with apxs.
in some linux distribution, apxs called apxs2. |
|