Linux版本:Red Hat Enterprise
Linux AS release 4 (Nahant Update 2)
在
http://subversion.tigris.org/ 下载的subversion-1.4.6.tar.gz
文件,解压缩执行./configure后,make时出现错误,如下所示。请各位帮忙看看,这事怎么回事。
[root@ZXServer subversion-1.4.6]# ./configure
configure: Configuring Subversion 1.4.6
configure: creating config.nice
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for egrep... grep -E
checking whether ln -s works... yes
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/sbin/apxs
checking httpd version... recent enough
configure: Apache Portable Runtime (APR) library configuration
checking for APR... yes
checking APR version... 0.9.4
wanted regexes are 0\.9\.[7-9] 0\.9\.1[0-9] 1\.
configure: error: invalid apr version found
[root@ZXServer subversion-1.4.6]# make
make: *** 没有指明目标并且找不到 makefile。 停止。