Issue
Possible Duplicate:
pg_config, ruby pg, postgresql 9.0 problem after upgrade, centos 5
This is driving me mad.
I'm tring to install postgresql on a fresh Centos 5 installation and I get that dependency error when I do
yum install postgresql.
I get a similar error when I do
yum update
Can anyone suggest a solution?
OS is: Linux Centos 5, i686
postgresql-libs is installed.
Solution
This is probably the same problem as this issue, which is why I always (make) install mine from source to avoid package management problems like this:
pg_config, ruby pg, postgresql 9.0 problem after upgrade, centos 5
Answered By - Matthew Wood Answer Checked By - Dawn Plyler (WPSolving Volunteer)