From: | "Patrick Hatcher" <pathat(at)comcast(dot)net> |
---|---|
To: | "Michael Fuhr" <mike(at)fuhr(dot)org> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Pg8.0 beta2 psql error |
Date: | 2004-09-26 17:24:39 |
Message-ID: | 000601c4a3ed$b460b5b0$02120a0a@D7MKWD21 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
That was it! I had an old version of PG on the box and it was looking in
that directory.
Thank you.
----- Original Message -----
From: "Michael Fuhr" <mike(at)fuhr(dot)org>
To: "Patrick Hatcher" <pathat(at)comcast(dot)net>
Cc: <pgsql-general(at)postgresql(dot)org>
Sent: Sunday, September 26, 2004 9:31 AM
Subject: Re: [GENERAL] Pg8.0 beta2 psql error
> On Sun, Sep 26, 2004 at 08:43:44AM -0700, Patrick Hatcher wrote:
> > Just installed and started Pg8.0 beta 2
> > When I tried to connect via psql, I received an error message:
> > [patrick(at)localhost postgresql-8.0.0beta2]$ psql -Upostgres template1
> > psql: relocation error: psql: undefined symbol: PQsetErrorVerbosity
> >
> > Can someone give me a clue what to do next?
>
> Perhaps the run-time linker is loading an old libpq. Do you still
> have an old version of PostgreSQL installed? What's the output of
> the following command?
>
> ldd `which psql`
>
> What platform are you using, and how did you install PostgreSQL
> 8.0.0beta2? In what directory were the shared libraries installed?
>
> --
> Michael Fuhr
> http://www.fuhr.org/~mfuhr/
From | Date | Subject | |
---|---|---|---|
Next Message | Federico Balbi | 2004-09-26 17:58:55 | checksum |
Previous Message | Michael Fuhr | 2004-09-26 16:31:26 | Re: Pg8.0 beta2 psql error |