2013年8月9日金曜日

CentOS6.2でPHP5.1.6

configureに失敗しまくる!
オプションは以下のとおり

'./configure' \
'--prefix=/usr/local' \
'--sysconfdir=/usr/local/etc' \
'--with-config-file-path=/usr/local/etc' \
'--with-config-file-scan-dir=/usr/local/etc/php.d' \
'--disable-debug' \
'--with-pic' \
'--disable-rpath' \
'--without-pear' \
'--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' \
'--with-layout=GNU' \
'--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/share/misc/magic.mgc' \
'--without-sqlite' \
'--with-libxml-dir=/usr' \
'--with-xml' \
'--with-system-tzdata' \
'--with-mysql' \
'--with-pgsql' \
'--with-sqlite' \
'--with-gd' \
'--without-odbc' \
'--enable-dom' \
'--disable-dba' \
'--without-unixODBC' \
'--enable-pdo' \
'--enable-xmlreader' \
'--enable-xmlwriter' \
'--with-pdo-sqlite' \
'--enable-mbstring' \
'--with-xsl' \
'--with-pdo-pgsql' \
'--with-pdo-mysql' \
'--with-mysqli' \
'--with-kerberos' \
'--enable-dbase'

0 件のコメント:

コメントを投稿