Re: installing pgAdmin3 1.6.2 on FC6

From: "Andy Shellam (Mailing Lists)" <andy(dot)shellam-lists(at)mailnetwork(dot)co(dot)uk>
To: Willy-Bas Loos <willybas(at)gmail(dot)com>, pgadmin-support(at)postgresql(dot)org
Subject: Re: installing pgAdmin3 1.6.2 on FC6
Date: 2007-01-22 16:34:55
Message-ID: 45B4E7AF.2040901@mailnetwork.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Willy-Bas Loos wrote:
> Ok thanks, guess i missed that one :x
> So after i upgraded wxWidgets, it says i need to upgrade to libpq.so.5.
> But i can't upgrade, because all kinds of software (i.e.
> postgresql-contrib) still depends on libpq.so.4 , because i'm running
> PostgreSQL 8.1.6
>
> It's not necesarry to upgrade the backend for a new pgAdmin, or is it?
> I know that on Windows it isnt't, why should it be necessary on Linux?

On Windows I think it is necessary, as PgAdmin has it's own libpq.dll -
my version from 1.6.2 on Windows XP is "8.2.0.6338", so is obviously
from the 8.2.0 series of PostgreSQL, which would equate to libpq.so.5 on
Linux/Unix. The server doesn't have to be upgraded, but the client
library PgAdmin uses evidently does.

I don't know whether the following would work (I've done a similar thing
in the past), I know it's nasty and crude, but it might work?
Download the source of PostgreSQL 8.2.x, and build it (./configure &&
make), but don't do make install.
Find the libpq.so.5 file from the newly-built source tree and place it
in /lib, then sym-link /usr/lib/libpq.so.5 and /usr/local/lib/libpq.so.5
to it.

Andy.

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Matt Busby 2007-01-22 16:36:44 Cannot connect to one specific postgres database on a server
Previous Message Willy-Bas Loos 2007-01-22 16:11:02 Re: installing pgAdmin3 1.6.2 on FC6