Re: Postgres 7.0 on FreeBSD problem

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: David Bauer <bauer(at)genprofile(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Postgres 7.0 on FreeBSD problem
Date: 2000-05-28 16:13:26
Message-ID: Pine.BSF.4.21.0005281312300.80347-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

On Sun, 28 May 2000, David Bauer wrote:

> Hi,
>
> I have just compiled the new 7.0 version on FreeBSD3.4.
> The compilation was fine, but psql gives me this
> error:
>
> /usr/libexec/ld-elf.so.1: ../bin/psql: Undefined symbol "PQenv2encoding"
>
> The 6.5.3 Version is running without any problems on this system
> Any idea what's wrong here?

what does 'ldd ../bin/psql' show? do you have two different versions of
libpq installed on that machine (ie. 6.5.3 and v7.0)? Is it picking up
the wrong one?

In response to

Browse pgsql-ports by date

  From Date Subject
Next Message Kevin Lo 2000-05-29 04:14:28 Re: Problem with connectiong to postmaster (WinNT 4.0 SP6)
Previous Message David Bauer 2000-05-28 13:57:21 Postgres 7.0 on FreeBSD problem