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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5977 | 9년 전 | 215 | ||
| 5976 | 9년 전 | 249 | ||
| 5975 | 9년 전 | 281 | ||
| 5974 | 9년 전 | 379 | ||
| 5973 | 9년 전 | 419 | ||
| 5972 | 9년 전 | 268 | ||
| 5971 | 9년 전 | 315 | ||
| 5970 | 9년 전 | 280 | ||
| 5969 | 9년 전 | 202 | ||
| 5968 | 9년 전 | 187 | ||
| 5967 | 9년 전 | 365 | ||
| 5966 | 9년 전 | 221 | ||
| 5965 | 9년 전 | 217 | ||
| 5964 | 9년 전 | 214 | ||
| 5963 | 9년 전 | 301 | ||
| 5962 | 9년 전 | 359 | ||
| 5961 | 9년 전 | 267 | ||
| 5960 | 9년 전 | 305 | ||
| 5959 | 9년 전 | 239 | ||
| 5958 |
|
9년 전 | 519 | |
| 5957 | 9년 전 | 352 | ||
| 5956 | 9년 전 | 322 | ||
| 5955 | 9년 전 | 321 | ||
| 5954 | 9년 전 | 245 | ||
| 5953 | 9년 전 | 381 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기