리자

CentOS 5.4 에서 APM 설치

· 16년 전 · 3306

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,498
15년 전 조회 1,666
15년 전 조회 1,773
15년 전 조회 1,268
15년 전 조회 1,373
15년 전 조회 1,355
15년 전 조회 1,309
15년 전 조회 1,266
15년 전 조회 1,308
15년 전 조회 1,445
15년 전 조회 1,494
15년 전 조회 2,984
15년 전 조회 1,323
15년 전 조회 1,986
15년 전 조회 1,854
15년 전 조회 1,983
15년 전 조회 1,685
15년 전 조회 2,194
15년 전 조회 993
15년 전 조회 1,467
15년 전 조회 1,442
15년 전 조회 3,223
15년 전 조회 3,583
15년 전 조회 2,259
15년 전 조회 1,737
15년 전 조회 2,340
15년 전 조회 1,833
15년 전 조회 1,455
15년 전 조회 4,144
15년 전 조회 1,803
15년 전 조회 1,881
15년 전 조회 3,144
15년 전 조회 1,838
15년 전 조회 4,531
15년 전 조회 2,744
15년 전 조회 3,520
15년 전 조회 2,149
15년 전 조회 2,382
15년 전 조회 1,677
15년 전 조회 4,733
15년 전 조회 4,368
16년 전 조회 4,171
16년 전 조회 5,572
16년 전 조회 3,807
16년 전 조회 2,167
16년 전 조회 2,130
16년 전 조회 2,262
16년 전 조회 1,967
16년 전 조회 4,384
16년 전 조회 3,307
16년 전 조회 2,459
16년 전 조회 2,056
16년 전 조회 2,260
16년 전 조회 2,758
16년 전 조회 1,824
16년 전 조회 2,758
16년 전 조회 2,080
16년 전 조회 2,216
16년 전 조회 1,860
16년 전 조회 2,561
16년 전 조회 1,876
16년 전 조회 2,299
16년 전 조회 2,454
16년 전 조회 1,553
16년 전 조회 1,618
16년 전 조회 2,268
16년 전 조회 5,686
16년 전 조회 1,998
16년 전 조회 2,512
16년 전 조회 2,708
16년 전 조회 1,866
16년 전 조회 1,639
16년 전 조회 2,577
16년 전 조회 5,293
16년 전 조회 2,564
16년 전 조회 3,221
16년 전 조회 2,085
16년 전 조회 3,968
16년 전 조회 4,791
16년 전 조회 3,430
16년 전 조회 2,674
16년 전 조회 2,784
16년 전 조회 3,010
16년 전 조회 2,534
16년 전 조회 5,885
16년 전 조회 3,710
16년 전 조회 1,698
16년 전 조회 2,039
16년 전 조회 5,398
16년 전 조회 2,662
16년 전 조회 3,726
16년 전 조회 3,012
16년 전 조회 1,894
16년 전 조회 5,707
16년 전 조회 2,828
16년 전 조회 6,315
16년 전 조회 2,283
16년 전 조회 4,335
16년 전 조회 3,360
16년 전 조회 2,547