새소식

서버관련/Install

PHP 5.3.10 Configure

  • -
SMALL

#! /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' \
"$@"

LIST
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.