Re: [GENERAL] postgresql-8.4 error -> BUG

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: fhaegele <frank(dot)haegele(at)uni-koeln(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: [GENERAL] postgresql-8.4 error -> BUG
Date: 2011-05-11 19:39:05
Message-ID: BANLkTimWOaLH9B9sewzVcW=6=ot9ohWDXQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-general

On Wed, Mar 30, 2011 at 8:03 AM, fhaegele <frank(dot)haegele(at)uni-koeln(dot)de> wrote:
> Additional: if i start postgresql with user postgres then I got the the
> following message:
>
> postgres(at)delta ~ $ /usr/lib/postgresql/8.4/bin/pg_ctl start
> /usr/lib/postgresql/8.4/bin/pg_ctl: symbol lookup error:
> /usr/lib/postgresql/8.4/bin/pg_ctl: undefined symbol:
> PQconnectionNeedsPassword
>
> Is there a bug?

I'm not sure what this is "additional" to, but I suspect you might be
using binaries from one version of PostgreSQL with shared libraries
from another version. What happens if you run ldd on
/usr/lib/postgresql/8.4/bin/pg_ctl?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Robert Haas 2011-05-11 19:39:59 Re: BUG #5962: Problem Acessing Network Path
Previous Message Tom Lane 2011-05-11 18:58:57 Re: collation problem on 9.1-beta1

Browse pgsql-general by date

  From Date Subject
Next Message Cédric Villemain 2011-05-11 19:42:01 Re: track functions call
Previous Message Bborie Park 2011-05-11 19:09:21 Re: Returning NULL to a set returning C type function