PHP 5.3.10 Configure
서버관련/Install2012. 5. 2. 09:58
#! /bin/sh
#
# Created by configure
'./configure' \
'--prefix=/data/php' \
'--with-apxs2=/data/apache/bin/apxs' \
'--with-mysql=/data/mysql' \
'--with-config-file-path=/data/apache/conf' \
'--disable-debug' \
'--enable-safe-mode' \
'--enable-track-vars' \
'--enable-sockets' \
'--with-mod_charset' \
'--with-charset=utf8' \
'--with-xml' \
'--with-language=korean' \
'--enable-mailparse' \
'--enable-calender' \
'--enable-sysvsem=yes' \
'--enable-sysvshm=yes' \
'--enable-ftp' \
'--enable-magic-quotes' \
'--enable-gd-native-ttf' \
'--enable-url-include' \
'--enable-trans-id' \
'--enable-inline-optimization' \
'--enable-bcmath' \
'--with-jpeg' \
'--with-png' \
'--with-zlib' \
'--with-jpeg-dir=/usr' \
'--with-png-dir=/usr/lib' \
'--with-freetype-dir=/usr' \
'--with-libxml-dir=/usr' \
'--enable-exif' \
'--with-gd' \
'--with-ttf' \
'--with-gettext' \
'--enable-sigchild' \
'--enable-mbstring' \
'--with-curl' \
'--with-freetype-dir' \
'--with-mysqli' \
'--with-mcrypt' \
"$@"
#
# Created by configure
'./configure' \
'--prefix=/data/php' \
'--with-apxs2=/data/apache/bin/apxs' \
'--with-mysql=/data/mysql' \
'--with-config-file-path=/data/apache/conf' \
'--disable-debug' \
'--enable-safe-mode' \
'--enable-track-vars' \
'--enable-sockets' \
'--with-mod_charset' \
'--with-charset=utf8' \
'--with-xml' \
'--with-language=korean' \
'--enable-mailparse' \
'--enable-calender' \
'--enable-sysvsem=yes' \
'--enable-sysvshm=yes' \
'--enable-ftp' \
'--enable-magic-quotes' \
'--enable-gd-native-ttf' \
'--enable-url-include' \
'--enable-trans-id' \
'--enable-inline-optimization' \
'--enable-bcmath' \
'--with-jpeg' \
'--with-png' \
'--with-zlib' \
'--with-jpeg-dir=/usr' \
'--with-png-dir=/usr/lib' \
'--with-freetype-dir=/usr' \
'--with-libxml-dir=/usr' \
'--enable-exif' \
'--with-gd' \
'--with-ttf' \
'--with-gettext' \
'--enable-sigchild' \
'--enable-mbstring' \
'--with-curl' \
'--with-freetype-dir' \
'--with-mysqli' \
'--with-mcrypt' \
"$@"
'서버관련 > Install' 카테고리의 다른 글
apache - chkconfig 등록방법 (아파치 서비스 등록) (2) | 2014.08.21 |
---|---|
PHP 5.3.10 Configure (0) | 2012.05.02 |
Apache 2.2.22 configure (0) | 2012.05.02 |
파일백업 스크립트 <backup.cron> (0) | 2008.06.05 |
Mysql 데이터베이스 백업 스크립트 DBDUMP.CRON (0) | 2008.06.05 |