|
|

楼主 |
发表于 2011-2-20 15:31:02
|
显示全部楼层
我的编译参数- ./configure --prefix=/usr/local/php --with-curl --with-gettext --with-bz2 --with-mysql -enable-shmop --enable-calendar --with-openssl --with-pspell --enable-ftp --with-openssl --with-zlib --enable-exif --with-gmp --enable-sysvmsg --enable-sockets --enable-wddx --with-xsl --with-mcrypt --with-mysqli --with-mime_magic --with-pdo-mysql --with-gd --with-apxs2=/usr/local/apache/bin/apxs --without-sqlite --enable-so
复制代码 用上面参数编译会出现错误:xml2-config not found
用下面的方法默认安装PHP好象无法解析 NGINX网站下 PHP无法运行 没有报错
sudo yum install php php-common php-gd php-mcrypt php-pear php-pecl-memcache php-mhash php-mysql php-xml
[ 本帖最后由 84host 于 2011-2-20 15:34 编辑 ] |
|