View Single Post
ajack's Avatar
Posts: 288 | Thanked: 175 times | Joined on Oct 2010 @ Petaling Jaya, Selangor, Malaysia
#69
To sum it all up in one simple post, it has been identified that the libraries libapr1 and libaprutil1 is causing subversion to crash with a "segmentation fault" error. You can fix this by typing in:

Code:
sudo apt-get install libaprutil1=1.3.9-2 libapr1=1.4.2-1
However, this will cause the libraries to be replace when you do a package update with HAM, FAM or apt-get. To prevent these libraries from updating to the latest, create or edit the file at:

/etc/apt/preferences

And add in the following entires into the file:

Code:
Package: libaprutil1
Pin: version 1.3.9-2
Pin-Priority: 1001

Package: libapr1
Pin: version 1.4.2-1
Pin-Priority: 1001
This will pin the libraries and prevent them from being updated with the newer/faulty versions.

There was also reports that people had problems getting the older version of the two libs files. To download these two files, go to the following two URLs:

http://maemo.org/packages/view/libaprutil1/
http://maemo.org/packages/view/libapr1/

To install these DEBs, use the following command (as root):

Code:
dpkg -i <deb_file_armel.deb>
Hope this helps.
__________________
Visit my blog at http://lifewithmaemo.blogspot.com or my website at http://www.renegade-uiq.com

Last edited by ajack; 2011-03-31 at 04:16. Reason: Added URL links to DEB files...
 

The Following 10 Users Say Thank You to ajack For This Useful Post: