安装 php 时出现“无法识别的选项”

安装 php 时出现“无法识别的选项”

我想在我的 Mac 10.8.2 上编译 php 5.4.8,但是出现一些我自己无法解决的错误,所以需要你的帮助。

首先我使用获取默认的 php 选项php -i | head,然后执行此命令

./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --sysconfdir=/private/etc --with-apxs2=/usr/sbin/apxs --enable-cli --with-config-file-path=/etc --with-libxml-dir=/usr --with-openssl=/usr --with-kerberos=/usr --with-zlib=/usr --enable-bcmath --with-bz2=/usr --enable-calendar --disable-cgi --with-curl=/usr --enable-dba --enable-ndbm=/usr --enable-exif --enable-fpm --enable-ftp --with-gd --with-freetype-dir=/BinaryCache/apache_mod_php/apache_mod_php-79~4/Root/usr/local --with-jpeg-dir=/BinaryCache/apache_mod_php/apache_mod_php-79~4/Root/usr/local --with-png-dir=/BinaryCache/apache_mod_php/apache_mod_php-79~4/Root/usr/local --enable-gd-native-ttf --with-icu-dir=/usr --with-iodbc=/usr --with-ldap=/usr --with-ldap-sasl=/usr --with-libedit=/usr --enable-mbstring --enable-mbregex --with-mysql=mysqlnd --with-mysqli=mysqlnd --without-pear --with-pdo-mysql=mysqlnd --with-mysql-sock=/var/mysql/mysql.sock --with-readline=/usr --enable-shmop --with-snmp=/usr --enable-soap --enable-sockets --enable-sqlite-utf8 --enable-suhosin --enable-sysvmsg --enable-sysvsem --enable-sysvshm --with-tidy --enable-wddx --with-xmlrpc --with-iconv-dir=/usr --with-xsl=/usr --enable-zend-multibyte --enable-zip --with-pcre-regex --with-pgsql=/usr --with-pdo-pgsql=/usr

但出现此错误

config.status:创建 Makefile config.status:创建 jconfig.h
config.status:jconfig.h 未更改 config.status:执行
depfiles 命令 config.status:执行 libtool 命令 configure:
警告:无法识别的选项:--enable-cli、--with-config-file-path、--with-libxml-dir、--with-openssl、--with-kerberos、--with-zlib、--enable-bcmath、--with-bz2、--enable-calendar、--disable-cgi、--with-curl、--enable-dba、--enable-ndbm、--enable-exif、--enable-fpm、--enable-ftp、--with-gd、--with-freetype-dir、--with-jpeg-dir、--with-png-dir、--enable-gd-native-ttf、--with-icu-dir、--with-iodbc、--with-ldap, --使用 ldap-sasl、--使用 libedit、--启用 mbstring、--启用 mbregex、--使用 mysql、--使用 mysqli、--不使用 pear、--使用 pdo-mysql、--使用 mysql-sock、--使用 readline、--启用 shmop、--使用 snmp、--启用 soap、--启用 sockets、--启用 sqlite-utf8、--启用 suhosin、--启用 sysvmsg、--启用 sysvsem、--启用 sysvshm、--使用 tidy、--启用 wddx、--使用 xmlrpc、--使用 iconv-dir、--使用 xsl、--启用 zend-multibyte、--启用 zip、--使用 pcre-regex、--使用 pgsql、--使用 pdo-pgsql

也许有人对此有一些建议?

相关内容