반응형
## php 설치
$ wget http://kr2.php.net/get/php-5.3.6.tar.gz/from/kr.php.net/mirror
$ cd php-5.3.6
$ ./configure --prefix=/usr/local/php --with-apxs2=/usr/local/httpd/bin/apxs --with-config-file-path=/usr/local/httpd/conf --with-mysql=/usr/local/mysql --enable-sockets --with-openssl=/usr --with-dbm --enable-mbstring
$ make && make install
# httpd 설정.
$ cp php.ini-production /usr/local/php/lib/php.ini
$ cp php.ini-production /usr/local/httpd/conf/php.ini
# apache 구동.
$ /usr/local/httpd/bin/apachectl start
반응형
'OS > Linux' 카테고리의 다른 글
grep 후 결과 파일을 vi 로 열기. (0) | 2011.12.02 |
---|---|
설치형 웹하드 : ajaxplorer (0) | 2011.06.15 |
[APM] 2. apache 설치. (2) | 2011.06.15 |
[APM] 1. mysql 설치 (0) | 2011.06.15 |
awk 기본 (0) | 2011.05.20 |