|
我想请教使用 Apache + PHP
平时安装是这样
apache
./configure --prefix=/usr/local/apache2 --enable-so \
--enable-mods-shared=most
make
make install
PHP
./configure --prefix=/usr/local/php --with-pgsql \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-mbstring --with-gettext --with-gd \
--with-config-file-path=/etc \
--with-zlib \
--with-enable-memory-limit
---------------------------------------------------------------
现在使用emerge应该怎样才能得到相同的效果?我修改ebuild文件它就说与原文件大小不符:( |
|