Re: PostgreSQL 8.0.1 compile success Regression Fails

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PostgreSQL 8.0.1 compile success Regression Fails
Дата
Msg-id 24611.1109619634@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PostgreSQL 8.0.1 compile success Regression Fails  ("Vishal Kashyap @ [SaiHertz]" <vishalonlist@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: maximum number of schemas per database?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Trouble using plpgsql after 8.0 install