6/04/2009

php 설치 옵션

./configure  --prefix=/usr/local/php \
--with-mysql=/usr/local/mysql \
--with-apxs2=/usr/local/apache2/bin/apxs \
--enable-sysvshm=yes --enable-sysvsem=yes \
--enable-debug=no --with-ttf \
--with-png-dir=/usr/lib64 --with-zlib-dir=/usr/lib64/ \
--with-jpeg-dir=/usr --with-tiff-dir=/usr/lib64 \
--with-gdbm=/usr/lib64/ --enable-ftp \
--enable-mbstring --enable-sockets \
--enable-wddx --with-freetype-dir=/usr \
--enable-bcmath --enable-mbregex \
--enable-exif --with-gd \
--enable-gd-native-ttf --enable-calendar \
--with-openssl=/usr --with-iconv=/usr/local \
--with-exec-dir=/usr/local/apache2/bin \
--with-mhash=/usr/local/include

======================================================

& 추가로 사용할 모듈들.
freetype
jpegsrc
libiconv
libmcrypt
mhash

No comments:

Post a Comment