Re: PostgreSQL 8.0.1 compile success Regression Fails

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Vishal Kashyap (at) [SaiHertz]" <vishalonlist(at)gmail(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: PostgreSQL 8.0.1 compile success Regression Fails
Date: 2005-02-28 19:40:34
Message-ID: 24611.1109619634@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Vishal Kashyap @ [SaiHertz]" <vishalonlist(at)gmail(dot)com> writes:
> Compiled PostgreSQL 8.0.1 on FC3 Kernel 2.6.10

> /usr/local/src/postgresql-8.0.1/src/test/regress/./tmp_check/install//usr/bin/psql:
> undefined symbol: PQserverVersion

Apparently you have an older version of libpq.so installed and it's
finding that in preference to the newer version. If you really want
to test the 8.0 version before installing the updated libpq.so,
I think you'll need to fool around with --disable-rpath.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2005-02-28 20:20:30 Re: Trouble using plpgsql after 8.0 install
Previous Message Tom Lane 2005-02-28 19:22:00 Re: maximum number of schemas per database?