Re: plperl crashing backend

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plperl crashing backend
Дата
Msg-id 8822.968026047@sss.pgh.pa.us
обсуждение исходный текст
Ответ на plperl crashing backend  (Michael Blakeley <mike@blakeley.com>)
Ответы Re: plperl crashing backend  (Michael Blakeley <mike@blakeley.com>)
Список pgsql-general
Michael Blakeley <mike@blakeley.com> writes:
> I'm running postgresql 7.0.1 on Solaris 2.6, with the latest patch
> cluster. I've compiled pg and Perl 5.6.0 with gcc 2.9.5-2.

Hmm.  Your trace shows

> open("/usr/local/pgsql/lib/plperl.so", O_RDONLY) = 40
> open("/usr/local/lib/perl5/5.6.0/sun4-solaris/auto/Opcode/Opcode.so", O_RDONLY) = 40
> open("/usr/lib/libperl.so", O_RDONLY)           = 40

I'd have expected libperl to be opened from somewhere in the same
general area as the Opcode module, say
/usr/local/lib/perl5/5.6.0/sun4-solaris/CORE/libperl.so
if the shape of the Perl install tree hasn't changed recently.
Perhaps you are pulling in some older, incompatible release of Perl
that came with your OS?

            regards, tom lane

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

Предыдущее
От: "Sean Carmody"
Дата:
Сообщение: PostgreSQL Upgrade Difficulties
Следующее
От: "Jason J. Czerak"
Дата:
Сообщение: Is it me or...