Page 1 of 1

Subversion on RHEL4 + Plesk 8.3

Posted: Fri Jun 20, 2008 4:49 am
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.

Posted: Fri Jun 20, 2008 7:27 am
by breun
Sounds like something to report to the RPMForge mailinglist: http://lists.rpmforge.net/mailman/listinfo/users

Posted: Fri Jun 20, 2008 2:30 pm
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.

Posted: Fri Jun 20, 2008 2:46 pm
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.