Re: /libexec/ld-elf.so.1: Shared object "libpq.so.4" not found - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: /libexec/ld-elf.so.1: Shared object "libpq.so.4" not found
Date
Msg-id 20070228184215.GD3157@svana.org
Whole thread Raw
In response to /libexec/ld-elf.so.1: Shared object "libpq.so.4" not found  (Dino Vliet <dino_vliet@yahoo.com>)
List pgsql-general
On Wed, Feb 28, 2007 at 10:04:06AM -0800, Dino Vliet wrote:
> Hi folks,
>
> when I start pgadmin3 on my system I get the following error:
>
> /libexec/ld-elf.so.1: Shared object "libpq.so.4" not found, required by "pgadmin3"
>
> The only thing I have done lately is upgrade the database to 8.2 in
> the freebsd ports system. Pgadmin did work in the past, so what could
> be the problem? I have a amd64 system running freebsd version 6.1.

Undoubtably you've now got libpq.so.5 installed. You didn't have to
delete the old library (though I imagine it was done for you)

> I haven't had the time to check out the postgresql database I had backed up.
> Will I experience problems because of this?

The backend doesn't require the client library, so it's ok. If other
stuff works you got a library that works, just not the right one for
pgadmin.

Two options:
1) Recompile pgadmin for the new libpq
2) Install the old libpq as well as the new one

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Attachment

pgsql-general by date:

Previous
From: Dino Vliet
Date:
Subject: /libexec/ld-elf.so.1: Shared object "libpq.so.4" not found
Next
From: Tony Caduto
Date:
Subject: Re: grant on sequence and pg_restore/pg_dump problem