Re: pgadmin3 crashes upon connecting

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: fpacchiani <fpacchiani(at)hotmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: pgadmin3 crashes upon connecting
Date: 2012-06-22 12:18:33
Message-ID: 1340367513.6281.62.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, 2012-06-22 at 04:11 -0700, fpacchiani wrote:
> Hello,
>
> I have problems connecting to a database with pgadmin3, the application
> crashes and the following error message appears:
>
> pgadmin3: symbol lookup error: pgadmin3: undefined symbol: PQconninfoParse
>
> I am using PostgreSQL 8.3 and I have read on the web after googeling that it
> was linked to the libpq library that must be upgraded to a to a more recent
> version (Postgres 8.4+). I checked what version of libpq is installed and
> it's libpq.so.5.
>
> $ ldd $(which pgadmin3) | grep libpq
> libpq.so.5 => /usr/lib64/libpq.so.5 (0x00007f29f42f1000)
>
> Is this library version correct? How can I solve this problem?
> Postgres 8.3.15 and PgAdmin3 1.22.2 are installed on a machine running
> Mandriva 2011.
>

If it doesn't find PQconninfoParse, you need a more recent libpq. You
should update your packages.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Yelai, Ramkumar IN BLR STS 2012-06-27 06:15:15 Time series aggregation
Previous Message fpacchiani 2012-06-22 11:11:17 pgadmin3 crashes upon connecting