[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Help installing SVN on Suse

From: Tony Butt <tony.butt_at_cea.com.au>
Date: 2006-05-25 04:40:28 CEST

Matheus Leite wrote:
> Hello, I am trying to install SVN 1.3.1 from source on SLES 9
> following the instructions available at
> http://developer.novell.com/wiki/index.php/Setting_up_subversion_1.3.0_on_SLES_9
>
>
> However:
> - I can't find the neon and tls rpms for installation
> - When I try to run configure I get the error below.
>
> Can anybody help?
>
> matheus:~/subversion-1.3.1 # ./configure --prefix=/opt/subversion
> --disable-mod-activation --with-apxs=/opt/subversion/bin/apxs
> --with-ssl --with-zlib --with-swig=/opt/subversion/bin/swig
> configure: Configuring Subversion 1.3.1
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> 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 for egrep... grep -E
> checking whether ln -s works... yes
> configure: Apache Portable Runtime (APR) library configuration
> checking for APR... reconfig
> configuring package in apr now
> : command not found3.1/apr/configure: line 11:
> /root/subversion-1.3.1/apr/configure: line 19: syntax error near
> unexpected token `elif'
> /root/subversion-1.3.1/apr/configure: line 19: `elif test -n
> "${BASH_VERSION+set'" && (set -o posix) >/dev/null 2>&1; then
> configure failed for apr
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
I have done exactly this, but my configure was somewhat different.
We already have swig on the machine, and we use the apache apsx2 that
comes with SLES9
There are also libapr1 RPM's available for SLES9 at the SuSE mirrors
I used:
./configure --prefix=/opt/subversion --with-swig --with-berkeley-db
--with-ssl --with-python=/usr/bin/python2.3 --with-apxs=/usr/sbin/apxs2

Tony Butt
CEA Technologies

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Thu May 25 04:42:01 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.