安装apache时候
]#./configure \ //执行当前目录下软件自代的配置命令
> --prefix=/usr/local/apache2 \ //指定Apache软件安装的位置
> --sysconfdir=/etc/httpd \ //指定Apache服务器的配置文件存放位置
> --with-z=/usr/local/zlib/ \ //指定zlib库文件的位置
> --with-included-apr \ //使用捆绑APR/APR-Util的副本
> --enable-so \ //以动态共享对象(DSO)编译
> --enable-deflate=shared \ //缩小传输编码的支持
> --enable-expires=shared \ //期满头控制
> --enable-rewrite=shared \ //基于规则的URL操控
> --enable-static-support
没问题 然后make
make[4]: *** [mod_deflate.la] Error 1
make[4]: Leaving directory `/root/httpd-2.2.9/modules/filters'
make[3]: *** [shared-build-recursive] Error 1
make[3]: Leaving directory `/root/httpd-2.2.9/modules/filters'
make[2]: *** [shared-build-recursive] Error 1
make[2]: Leaving directory `/root/httpd-2.2.9/modules'
make[1]: *** [shared-build-recursive] Error 1
make[1]: Leaving directory `/root/httpd-2.2.9'
make: *** [all-recursive] Error 1
请问什么原因
yhh1219 于 2012-08-02 11:09:22发表:
是要先更新源吧
于 2012-08-01 22:06:56发表:
什么版本问题
啊三 于 2011-12-07 19:24:55发表:
找到了版本问题
2010cpu 于 2011-12-07 15:16:02发表:
[i=s] 本帖最后由 2010cpu 于 2011-12-7 15:41 编辑 [/i]
你没缺东西吧