혹시 phpMyAdmin의 최신버젼을 사용하고 싶다면 php를 5.2 이상으로 맞춰줘야 한다.
하지만 기본 yum 으로는 5.1이 설치 되버리니...
아래와 같은 방법으로 설치하면 되겠다.
# wget http://dev.centos.org/centos/5/CentOS-Testing.repo
# mv CentOS-Testing.repo /etc/yum.repos.d/
# yum --enablerepo=c5-testing update php
php관련 파일 인스톨 혹은 업데이트하기
# yum --enablerepo=c5-testing install php-mysql
# yum --enablerepo=c5-testing install php-devel
# yum --enablerepo=c5-testing install php-gd
# yum --enablerepo=c5-testing install php-mbstring
# yum --enablerepo=c5-testing install php-pear
# yum --enablerepo=c5-testing install php-pecl-mailparse
# yum --enablerepo=c5-testing install mod-ssl
물론 설치 후엔 httpd를 재시작하는것 또한 잊지 말아야 하겠다.
# service httpd restart
'Linux > 설치' 카테고리의 다른 글
CentOS 의 RPMforge EPEL Remi 저장소 우선순위 설정해서 설치하기 (0) | 2012.10.31 |
---|---|
CentOS 5.x 에서 추가 저장소 위치 몇가지 (0) | 2012.10.31 |
phpMyAdmin 설치 (0) | 2012.02.07 |
APM의 yum 설치 방법 (0) | 2012.02.07 |
vnc 설치와 GUI 환경 셋팅방법. (0) | 2012.02.07 |