标签:style blog http color ar os sp 文件 div
默认的环境并不 OK.
1) 运行出错提示 No module named yum
解决方案: #vi /usr/bin/yum 将 #!/usr/bin/python 修改为 #!/usr/bin/python2.4
2) 下载yum的配置源
mkdir /etc/yum.repos.d/ cd /etc/yum.repos.d/ wget http://docs.linuxtone.org/soft/lemp/CentOS-Base.repo
3) 运行yum makecache生成缓存
1) 下载安装所需的三个文件, 下载地址: http://centos.ustc.edu.cn/centos/5/os/x86_64/CentOS/
yum-3.2.22-40.el5.centos.noarch.rpm yum-fastestmirror-1.1.16-21.el5.centos.noarch.rpm yum-metadata-parser-1.1.2-4.el5.x86_64.rpm
2) 安装命令
rpm -ivh yum-*
注意:yum和yum-fastestmirror相互依赖,所以需要同时安装。
3) 恢复 /etc/yum.conf 文件, 一般卸载时会自动备份.
$ yum update $ yum -y install gcc g++ autoconf
$ yum -y install openssl openssl-devel
http://distfiles.macports.org/git/ 下载最新 git
$ yum install gettext-devel $ wget http://distfiles.macports.org/git/git-2.1.1.tar.gz $ tar zxvf git-2.1.1.tar.gz $ cd git-2.1.1 $ autoconf $ ./configure $ make $ make install
标签:style blog http color ar os sp 文件 div
原文地址:http://www.cnblogs.com/misspy/p/4099687.html