Subversion Installation Using Yum

Discussion regarding the installation and configuration of Linux distributions.
Post Reply
myfoot
Cadet
Posts: 5
Joined: Sat Dec 01, 2007 3:18 am

Subversion Installation Using Yum

Post by myfoot »

Hello,
Am trying to install subversion Using Yum. And got this errors which are given below.Please help me out in this regard.

Thanks.
=====================================

yum install subversion mod_dav_svn
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 mod_dav_svn.i386 0:1.5.1-0.1.el5.rf set to be updated
---> Package subversion.i386 0:1.5.1-0.1.el5.rf set to be updated
--> Running transaction check
--> Processing Dependency: httpd-mmn = 20051115 for package: mod_dav_svn
--> Processing Dependency: libapr-1.so.0 for package: subversion
--> Processing Dependency: rtld(GNU_HASH) for package: subversion
--> Processing Dependency: libc.so.6(GLIBC_2.4) for package: subversion
--> Processing Dependency: libc.so.6(GLIBC_2.4) for package: mod_dav_svn
--> Processing Dependency: libcrypto.so.6 for package: subversion
--> Processing Dependency: libssl.so.6 for package: subversion
--> Processing Dependency: libaprutil-1.so.0 for package: subversion
--> Processing Dependency: python(abi) = 2.4 for package: subversion
--> Processing Dependency: rtld(GNU_HASH) for package: mod_dav_svn
--> Processing Dependency: libdb-4.3.so for package: subversion
--> Processing Dependency: liblber-2.3.so.0 for package: subversion
--> Processing Dependency: libneon.so.25 for package: subversion
--> Processing Dependency: libldap-2.3.so.0 for package: subversion
--> Finished Dependency Resolution
Error: Missing Dependency: httpd-mmn = 20051115 is needed by package mod_dav_svn
Error: Missing Dependency: libapr-1.so.0 is needed by package subversion
Error: Missing Dependency: rtld(GNU_HASH) is needed by package subversion
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package subversion
Error: Missing Dependency: libc.so.6(GLIBC_2.4) is needed by package mod_dav_svn
Error: Missing Dependency: libcrypto.so.6 is needed by package subversion
Error: Missing Dependency: libssl.so.6 is needed by package subversion
Error: Missing Dependency: libaprutil-1.so.0 is needed by package subversion
Error: Missing Dependency: python(abi) = 2.4 is needed by package subversion
Error: Missing Dependency: rtld(GNU_HASH) is needed by package mod_dav_svn
Error: Missing Dependency: libdb-4.3.so is needed by package subversion
Error: Missing Dependency: liblber-2.3.so.0 is needed by package subversion
Error: Missing Dependency: libneon.so.25 is needed by package subversion
Error: Missing Dependency: libldap-2.3.so.0 is needed by package subversion
========================================
LinuxFreaK
Site Admin
Posts: 5132
Joined: Fri May 02, 2003 10:24 am
Location: Karachi
Contact:

Re:

Post by LinuxFreaK »

Dear myfoot,
Salam,

Use below command.

# yum -y install subversion

Best Regards.
Farrukh Ahmed
ghulam yaseen
Naik
Posts: 68
Joined: Thu Aug 07, 2008 6:09 pm
Location: karachi

Yaseen

Post by ghulam yaseen »

Dear Farrukh bhai;

I am getting this error even after your recommended command
=================
Error: Missing Dependency: httpd-mmn = 20051115 is needed by package mod_dav_svn
=================
Please advise
LinuxFreaK wrote:Dear myfoot,
Salam,

Use below command.

# yum -y install subversion

Best Regards.
LinuxFreaK
Site Admin
Posts: 5132
Joined: Fri May 02, 2003 10:24 am
Location: Karachi
Contact:

Re: Yaseen

Post by LinuxFreaK »

Dear ghulam yaseen,
Salam,
ghulam yaseen wrote:I am getting this error even after your recommended command
=================
Error: Missing Dependency: httpd-mmn = 20051115 is needed by package mod_dav_svn
=================
Which Linux Distribution you are using ?

Best Regards.
Farrukh Ahmed
osama
Havaldaar
Posts: 117
Joined: Fri Aug 22, 2008 9:08 am

Post by osama »

ghulam yaseen
Naik
Posts: 68
Joined: Thu Aug 07, 2008 6:09 pm
Location: karachi

Yaseen

Post by ghulam yaseen »

Dear Farrukh bhai :) ,

I am using Fedora Core release 5 (Bordeaux).
this is how it makes to be some problem
===============
yum install subversion mod_dav_svn
Loading "installonlyn" plugin
Setting up Install Process
Setting up repositories
core [1/3]
extras [2/3]
updates [3/3]
Reading repository metadata in from local files
Excluding Packages in global exclude list
Finished
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package mod_dav_svn.i386 0:1.3.2-2.1 set to be updated
--> Running transaction check
--> Processing Dependency: httpd-mmn = 20051115 for package: mod_dav_svn
--> Finished Dependency Resolution
Error: Missing Dependency: httpd-mmn = 20051115 is needed by package mod_dav_svn
==============
i have also yum -t subversion mod_dav_svn, if i am not wrong then i am missing some apache module with that or some thing other. please suggest
LinuxFreaK wrote:Dear ghulam yaseen,
Salam,
ghulam yaseen wrote:I am getting this error even after your recommended command
=================
Error: Missing Dependency: httpd-mmn = 20051115 is needed by package mod_dav_svn
=================
Which Linux Distribution you are using ?

Best Regards.
:roll:
osama
Havaldaar
Posts: 117
Joined: Fri Aug 22, 2008 9:08 am

Post by osama »

Use this

yum install subversion
yum install mod_dav_svn
Post Reply