yum으로 httpd 2.2.21 + mysql 5.5 + php5.3 +Zend Guard Loader 설치하기

서버 OS - CentOS 5.7 64bit
 
0. APM 설치전에 필수 라이브러이 먼저 설치

yum -y install gcc* apr* openssl* gd* zlib* pam* curl* pid* libxml* freetype* ncurses* libpng* libjpeg* gmp* libiconv libmcrypt libmcrypt-devel libmhash flex termcap libtermcap libtermcap-devel gdbm-devel bzip2-devel openldap-devel libc-client-devel libtool libXpm-devel


1. mysql 5.5 버전을 설치하기

CentOS 에서 yum 으로 설치할수 있는 mysql 버전은 5.0 이다.

yum으로 mysql 5.5 버전을 설치하기 위해서 요렇게 하면 된다.
MySQL 서비스 중지
service mysqld stop
yum repository 추가
rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm

고 다음으로 libmysqlclient15 설치
yum install libmysqlclient15 --enablerepo=webtatic
기존 설치됬던 MySQL uninstall
yum remove mysql mysql-*
MySQL 5.5 설치
yum install mysql55 mysql55-server --enablerepo=webtatic
서비스 시작
service mysqld start
mysqladmin -u root password
chkconfig --levels 235 mysqld on
요렇게 하면 MySQL 5.5가 설치된다.

2. httpd 2.2.21 설치 하기
/etc/yum.repos.d 에
[utterramblings]
name=Jason's Utter Ramblings Repo
baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka
를 입력한 utterramblings.repo 파일을 만들고 저장 한다.
yum --enablerepo=utterramblings list httpd*
yum --enablerepo=utterramblings install httpd.x86_64, httpd-devel.x86_64
또는
yum install httpd.x86_64
yum install httpd-devel.x86_64

yum install httpd-manual.x86_64
service httpd restart
chkconfig --levels 235 httpd on

3. PHP 5.3.3 설치 하기
[remi]
name=Les RPM de remi pour Enterprise Linux $releasever - $basearch
#baseurl=http://rpms.famillecollet.com/enterprise/$releasever/remi/$basearch/
mirrorlist=http://rpms.famillecollet.com/enterprise/$releasever/remi/mirror
enabled=0
gpgcheck=1
gpgkey=http://rpms.famillecollet.com/RPM-GPG-KEY-remi
failovermethod=priority
를 입력한 remi.repo 파일을 만들고 저장 한다.
[remi-test]
name=Les RPM de remi en test pour Enterprise Linux 5 - $basearch
baseurl=http://rpms.famillecollet.com//enterprise/5/test/$basearch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
를 입력한 remi-test.repo 파일을 만들고 저장 한다.

yum --enablerepo=remi install php-mcrypt

yum --enablerepo=remi install php53-*

설치 후 에디터로 /etc/php.ini 를 열고 short_open_tag 를 검색하여

short_open_tag = On 으로 수정 한 후 service httpd restart 해 준다.

php -v 를 하면 버전을 알 수 있다.

4. PHP 5.3.9 + eAccelerator + Xdebug + Suhosin + mcrypt 설치 하기
[webtatic]
name=Webtatic Repository $releasever - $basearch
#baseurl=http://repo.webtatic.com/yum/centos/5/$basearch/
mirrorlist=http://repo.webtatic.com/yum/centos/5/$basearch/mirrorlist
enabled=0
gpgcheck=1
gpgkey=http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy
[webtatic-debuginfo]
name=Webtatic Repository $releasever - $basearch - Debug
#baseurl=http://repo.webtatic.com/yum/centos/5/$basearch/debug/
mirrorlist=http://repo.webtatic.com/yum/centos/5/$basearch/debug/mirrorlist
enabled=0
gpgcheck=1
gpgkey=http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy
[webtatic-source]
name=Webtatic Repository $releasever - $basearch - Source
#baseurl=http://repo.webtatic.com/yum/centos/5/SRPMS/
mirrorlist=http://repo.webtatic.com/yum/centos/5/SRPMS/mirrorlist
enabled=0
gpgcheck=1
gpgkey=http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy

를 입력한 webtatic.repo 파일을 만들고 저장 한다.

yum --enablerepo=webtatic install php-* 로 설치가 안되면

yum --enablerepo=webtatic install --skip-broken php-* 요것으로 설치

service httpd restart

3번과 4번 중 하나만 쓴다. 저는 4번을 적용 했습니다...^^
|

댓글 8개

감사합니다. 남는 컴퓨터에 저도 한번 CentOS를 깔아 봐야 겠네요.. 그런데 CentOS는 어느 버전이 좋은가요? 최신 버전은 6.2가 있던데 어느것이 안정적인 것인지요?
지금 앱스소프트 IDC 서버 베타 서비스 체험 중인데

이쪽에서는 CentOS 5.6 또는 CentOS 5.7 을 많이 사용 하나봅니다...^^
드디어 사용해볼 날이 왔군용..
요번에 서버 새로 세팅하면서 적용해보겠습니다!!
전 여기서
mysqladmin -u root passwd
mysqladmin -u root password 하니까 실행되네요..
수정 했습니다...^^
yum -y install yum-plugin-fastestmirror yum-fastestmirror

빠른 yum서버 사용하기
3번 오류 나네요. ㅜ.ㅜ
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

태그 필터 (최대 3개) 전체 개발자 소스 기타 mysql 팁자료실 javascript php linux flash 정규표현식 jquery node.js mobile 웹서버 os 프로그램 강좌 썸네일 이미지관련 도로명주소 그누보드5 기획자 견적서 계약서 기획서 마케팅 제안서 seo 통계 서식 통계자료 퍼블리셔 html css 반응형 웹접근성 퍼블리싱 표준화 반응형웹 홈페이지기초 부트스트랩 angularjs 포럼 스크린리더 센스리더 개발자톡 개발자팁 퍼블리셔톡 퍼블리셔팁 기획자톡 기획자팁 프로그램강좌 퍼블리싱강좌
+
제목 글쓴이 날짜 조회
14년 전 조회 1,669
14년 전 조회 1,585
14년 전 조회 1,936
14년 전 조회 1,190
14년 전 조회 1,689
14년 전 조회 1,193
14년 전 조회 1,610
14년 전 조회 1,363
14년 전 조회 1,809
14년 전 조회 2,226
14년 전 조회 1,883
14년 전 조회 1만
14년 전 조회 2,432
14년 전 조회 3,981
14년 전 조회 1,105
14년 전 조회 2,092
14년 전 조회 1,345
14년 전 조회 1,195
14년 전 조회 1,188
14년 전 조회 4,970
14년 전 조회 2,164
14년 전 조회 2,620
14년 전 조회 1,329
14년 전 조회 1,664
14년 전 조회 2,217
14년 전 조회 1,196
14년 전 조회 2,251
14년 전 조회 1,977
14년 전 조회 3,705
14년 전 조회 1,699
14년 전 조회 2,920
14년 전 조회 1,791
14년 전 조회 1,828
14년 전 조회 1,703
14년 전 조회 2,223
14년 전 조회 1,804
14년 전 조회 1,202
14년 전 조회 1,410
14년 전 조회 1,557
14년 전 조회 1,301
14년 전 조회 8,014
14년 전 조회 7,161
14년 전 조회 1,211
14년 전 조회 1,374
14년 전 조회 1,624
14년 전 조회 1,242
14년 전 조회 1,321
14년 전 조회 1,712
14년 전 조회 1,604
14년 전 조회 2,859
14년 전 조회 1,214
14년 전 조회 1,855
14년 전 조회 2,176
14년 전 조회 1,837
14년 전 조회 1,091
14년 전 조회 1,883
14년 전 조회 1,130
14년 전 조회 1,243
14년 전 조회 1,264
14년 전 조회 1,668
14년 전 조회 4,946
14년 전 조회 2,044
14년 전 조회 1,803
14년 전 조회 1,291
14년 전 조회 1,428
14년 전 조회 1,536
14년 전 조회 1,320
14년 전 조회 1,260
14년 전 조회 1,064
14년 전 조회 1,112
14년 전 조회 2,395
14년 전 조회 2,222
14년 전 조회 1,086
14년 전 조회 2,510
14년 전 조회 1,785
14년 전 조회 1,513
14년 전 조회 1,562
14년 전 조회 1,816
14년 전 조회 2,564
14년 전 조회 1,709
14년 전 조회 1,113
14년 전 조회 1,555
14년 전 조회 1,968
14년 전 조회 1,190
14년 전 조회 1,768
14년 전 조회 2,443
14년 전 조회 1,554
14년 전 조회 1,424
14년 전 조회 1,443
14년 전 조회 1,130
14년 전 조회 1,787
14년 전 조회 1,646
14년 전 조회 1,122
14년 전 조회 1,494
14년 전 조회 4,579
14년 전 조회 1,586
14년 전 조회 3,316
14년 전 조회 1,512
14년 전 조회 1,576
14년 전 조회 1,336