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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6052 | 9년 전 | 574 | ||
| 6051 | 9년 전 | 558 | ||
| 6050 | 9년 전 | 936 | ||
| 6049 | 9년 전 | 325 | ||
| 6048 | 9년 전 | 551 | ||
| 6047 | 9년 전 | 679 | ||
| 6046 | 9년 전 | 675 | ||
| 6045 | 9년 전 | 618 | ||
| 6044 | 9년 전 | 576 | ||
| 6043 | 9년 전 | 746 | ||
| 6042 | 9년 전 | 466 | ||
| 6041 | 9년 전 | 536 | ||
| 6040 | 9년 전 | 413 | ||
| 6039 | 9년 전 | 366 | ||
| 6038 | 9년 전 | 376 | ||
| 6037 | 9년 전 | 356 | ||
| 6036 | 9년 전 | 358 | ||
| 6035 | 9년 전 | 329 | ||
| 6034 | 9년 전 | 334 | ||
| 6033 | 9년 전 | 817 | ||
| 6032 | 9년 전 | 349 | ||
| 6031 | 9년 전 | 299 | ||
| 6030 | 9년 전 | 335 | ||
| 6029 | 9년 전 | 297 | ||
| 6028 | 9년 전 | 336 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기