centos 64비트에서 php 5.2.* 컴파일 옵션 정보장

./configure \
--prefix=/usr/local/php-5.2.17 \
--with-apxs2=/usr/local/apache/bin/apxs \
--enable-mod-charset \
--with-charset=utf8 \
--with-config-file-path=/usr/local/apache/conf \
--enable-sigchild \
--with-libxml-dir \
--with-openssl \
--with-zlib \
--with-zlib-dir \
--with-bz2 \
--enable-calendar \
--with-curl \
--enable-dba \
--with-gdbm \
--enable-exif \
--enable-ftp \
--with-jpeg-dir \
--with-png-dir \
--with-freetype-dir \
--enable-gd-native-ttf \
--with-gettext \
--with-imap-ssl \
--with-kerberos \
--enable-mbstring \
--with-mhash \
--with-mcrypt \
--with-mysql \
--enable-sockets \
--with-regex=php \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--enable-wddx \
--with-iconv \
--with-libdir=lib64 \
--with-xsl






덧글

댓글 입력 영역