리자

CentOS 5.4 에서 APM 설치

· 16년 전 · 3490

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,713
15년 전 조회 1,856
15년 전 조회 1,968
15년 전 조회 1,459
15년 전 조회 1,566
15년 전 조회 1,554
15년 전 조회 1,493
15년 전 조회 1,456
15년 전 조회 1,489
15년 전 조회 1,643
15년 전 조회 1,669
15년 전 조회 3,181
15년 전 조회 1,503
15년 전 조회 2,159
15년 전 조회 2,013
15년 전 조회 2,176
15년 전 조회 1,882
15년 전 조회 2,380
15년 전 조회 1,188
15년 전 조회 1,665
15년 전 조회 1,634
15년 전 조회 3,437
15년 전 조회 3,767
15년 전 조회 2,462
15년 전 조회 1,909
15년 전 조회 2,549
15년 전 조회 2,027
15년 전 조회 1,651
15년 전 조회 4,341
15년 전 조회 1,989
15년 전 조회 2,082
15년 전 조회 3,337
15년 전 조회 2,038
15년 전 조회 4,736
15년 전 조회 2,925
15년 전 조회 3,726
15년 전 조회 2,340
15년 전 조회 2,579
15년 전 조회 1,870
16년 전 조회 4,924
16년 전 조회 4,547
16년 전 조회 4,334
16년 전 조회 5,756
16년 전 조회 3,986
16년 전 조회 2,340
16년 전 조회 2,322
16년 전 조회 2,457
16년 전 조회 2,142
16년 전 조회 4,584
16년 전 조회 3,491
16년 전 조회 2,649
16년 전 조회 2,248
16년 전 조회 2,437
16년 전 조회 2,942
16년 전 조회 2,038
16년 전 조회 2,957
16년 전 조회 2,280
16년 전 조회 2,411
16년 전 조회 2,031
16년 전 조회 2,741
16년 전 조회 2,068
16년 전 조회 2,488
16년 전 조회 2,667
16년 전 조회 1,739
16년 전 조회 1,798
16년 전 조회 2,467
16년 전 조회 5,884
16년 전 조회 2,197
16년 전 조회 2,727
16년 전 조회 2,909
16년 전 조회 2,058
16년 전 조회 1,843
16년 전 조회 2,770
16년 전 조회 5,484
16년 전 조회 2,761
16년 전 조회 3,416
16년 전 조회 2,271
16년 전 조회 4,176
16년 전 조회 4,967
16년 전 조회 3,610
16년 전 조회 2,863
16년 전 조회 2,983
16년 전 조회 3,191
16년 전 조회 2,712
16년 전 조회 6,069
16년 전 조회 3,894
16년 전 조회 1,880
16년 전 조회 2,215
16년 전 조회 5,578
16년 전 조회 2,824
16년 전 조회 3,906
16년 전 조회 3,182
16년 전 조회 2,077
16년 전 조회 5,900
16년 전 조회 3,010
16년 전 조회 6,490
16년 전 조회 2,482
16년 전 조회 4,512
16년 전 조회 3,529
16년 전 조회 2,711