Re: PostgreSQL 8.0.1 compile success Regression Fails - Mailing list pgsql-admin

From Tom Lane
Subject Re: PostgreSQL 8.0.1 compile success Regression Fails
Date
Msg-id 24611.1109619634@sss.pgh.pa.us
Whole thread Raw
In response to PostgreSQL 8.0.1 compile success Regression Fails  ("Vishal Kashyap @ [SaiHertz]" <vishalonlist@gmail.com>)
List pgsql-admin
"Vishal Kashyap @ [SaiHertz]" <vishalonlist@gmail.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

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: maximum number of schemas per database?
Next
From: Tom Lane
Date:
Subject: Re: Trouble using plpgsql after 8.0 install