1

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.

Community
  • 1
  • 1
nemesisdesign
  • 8,159
  • 12
  • 58
  • 97
  • 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 01 '11 at 17:51
  • the problem is that libpq.so.4 is installed – nemesisdesign Mar 01 '11 at 18:21

1 Answers1

2

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

Community
  • 1
  • 1
Matthew Wood
  • 16,017
  • 5
  • 46
  • 35