|
|
[PHP]./configure --prefix=/usr \
--sysconfdir=/etc \
--with-apxs2 \
--with-config-file-path=/etc \
--with-zlib \
--enable-bcmath \
--with-bz2 \
--enable-calendar \
--enable-dba \
--enable-exif \
--enable-ftp \
--with-gettext \
--enable-mbstring \
--with-ncurses \
--with-readline \
--disable-libxml \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-xml2=/usr \
--with-gd=/usr \
--with-freetype-dir=/usr \
--with-mysql=/usr[/PHP] |
|