The subversion from CentOS repository need "postgresql-libs" as dependency.
You can install the subversion for DAG repository, which newer version without postgresql-libs dependency.
Go to the URL
http://dag.wieers.com/rpm/
(32 bit OS)
# rpm -ivh http://dag.wieers.com/rpm/
(64 bit OS)
# rpm -ivh http://dag.wieers.com/rpm/
Then run
# yum install subversion (or update)
==========================
ackage Arch Version Repository Size
==========================
Installing:
subversion i386 1.6.5-0.1.el5.rf rpmforge 6.5 M
Transaction Summary
==========================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Main Topics
Browse All Topics





by: dainokPosted on 2009-09-08 at 03:59:23ID: 25280492
Probably yum can't find libpq.so.4 under standard configured repositories. Try
yum whatprovides libpq.so.4
and probably you will get: No Matches found
If your repository is configured well, try to clean and reload the cache:
yum clean all
Also check what subversion requires:
yum deplist subversion
(under my CentOS 5 subversion doesn't require libpq.so)