리자

CentOS 5.4 에서 APM 설치

· 16년 전 · 3283

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,487
15년 전 조회 1,652
15년 전 조회 1,768
15년 전 조회 1,252
15년 전 조회 1,356
15년 전 조회 1,336
15년 전 조회 1,297
15년 전 조회 1,253
15년 전 조회 1,294
15년 전 조회 1,430
15년 전 조회 1,475
15년 전 조회 2,971
15년 전 조회 1,306
15년 전 조회 1,965
15년 전 조회 1,844
15년 전 조회 1,969
15년 전 조회 1,670
15년 전 조회 2,181
15년 전 조회 981
15년 전 조회 1,447
15년 전 조회 1,424
15년 전 조회 3,204
15년 전 조회 3,575
15년 전 조회 2,249
15년 전 조회 1,718
15년 전 조회 2,324
15년 전 조회 1,821
15년 전 조회 1,440
15년 전 조회 4,131
15년 전 조회 1,794
15년 전 조회 1,860
15년 전 조회 3,135
15년 전 조회 1,823
15년 전 조회 4,525
15년 전 조회 2,730
15년 전 조회 3,505
15년 전 조회 2,136
15년 전 조회 2,368
15년 전 조회 1,660
15년 전 조회 4,716
15년 전 조회 4,353
16년 전 조회 4,158
16년 전 조회 5,558
16년 전 조회 3,784
16년 전 조회 2,155
16년 전 조회 2,109
16년 전 조회 2,249
16년 전 조회 1,946
16년 전 조회 4,372
16년 전 조회 3,284
16년 전 조회 2,449
16년 전 조회 2,037
16년 전 조회 2,240
16년 전 조회 2,742
16년 전 조회 1,809
16년 전 조회 2,745
16년 전 조회 2,065
16년 전 조회 2,202
16년 전 조회 1,849
16년 전 조회 2,542
16년 전 조회 1,862
16년 전 조회 2,283
16년 전 조회 2,436
16년 전 조회 1,537
16년 전 조회 1,600
16년 전 조회 2,251
16년 전 조회 5,670
16년 전 조회 1,974
16년 전 조회 2,499
16년 전 조회 2,690
16년 전 조회 1,852
16년 전 조회 1,626
16년 전 조회 2,559
16년 전 조회 5,277
16년 전 조회 2,549
16년 전 조회 3,210
16년 전 조회 2,074
16년 전 조회 3,947
16년 전 조회 4,780
16년 전 조회 3,417
16년 전 조회 2,658
16년 전 조회 2,767
16년 전 조회 2,996
16년 전 조회 2,517
16년 전 조회 5,874
16년 전 조회 3,696
16년 전 조회 1,685
16년 전 조회 2,031
16년 전 조회 5,391
16년 전 조회 2,654
16년 전 조회 3,717
16년 전 조회 3,005
16년 전 조회 1,877
16년 전 조회 5,705
16년 전 조회 2,813
16년 전 조회 6,293
16년 전 조회 2,269
16년 전 조회 4,321
16년 전 조회 3,343
16년 전 조회 2,531