Re: libpq.so.1: cannot open shared object file - Mailing list pgsql-admin

From Lee Harr
Subject Re: libpq.so.1: cannot open shared object file
Date
Msg-id ak3r1h$2avn$1@news.hub.org
Whole thread Raw
In response to libpq.so.1: cannot open shared object file  (Mark Worsdall <mysql@wizdom.org.uk>)
List pgsql-admin
In article <cM5ulyLcQWZ9Ewmn@worsdall.demon.co.uk>, Mark Worsdall wrote:
> Hi,
>
> postmaster is running ok.
>
> When I run psql I get the following error:
>
> psql
> psql: error in loading shared libraries
> libpq.so.1: cannot open shared object file: No such file or directory
>
> [root@jilldando pgsql]# ls lib
> libecpg.a            libpgeasy.a          libpq++.a            libpq.a
> libpsqlodbc.a        plperl.so
> libecpg.so           libpgeasy.so         libpq++.so           libpq.so
> libpsqlodbc.so       plpgsql.so
> libecpg.so.3         libpgeasy.so.2       libpq++.so.4 libpq.so.2
> libpsqlodbc.so.0
> libecpg.so.3.3.0     libpgeasy.so.2.2     libpq++.so.4.0 libpq.so.2.2
> libpsqlodbc.so.0.27
>
> Any ideas, I am lost.
>
>

You might try linking libpq.so.1 --> libpq.so
with something along the lines of:

ln -s libpq.so libpq.so.1

You also need to make sure that the directory
with those files is on your library path.
On my FreeBSD machine I use ldconfig to set
that up, and the database startup scripts
that came with the port do it automatically
when the system boots.


pgsql-admin by date:

Previous
From: Mark Worsdall
Date:
Subject: libpq.so.1: cannot open shared object file
Next
From: Aaron
Date:
Subject: Time slowly goes out of sync Cygwin+windows+psotgres