84host 发表于 2011-2-20 15:26:39

求助linux安装PHP(编译方法安装过程)

昨天用84的VPS折腾了半天NGINX到成功了 PHP好象是安装成功了 但是NGINX的网站一直无法运行PHP 不知道是我的方法错误还是马上 PHP应该只是脚本解释语言吧 不存在启动进程吧(记得WINDOWW配置PHP 也没有什么进程 只是用一个DLL在IIS里解析处理) 另NGINX配置文件我也修改了 按网上说的做的

84host 发表于 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 编辑 ]
页: [1]
查看完整版本: 求助linux安装PHP(编译方法安装过程)