The Following User Says Thank You to sat2050 For This Useful Post: | ||
|
2011-03-25
, 08:42
|
|
Posts: 288 |
Thanked: 175 times |
Joined on Oct 2010
@ Petaling Jaya, Selangor, Malaysia
|
#52
|
|
2011-03-25
, 09:14
|
Posts: 38 |
Thanked: 24 times |
Joined on Mar 2011
@ India
|
#53
|
apt-get install libssl-dev Reading package lists... Done Building dependency tree... Done libssl-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
|
2011-03-25
, 09:53
|
Posts: 38 |
Thanked: 24 times |
Joined on Mar 2011
@ India
|
#54
|
[sbox-FREMANTLE_X86: ~/svn/subversion-1.6.12] > ./subversion/svn/svn --version svn, version 1.6.12 (r955767) compiled Mar 25 2011, 05:43:34 Copyright (C) 2000-2009 CollabNet. Subversion is open source software, see http://subversion.tigris.org/ This product includes software developed by CollabNet (http://www.Collab.Net/). The following repository access (RA) modules are available: * ra_svn : Module for accessing a repository using the svn network protocol. - handles 'svn' scheme * ra_local : Module for accessing a repository on local disk. - handles 'file' scheme
The Following User Says Thank You to sat2050 For This Useful Post: | ||
|
2011-03-25
, 10:46
|
|
Posts: 1,111 |
Thanked: 1,985 times |
Joined on Aug 2009
@ Åbo, Finland
|
#55
|
root apt-get install libaprutil1=1.3.9-2 apt-get install libapr1=1.4.2-1
|
2011-03-25
, 10:53
|
|
Posts: 288 |
Thanked: 175 times |
Joined on Oct 2010
@ Petaling Jaya, Selangor, Malaysia
|
#56
|
|
2011-03-25
, 11:33
|
Posts: 38 |
Thanked: 24 times |
Joined on Mar 2011
@ India
|
#57
|
Solved this one like this:
No segfault after that.Code:root apt-get install libaprutil1=1.3.9-2 apt-get install libapr1=1.4.2-1
Edit: Doing apt-get upgrade would break it again, naturally. But at least this method is simple enough for anyone to do.
The Following User Says Thank You to sat2050 For This Useful Post: | ||
|
2011-03-25
, 11:34
|
Posts: 38 |
Thanked: 24 times |
Joined on Mar 2011
@ India
|
#58
|
@Mece: Thanks man! You've saved me from a lot of heartache!
@Sat2050: Thanks for the effort, but I guess I'll use Mece's method which is so much easier for the average user to follow. But your efforts is GREATLY APPRECIATED!!!
The Following User Says Thank You to sat2050 For This Useful Post: | ||
|
2011-03-25
, 16:52
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#60
|
No worries I was able to understand SVN package completely
and I was able to compile it on ARMREL as well
on scratchbox x86 config
I am also able to run autogen and configure scripts for subversion
but when I try to compile the source by invoking make command it returns error.