svn error

Discussion on computers, ROMS installation and compiling

Moderators: arango, robertson

Post Reply
Message
Author
fdaryabor
Posts: 78
Joined: Wed Jan 02, 2008 3:15 pm
Location: University of Copenhagen

svn error

#1 Unread post by fdaryabor »

Hi
When I execut './configure' for subversion-1.4.6 I have following error:

'configure: error: no suitable apr found'

Please anyone confronting this problem guide me.

Best Regards
F.Daryabor

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

#2 Unread post by kate »

You are compiling svn from sources? Is there any binary available for your system? What system is it, anyway? You'd probably get more helpful replies from the svn site than from the ROMS site.

fdaryabor
Posts: 78
Joined: Wed Jan 02, 2008 3:15 pm
Location: University of Copenhagen

#3 Unread post by fdaryabor »

kate wrote:You are compiling svn from sources? Is there any binary available for your system? What system is it, anyway? You'd probably get more helpful replies from the svn site than from the ROMS site.

Thankful Kate, I try doing your guide.

Best Regards
F.Daryabor

fdaryabor
Posts: 78
Joined: Wed Jan 02, 2008 3:15 pm
Location: University of Copenhagen

#4 Unread post by fdaryabor »

fdaryabor wrote:
kate wrote:You are compiling svn from sources? Is there any binary available for your system? What system is it, anyway? You'd probably get more helpful replies from the svn site than from the ROMS site.

Thankful Kate, I try doing your guide.

Best Regards
F.Daryabor

I cant solve problem my svn error. Please guide me

Best Regards
F.Daryabor

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

#5 Unread post by kate »

Go here: http://subversion.tigris.org/project_packages.html
and see if you can find a binary version of svn for your system. I have not built it in some time, nor have I built it will all the features I want because of dependencies - no one here is an expert at building svn, except maybe Dave Robertson. If you still want to build it yourself, you will have to be much more explicit about what system you are on, what compiler, and what is really going wrong, including you looking in the config.log sorts of files.

User avatar
acelibo
Posts: 1
Joined: Mon Mar 10, 2008 5:12 pm
Location: Ocean University of China

#6 Unread post by acelibo »

You should find a package named 'subversion-deps-1.x.x.tar.gz' at the same place that you downloaded the Subversion (eg. subversion-1.x.x.tar.gz).
Then type:
$ tar xzvf subversion-1.x.x.tar.gz
$ tar xzvf subversion-deps-1.x.x.tar.gz
$ cd subversion-1.x.x
This will place 'apr', 'apr-util', 'neon', and 'zlib' directories directly into your unpacked Subversion distribution,where they will be automatically configured and built by Subversion's build process.
Then do the './configure' again. It will be OK. :D

Good Luck
-Bo

Post Reply