리자

CentOS 5.4 에서 APM 설치

· 16년 전 · 3398

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,630
15년 전 조회 1,775
15년 전 조회 1,867
15년 전 조회 1,370
15년 전 조회 1,466
15년 전 조회 1,478
15년 전 조회 1,407
15년 전 조회 1,371
15년 전 조회 1,409
15년 전 조회 1,573
15년 전 조회 1,577
15년 전 조회 3,079
15년 전 조회 1,413
15년 전 조회 2,075
15년 전 조회 1,927
15년 전 조회 2,081
15년 전 조회 1,788
15년 전 조회 2,284
15년 전 조회 1,077
15년 전 조회 1,584
15년 전 조회 1,553
15년 전 조회 3,344
15년 전 조회 3,680
15년 전 조회 2,376
15년 전 조회 1,836
15년 전 조회 2,442
15년 전 조회 1,937
15년 전 조회 1,556
15년 전 조회 4,240
15년 전 조회 1,892
15년 전 조회 1,986
15년 전 조회 3,246
15년 전 조회 1,940
15년 전 조회 4,649
15년 전 조회 2,844
15년 전 조회 3,643
15년 전 조회 2,249
15년 전 조회 2,480
15년 전 조회 1,784
15년 전 조회 4,852
15년 전 조회 4,465
16년 전 조회 4,259
16년 전 조회 5,679
16년 전 조회 3,901
16년 전 조회 2,257
16년 전 조회 2,211
16년 전 조회 2,372
16년 전 조회 2,065
16년 전 조회 4,496
16년 전 조회 3,399
16년 전 조회 2,562
16년 전 조회 2,153
16년 전 조회 2,362
16년 전 조회 2,863
16년 전 조회 1,951
16년 전 조회 2,871
16년 전 조회 2,195
16년 전 조회 2,318
16년 전 조회 1,946
16년 전 조회 2,663
16년 전 조회 1,973
16년 전 조회 2,398
16년 전 조회 2,568
16년 전 조회 1,635
16년 전 조회 1,705
16년 전 조회 2,380
16년 전 조회 5,793
16년 전 조회 2,102
16년 전 조회 2,630
16년 전 조회 2,807
16년 전 조회 1,964
16년 전 조회 1,751
16년 전 조회 2,667
16년 전 조회 5,395
16년 전 조회 2,653
16년 전 조회 3,316
16년 전 조회 2,187
16년 전 조회 4,073
16년 전 조회 4,871
16년 전 조회 3,521
16년 전 조회 2,774
16년 전 조회 2,893
16년 전 조회 3,105
16년 전 조회 2,624
16년 전 조회 5,969
16년 전 조회 3,796
16년 전 조회 1,794
16년 전 조회 2,125
16년 전 조회 5,492
16년 전 조회 2,751
16년 전 조회 3,817
16년 전 조회 3,093
16년 전 조회 2,004
16년 전 조회 5,809
16년 전 조회 2,906
16년 전 조회 6,401
16년 전 조회 2,377
16년 전 조회 4,435
16년 전 조회 3,438
16년 전 조회 2,625