Gentoo安装Apache2

作者: PCHCO 2008-10-03 10:22:08
修改/etc/make.conf文件

引用:
/etc/make.conf

# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /etc/make.conf.example for a more detailed example.
CFLAGS="-O2 -march=i686 -pipe"
CXXFLAGS="-O2 -march=i686 -pipe"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"

FEATURES="ccache parallel-fetch"
CCACHE_SIZE="2G"
USE="-X -alsa apache2 -bluetooth";


然后进行系统升级

emerge --update --deep --newuse world

相关资讯