php 5.2 설치
# 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
추가로 설치할것들
php-bcmath
php-mcrypt
php-soap
php-sqllite
php-Zend Optimizer
'운영체제 > 리눅스' 카테고리의 다른 글
리눅스 svn서버 설치 및 설정 (0) | 2011.05.04 |
---|---|
CentOS SELINUX 끄기 (0) | 2011.04.29 |
CentOS iptables 80번 포트 해제 (0) | 2011.03.07 |
CentOS yum으로 APM 간편 설치 (0) | 2011.03.07 |
Linux Sendmail에서 Spam Mail Reject와 Relay 방지 설정 (0) | 2010.10.04 |