리자

CentOS 5.4 에서 APM 설치

· 16년 전 · 3425

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,659
15년 전 조회 1,814
15년 전 조회 1,907
15년 전 조회 1,403
15년 전 조회 1,506
15년 전 조회 1,508
15년 전 조회 1,441
15년 전 조회 1,401
15년 전 조회 1,430
15년 전 조회 1,597
15년 전 조회 1,608
15년 전 조회 3,114
15년 전 조회 1,449
15년 전 조회 2,092
15년 전 조회 1,954
15년 전 조회 2,108
15년 전 조회 1,815
15년 전 조회 2,319
15년 전 조회 1,116
15년 전 조회 1,608
15년 전 조회 1,584
15년 전 조회 3,372
15년 전 조회 3,711
15년 전 조회 2,408
15년 전 조회 1,862
15년 전 조회 2,476
15년 전 조회 1,967
15년 전 조회 1,588
15년 전 조회 4,273
15년 전 조회 1,931
15년 전 조회 2,012
15년 전 조회 3,274
15년 전 조회 1,974
15년 전 조회 4,688
15년 전 조회 2,869
15년 전 조회 3,669
15년 전 조회 2,272
15년 전 조회 2,514
15년 전 조회 1,819
15년 전 조회 4,882
15년 전 조회 4,490
16년 전 조회 4,286
16년 전 조회 5,710
16년 전 조회 3,931
16년 전 조회 2,283
16년 전 조회 2,253
16년 전 조회 2,400
16년 전 조회 2,099
16년 전 조회 4,524
16년 전 조회 3,426
16년 전 조회 2,593
16년 전 조회 2,189
16년 전 조회 2,388
16년 전 조회 2,888
16년 전 조회 1,981
16년 전 조회 2,899
16년 전 조회 2,227
16년 전 조회 2,351
16년 전 조회 1,972
16년 전 조회 2,692
16년 전 조회 2,003
16년 전 조회 2,426
16년 전 조회 2,604
16년 전 조회 1,674
16년 전 조회 1,737
16년 전 조회 2,408
16년 전 조회 5,822
16년 전 조회 2,135
16년 전 조회 2,658
16년 전 조회 2,842
16년 전 조회 2,000
16년 전 조회 1,792
16년 전 조회 2,708
16년 전 조회 5,423
16년 전 조회 2,698
16년 전 조회 3,352
16년 전 조회 2,219
16년 전 조회 4,100
16년 전 조회 4,898
16년 전 조회 3,547
16년 전 조회 2,802
16년 전 조회 2,920
16년 전 조회 3,133
16년 전 조회 2,648
16년 전 조회 5,999
16년 전 조회 3,823
16년 전 조회 1,821
16년 전 조회 2,151
16년 전 조회 5,522
16년 전 조회 2,773
16년 전 조회 3,849
16년 전 조회 3,126
16년 전 조회 2,024
16년 전 조회 5,839
16년 전 조회 2,941
16년 전 조회 6,434
16년 전 조회 2,409
16년 전 조회 4,462
16년 전 조회 3,466
16년 전 조회 2,660