I am currently setting up my server and installing various softwares.
I am installing on Red Hat 9, and have had excellent success until I came to Yum and SVN install types.
I am not sure what I should do really.
The instructions I am using call for re "yum":
yum install subversion
yum install ruby
yum install ncurses-devel
And here is what I am trying to do with SVN:
svn checkout svn://(directory) filename
I am unable to do either of these tasks.
==========================
========
What I tried to do to resolve and what occured
==========================
========
- I downloaded the subversion package and tried to install it like this:
./configure
And I get this:
root@edward[~/subversion/s
ubversion-
1.4.5]# ./configure
configure: Configuring Subversion 1.4.5
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... no - Unable to locate /usr/local/apache/include/
mod_dav.h
==========================
==========
==========
==========
==========
WARNING: skipping the build of mod_dav_svn
--with-apxs or --with-apache must be used
==========================
==========
==========
==========
==========
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.
I am a bit lost as to what I should or should not do to resolve this.
==========================
==========
==========
======
Is there an alternative to SVN and yum for the installations I am doing?
Start Free Trial