Re: make check error on -HEAD

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: make check error on -HEAD
Дата
Msg-id 28868.1099244312@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: make check error on -HEAD  (Devrim GUNDUZ <devrim@gunduz.org>)
Ответы Re: make check error on -HEAD  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: make check error on -HEAD  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
Devrim GUNDUZ <devrim@gunduz.org> writes:
>> Try removing the "2>/dev/null" bit so that you can see if any error
>> messages come out from psql.

> Ok, we have a detailed error now:

> /home/pgsql80/pgsql/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/psql: 
> relocation error: 
> /home/pgsql80/pgsql/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/psql: 
> undefined symbol: PQgetCancel
> pg_regress: could not set database default locales

Oh, so you are using yesterday's libpq.so shared library ;-)

I am not sure there is any way around that except to go ahead and
install today's libpq.  pg_regress can't do much more than set
LD_LIBRARY_PATH, and evidently that's not enough to make the Linux
dynamic loader take the version of libpq.so that's in the temp
installation rather than the one you previously installed.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: James William Pye
Дата:
Сообщение: Re: Version defines
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Version defines