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.

link|improve this question

libpg is the C client library for postgres, which should be included in the rpm you are trying to install. I suppose that you could try dl'ing the rpm and decompile it to see if that library is present. – Dana the Sane Mar 1 '11 at 17:51
the problem is that libpq.so.4 is installed – nemesisdesign Mar 1 '11 at 18:21
feedback

closed as exact duplicate by Jeff Atwood Apr 16 '11 at 21:13

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

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

link|improve this answer
thanks it worked out – nemesisdesign Mar 3 '11 at 18:24
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.