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

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Dino Vliet <dino_vliet(at)yahoo(dot)com>
Cc: girgen(at)FreeBSD(dot)org, pgsql-general(at)postgresql(dot)org
Subject: Re: /libexec/ld-elf.so.1: Shared object "libpq.so.4" not found
Date: 2007-02-28 18:42:15
Message-ID: 20070228184215.GD3157@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tony Caduto 2007-02-28 18:43:08 Re: grant on sequence and pg_restore/pg_dump problem
Previous Message Dino Vliet 2007-02-28 18:04:06 /libexec/ld-elf.so.1: Shared object "libpq.so.4" not found