LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2189|回复: 9

请问怎样编译 PHP?有 PHP5 的 ./configure 参数给我一个?

[复制链接]
发表于 2004-10-24 21:18:59 | 显示全部楼层 |阅读模式
请问怎样编译 PHP?我试了好多遍总是失败

./configure ......
之后这样:
configure: error: libxml2 version 2.5.10 or greater required.

然后,
在 make 那一步就不走了,它说找不到文件什么的。

好急!

另外,./configure --help 之后,我的终端不能显示全部的信息,前面的都被冲掉了,怎么办?
发表于 2004-11-1 14:19:58 | 显示全部楼层
先安装libxml2这个包吧
发表于 2004-11-13 00:31:50 | 显示全部楼层
我的Apache和PHP的编译参数:

apache:
#!/bin/sh
./configure --prefix=/usr/local/apache \
--enable-auth-anon --enable-auth-dbm \
--enable-file-cache --enable-cache \
--enable-disk-cache --enable-mem-cache \
--enable-ext-filter --enable-mods-shared=all \
--enable-http --enable-dav --enable-rewrite \
--enable-deflate --with-mpm=prefork \


php:
#!/bin/sh
./configure --with-mysql=/usr --with-apxs2=/usr/local/apache/bin/apxs \
--enable-track-vars --enable-force-cgi-redirect --enable-pic \
--enable-inline-optimiation --enable-memory-limit --enable-bcmath \
--enable-shmop --enable-versioning --with-gd --with-zlib --with-zip --enable-shared-pdflib \
--enable-calendar --enable-dbx --enable-dio --enable-mcal \
--with-config-file-path=/usr/local/apache/conf --prefix=/usr \
发表于 2004-12-26 11:15:29 | 显示全部楼层
Post by vsw
请问怎样编译 PHP?我试了好多遍总是失败

./configure ......
之后这样:
configure: error: libxml2 version 2.5.10 or greater required.

然后,
在 make 那一步就不走了,它说找不到文件什么的。

好急!

另外,./configure --help 之后,我的终端不能显示全部的信息,前面的都被冲掉了,怎么办?

我是才学linux几天的,不过看了很多东西,同样作为菜鸟,我建议你以后出错了先看下出错的提示,error:-----  你的提示明显是说需要libxml2 2.5.10以上的包,装一个就可以通过了.
 楼主| 发表于 2005-1-3 15:21:41 | 显示全部楼层
Post by irsen
我是才学linux几天的,不过看了很多东西,同样作为菜鸟,我建议你以后出错了先看下出错的提示,error:-----  你的提示明显是说需要libxml2 2.5.10以上的包,装一个就可以通过了.


说得对,我现在也知道了,只是 libxml2 又要 glibc 的一个版本,glibc 又说别的什么不匹配,根本装不上,这下我都傻了。

现在我只好整个换了个够高的 Linux,唉,Linux 就是不如 Windows 省心。

忠心谢谢各位帮助,上面的参数我记下了,对我很有用!
 楼主| 发表于 2005-1-3 15:24:48 | 显示全部楼层
Post by nbxmedia
我的Apache和PHP的编译参数:......

谢谢你的参数,...你的头像也不错,呵呵!
发表于 2005-1-8 00:25:51 | 显示全部楼层
php还是用linux的吗
发表于 2005-1-8 09:19:08 | 显示全部楼层
./configure --without-xml
 楼主| 发表于 2005-1-8 11:11:21 | 显示全部楼层
Post by liweioop
./configure --without-xml

明白了,谢谢!
发表于 2005-1-28 12:33:05 | 显示全部楼层
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表