Subversion on RHEL4 + Plesk 8.3

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
Redavni
New Forum User
New Forum User
Posts: 3
Joined: Fri Jun 13, 2008 5:30 pm

Subversion on RHEL4 + Plesk 8.3

Unread post by Redavni »

So I started to follow the guide found here:

http://www.atomicorp.com/wiki/index.php/Subversion

Problem is when I try to install subversion:

Code: Select all

yum install subversion
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package subversion.i386 0:1.3.2-0.1.el3.rf set to be updated
--> Running transaction check
--> Processing Dependency: libcom_err.so.3 for package: subversion
--> Processing Dependency: libdb-4.1.so for package: subversion
--> Finished Dependency Resolution
Error: Missing Dependency: libcom_err.so.3 is needed by package subversion
Error: Missing Dependency: libdb-4.1.so is needed by package subversion
I can't seem to find the dependencies required for RHEL4

One site lead me to krb5-libs-1.2.7 but that's a legacy version of the krb5-libs-1.3.4 that's already installed.

Any help would be appreciated.
Last edited by Redavni on Fri Jun 20, 2008 11:26 am, edited 1 time in total.
breun
Long Time Forum Regular
Long Time Forum Regular
Posts: 2813
Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands

Unread post by breun »

Sounds like something to report to the RPMForge mailinglist: http://lists.rpmforge.net/mailman/listinfo/users
Lemonbit Internet Dedicated Server Management
Redavni
New Forum User
New Forum User
Posts: 3
Joined: Fri Jun 13, 2008 5:30 pm

Unread post by Redavni »

Ah as one helpful fellow from the RPMForge users list pointed out, I had installed the RHEL3 version of the RPMForge repository. :shock:

So I've removed that and grabbed the actual RHEL4 version this time, trying to install once more and will update as I make progress.
Redavni
New Forum User
New Forum User
Posts: 3
Joined: Fri Jun 13, 2008 5:30 pm

Unread post by Redavni »

As surprising as it may seem, using the correct repository works wonders :P

I now have subversion installed, just gotta work on configuring it and using it. Thanks for the recommendation on that mail list.
Post Reply