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'
게시판 목록
팁게시판
질문은 상단의 QA에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6077 | 9년 전 | 176 | ||
| 6076 |
PlayPixel
|
9년 전 | 196 | |
| 6075 | 9년 전 | 190 | ||
| 6074 | 9년 전 | 244 | ||
| 6073 |
|
9년 전 | 201 | |
| 6072 |
|
9년 전 | 371 | |
| 6071 | 9년 전 | 290 | ||
| 6070 |
|
9년 전 | 327 | |
| 6069 | 9년 전 | 285 | ||
| 6068 |
|
9년 전 | 245 | |
| 6067 | 9년 전 | 256 | ||
| 6066 |
|
9년 전 | 375 | |
| 6065 |
PASKRAN
|
9년 전 | 264 | |
| 6064 | 9년 전 | 283 | ||
| 6063 |
kiplayer
|
9년 전 | 366 | |
| 6062 |
|
9년 전 | 325 | |
| 6061 | 9년 전 | 259 | ||
| 6060 |
|
9년 전 | 322 | |
| 6059 |
|
9년 전 | 267 | |
| 6058 |
|
9년 전 | 267 | |
| 6057 | 9년 전 | 305 | ||
| 6056 |
|
9년 전 | 247 | |
| 6055 |
|
9년 전 | 300 | |
| 6054 |
|
9년 전 | 284 | |
| 6053 |
snshero
|
9년 전 | 634 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기