CentOS 5 에 nginx 설치

#yum install nginx
 
보충:
다음 오류 알림 이 발생 하면:
 
[root@localhost ~]# yum -y install nginx
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: centos.ustc.edu.cn
 * base: centos.ustc.edu.cn
 * extras: centos.ustc.edu.cn
 * updates: data.nicehosting.co.kr
Setting up Install Process
No package nginx available.
Nothing to do

 
원인 은:
CentOS 시스템 의 경우 Nginx 는 표준 라 이브 러 리 에 없 지만 EPEL 라 이브 러 리, EPEL 참고 자료 http://www.cyberciti.biz/faq/rhel-fedora-centos-linux-enable-epel-repo/ 를 사용 할 수 있다.EPEL 라 이브 러 리 를 사용 하여 Nginx 를 설치 합 니 다. 명령 은 다음 과 같 습 니 다.  # rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
 
yum list 검사:
#yum repolist
 
[root@localhost ~]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: centos.ustc.edu.cn
 * base: centos.ustc.edu.cn
 * extras: centos.ustc.edu.cn
 * updates: data.nicehosting.co.kr
repo id                    repo name                              status
addons                     CentOS-5 - Addons                      enabled:     0
base                       CentOS-5 - Base                        enabled: 3,434
extras                     CentOS-5 - Extras                      enabled:   303
updates                    CentOS-5 - Updates                     enabled:   919
repolist: 4,656

 
EPEL 이 없 으 면 실행:
rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
버 전 번 호 를 조정 해 야 합 니 다. 찾 을 수 없 으 면.
 
[root@localhost ~]# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
Retrieving http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
error: skipping http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm - transfer failed - Unknown or unexpected error
[root@localhost ~]# rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
Retrieving http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
warning: /var/tmp/rpm-xfer.2DN7ju: Header V3 DSA signature: NOKEY, key ID 217521f6
Preparing...                ########################################### [100%]
   1:epel-release           ########################################### [100%]
 
 
yum list 를 다시 확인 하고,
 
[root@localhost ~]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: centos.ustc.edu.cn
 * base: centos.ustc.edu.cn
 * epel: ftp.sjtu.edu.cn
 * extras: centos.ustc.edu.cn
 * updates: data.nicehosting.co.kr
epel                                                                                                                                   | 3.7 kB     00:00     
epel/primary_db                                                                                                                        | 3.3 MB     00:15     
repo id                                             repo name                                                                                   status
addons                                              CentOS-5 - Addons                                                                           enabled:     0
base                                                CentOS-5 - Base                                                                             enabled: 3,434
epel                                                Extra Packages for Enterprise Linux 5 - x86_64                                              enabled: 5,832
extras                                              CentOS-5 - Extras                                                                           enabled:   303
updates                                             CentOS-5 - Updates                                                                          enabled:   919
repolist: 10,488
 
EPEL 업데이트 에 성공 하면 다음 과 같이 실 행 됩 니 다.
#yum install nginx

좋은 웹페이지 즐겨찾기