« httpd-2.2.4のインストール(CentOS4 x86_64編) | ホーム | 今週の間違いだらけの車選び2007 »
2007年8月 7日
php-5.2.3のインストール (同)
configureのパラメータ設定
やっぱりこれもSRPMのspecから。でもこれいくら何でも冗長すぎだよなあ。
./configure \
--prefix=/usr/local/app/php-5.2.3/ \
--with-layout=GNU \
--with-libdir=lib64 \
--with-config-file-path=/usr/local/etc/php \
--with-exec-dir=/usr/local/app/php-5.2.3/bin \
--includedir=/usr/local/app/php-5.2.3/include \
--sysconfdir=/usr/local/etc/php \
--localstatedir=/var \
--disable-debug \
--with-pear \
--with-pic \
--disable-rpath \
--with-bz2 \
--with-curl \
--with-freetype-dir=/usr \
--with-png-dir=/usr \
--enable-gd-native-ttf \
--without-gdbm \
--with-gettext \
--with-gmp \
--with-iconv \
--with-jpeg-dir=/usr \
--with-openssl \
--with-png \
--with-pspell \
--with-expat-dir=/usr \
--with-pcre-regex=/usr \
--with-zlib \
--enable-exif \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-sysvsem --enable-sysvshm --enable-sysvmsg \
--enable-track-vars \
--enable-trans-sid \
--enable-yp \
--enable-wddx \
--with-kerberos \
--enable-ucd-snmp-hack \
--with-unixODBC=shared,/usr \
--enable-memory-limit \
--enable-shmop \
--enable-calendar \
--enable-dbx \
--enable-dio \
--with-mime-magic=/usr/local/etc/httpd/magic \
--without-sqlite \
--with-libxml-dir=/usr \
--with-xml \
--with-apxs2=/usr/local/app/httpd/bin/apxs \
--without-mysql --without-gd \
--without-odbc --disable-dom \
--disable-dba --without-unixODBC \
--disable-pdo --disable-xmlreader --disable-xmlwriter
トラックバック(0)
トラックバックURL: http://foursics.jp/cgi-bin/mt/mt-tb.cgi/120
コメントする