|
我在linux下安装subversion-1.4.6时,tar完之后进入subversion-1.4.6文件夹,然后开始./configure
我打的命令是:./configure --with-apxs=/path/to/opt/lampp/bin/apxs --prefix=/path/to/svn
然后就出现以下过程: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... ./configure: line 3130: /path/to/opt/lampp/bin/apxs: No such file or directory
configure: error: no - APXS refers to an old version of Apache
Unable to locate /mod_dav.h
接着我make时,就报出:make: *** 没有指明目标并且找不到 makefile。 停止
请问我该怎么解决啊?急急急急急急急!!!!!!!!!!!!!!! |
|