Missing libpq error with pgadmin/postgresql-libs - Mailing list pgsql-pkg-yum

From Heikki Linnakangas
Subject Missing libpq error with pgadmin/postgresql-libs
Date
Msg-id 50EA99DE.4000803@vmware.com
Whole thread Raw
Responses Re: Missing libpq error with pgadmin/postgresql-libs  (Devrim GÜNDÜZ <devrim@gunduz.org>)
Re: Missing libpq error with pgadmin/postgresql-libs  (Devrim GÜNDÜZ <devrim@gunduz.org>)
List pgsql-pkg-yum
Hi,

I installed the postgresql-9.1 yum repository package on a Centos 6
system, and followed by installing pgadmin with:

yum install pgadmin3_91

It installed the postgresql91-libs package to satisfy dependency. But
when I try to launch pgadmin, I get an error:

[heikki@centos6-x86-vm ~]$ pgadmin3
pgadmin3: error while loading shared libraries: libpq.so.5: cannot open
shared object file: No such file or directory

Running this as root fixed it:

ln -s /usr/pgsql-9.1/lib/libpq.so.5 /usr/lib64

- Heikki


pgsql-pkg-yum by date:

Next
From: Devrim GÜNDÜZ
Date:
Subject: Re: Missing libpq error with pgadmin/postgresql-libs