리자

CentOS 5.4 에서 APM 설치

· 16년 전 · 3304

yum install -y libtermcap-devel

wget ftp://ftp.sir.co.kr/pub/mysql/mysql-4.1.20.tar.gz
tar xfz mysql-4.1.20.tar.gz
cd mysql-4.1.20
./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/mysql/data --enable-thread-safe-client --with-charset=euckr
make
make install

/usr/local/mysql/bin/mysql_install_db

echo "/usr/local/mysql/lib/mysql" >> /etc/ld.so.conf
ldconfig

cp /usr/local/mysql/share/mysql/my-huge.cnf /etc/my.cnf

groupadd mysql
useradd -M -c Mysql_server -d /usr/local/mysql -g mysql -s /bin/nologin mysql

chown root.mysql -R /usr/local/mysql
chown mysql.mysql -R /usr/local/mysql/data

echo "/usr/local/mysql/bin/mysqld_safe &" >> /etc/rc.local

 

 

cd
wget ftp://ftp.sir.co.kr/pub/apache/httpd-2.2.14.tar.gz
tar xfz httpd-2.2.14.tar.gz
cd httpd-2.2.14
./configure --prefix=/usr/local/apache2 --enable-module=so --with-mpm=worker
make
make install

 

yum install libxml2-devel

cd
wget ftp://ftp.sir.co.kr/pub/php/php-5.3.1.tar.gz
tar xfz php-5.3.1.tar.gz
cd php-5.3.1
./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql
make
make install
cp php.ini-production /usr/local/lib/php.ini

<?php 대신 <? 를 사용하려면
/usr/local/lib/php.ini 에서 short_open_tag 를 On 으로 변경할것

# selinux 는 disabled 시킬것

# apachectl 에러가 발생하는 경우
chcon -t textrel_shlib_t '/usr/local/apache2/modules/libphp5.so'

[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
15년 전 조회 2,496
15년 전 조회 1,665
15년 전 조회 1,772
15년 전 조회 1,266
15년 전 조회 1,371
15년 전 조회 1,352
15년 전 조회 1,309
15년 전 조회 1,264
15년 전 조회 1,307
15년 전 조회 1,442
15년 전 조회 1,493
15년 전 조회 2,983
15년 전 조회 1,320
15년 전 조회 1,984
15년 전 조회 1,852
15년 전 조회 1,982
15년 전 조회 1,685
15년 전 조회 2,192
15년 전 조회 993
15년 전 조회 1,463
15년 전 조회 1,441
15년 전 조회 3,220
15년 전 조회 3,582
15년 전 조회 2,257
15년 전 조회 1,736
15년 전 조회 2,339
15년 전 조회 1,832
15년 전 조회 1,455
15년 전 조회 4,143
15년 전 조회 1,803
15년 전 조회 1,879
15년 전 조회 3,141
15년 전 조회 1,837
15년 전 조회 4,530
15년 전 조회 2,742
15년 전 조회 3,520
15년 전 조회 2,147
15년 전 조회 2,379
15년 전 조회 1,674
15년 전 조회 4,732
15년 전 조회 4,366
16년 전 조회 4,171
16년 전 조회 5,572
16년 전 조회 3,804
16년 전 조회 2,165
16년 전 조회 2,129
16년 전 조회 2,261
16년 전 조회 1,965
16년 전 조회 4,382
16년 전 조회 3,305
16년 전 조회 2,458
16년 전 조회 2,054
16년 전 조회 2,256
16년 전 조회 2,757
16년 전 조회 1,822
16년 전 조회 2,758
16년 전 조회 2,080
16년 전 조회 2,216
16년 전 조회 1,860
16년 전 조회 2,560
16년 전 조회 1,874
16년 전 조회 2,298
16년 전 조회 2,453
16년 전 조회 1,551
16년 전 조회 1,617
16년 전 조회 2,265
16년 전 조회 5,685
16년 전 조회 1,995
16년 전 조회 2,509
16년 전 조회 2,708
16년 전 조회 1,865
16년 전 조회 1,637
16년 전 조회 2,572
16년 전 조회 5,293
16년 전 조회 2,560
16년 전 조회 3,221
16년 전 조회 2,084
16년 전 조회 3,963
16년 전 조회 4,789
16년 전 조회 3,430
16년 전 조회 2,673
16년 전 조회 2,780
16년 전 조회 3,009
16년 전 조회 2,532
16년 전 조회 5,884
16년 전 조회 3,708
16년 전 조회 1,697
16년 전 조회 2,039
16년 전 조회 5,397
16년 전 조회 2,662
16년 전 조회 3,724
16년 전 조회 3,012
16년 전 조회 1,890
16년 전 조회 5,707
16년 전 조회 2,825
16년 전 조회 6,312
16년 전 조회 2,280
16년 전 조회 4,334
16년 전 조회 3,360
16년 전 조회 2,546