LinuxSir.cn,穿越时空的Linuxsir!

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

Subversion的configure问题,急求帮忙啊,搞了几天了

[复制链接]
发表于 2006-11-14 20:45:32 | 显示全部楼层 |阅读模式
在debian系统成功了,但是我在红帽子企业版3上有问题
./configure出问题:

checking for a BSD-compatible install... /usr/bin/install -c
checking for static Apache module support... no
checking for Apache module support via DSO through APXS... found at /usr/local/apache/bin/apxs
checking httpd version... recent enough
configure: Apache Portable Runtime (APR) library configuration
checking for APR... no
configure: WARNING: APR not found
The Apache Portable Runtime (APR) library cannot be found.
Please install APR on this system and supply the appropriate
--with-apr option to 'configure'

or

get it with SVN and put it in a subdirectory of this source:

   svn co \
    http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x \
    apr

Run that right here in the top level of the Subversion tree,
then run autogen.sh again.

Whichever of the above you do, you probably need to do
something similar for apr-util, either providing both
--with-apr and --with-apr-util to 'configure', or
getting both from SVN with:

   svn co \
    http://svn.apache.org/repos/asf/apr/apr-util/branches/0.9.x \
    apr-util

configure: error: no suitable apr found

过程中,说缺乏apr??
但是我没找到包啊
Server version: Apache/2.0.46
Server built:   Sep 25 2003 09:26:39
发表于 2006-11-14 21:13:43 | 显示全部楼层
apr是Apache附带的一个工具, 你在configure Subversion是指定它的路径. 如果不是太明白, 就运行./configure -h看下选项帮助, 具体看文档.
回复 支持 反对

使用道具 举报

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

本版积分规则

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