Re: beta3 on unixware 714

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: beta3 on unixware 714
Дата
Msg-id 28046.1097336796@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: beta3 on unixware 714  (ohp@pyrenet.fr)
Ответы Re: beta3 on unixware 714  (ohp@pyrenet.fr)
Re: beta3 on unixware 714  (ohp@pyrenet.fr)
Список pgsql-hackers
ohp@pyrenet.fr writes:
> not sure:
> createlang: language installation failed: ERROR:  could not load library
>  "/home/postgres/postgresql-snapshot/src/test/regress/./tmp_check/install//usr/local/pgsql/lib/plpgsql.so": dynamic
linker:/home/postgres/postgresql-snapshot/src/test/regress/./tmp_check/install//usr/local/pgsql/bin/postmaster:
relocationerror: symbol not found: assert_enabled; referenced from:
/home/postgres/postgresql-snapshot/src/test/regress/./tmp_check/install//usr/local/pgsql/lib/plpgsql.so

Hmm.  That looks like trying to load an assert-enabled plpgsql.so into a
*not* assert-enabled backend.  You sure you built the whole thing with
asserts?

> As for the first part of my message (hang in make check)
> the hang occurs when compiling with --enable-thread-safey and NOT
> otherwise.
> While I strongly suspect a SCO pthread bug, I'm at lost why it works
> perfectly with beta1 and 2.
> Did signal handling changed between beta2 and beta3?

No, but Bruce has been fooling with the configure logic for threads,
IIRC, so it's quite possible that we are now supplying a different
set of compile or link switches, or a different set of libraries
requested in the link.  That's probably the first thing to look at.
        regards, tom lane


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

Предыдущее
От: ohp@pyrenet.fr
Дата:
Сообщение: Re: beta3 on unixware 714
Следующее
От: ohp@pyrenet.fr
Дата:
Сообщение: Re: beta3 on unixware 714