Re: 7.2b2 "make check" failure on Red Hat Linux 7.2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.2b2 "make check" failure on Red Hat Linux 7.2
Дата
Msg-id 11273.1005947217@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: 7.2b2 "make check" failure on Red Hat Linux 7.2  (teg@redhat.com (Trond Eivind Glomsrød))
Список pgsql-hackers
teg@redhat.com (Trond Eivind Glomsrød) writes:
> Tom Lane <tgl@sss.pgh.pa.us> writes:
>> I speculate that your executable was picking up
>> a non-MULTIBYTE libpq shared library from someplace.  Check ldconfig
>> and all that stuff...

> I have an existing installation of 7.1 on the system, that's why I did
> "make check" in the build directory.

> "--prefix=/usr" seems to be the "culprit" - without it, it regression
> tests run just fine. 

The pg_regress script sets LD_LIBRARY_PATH to try to cause libpq and
the other shlibs to be picked up from the temp installation tree.
Perhaps this is wrong or insufficient on your platform.  It certainly
sounds like the dynamic linker is choosing the installed libpq over
the one that we want it to use.  Any thoughts on fixing that?
        regards, tom lane


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

Предыдущее
От: teg@redhat.com (Trond Eivind Glomsrød)
Дата:
Сообщение: Re: 7.2b2 "make check" failure on Red Hat Linux 7.2
Следующее
От: mlw
Дата:
Сообщение: Re: Super Optimizing Postgres