Re: PL/Perl on Solaris

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: PL/Perl on Solaris
Дата
Msg-id Pine.LNX.4.30.0108101827060.703-100000@peter.localdomain
обсуждение исходный текст
Ответ на PL/Perl on Solaris  (Travis Bauer <trbauer@indiana.edu>)
Ответы Re: PL/Perl on Solaris  (Travis Bauer <trbauer@indiana.edu>)
Список pgsql-general
Travis Bauer writes:

> Could anyone give me an example of how to compile perl for use
> with the latest version of postgresql on Solaris 8?

I don't have one, but the requirement to recompile Perl is actually a
myth for most platforms.  You could alter the Makefile.PL for PL/Perl and
remove the shared library check and see if it works.

> It compiles and installs okay, and I can get plperl compiled and
> installed.  And I can create a perl function okay.  But when I
> try to run the function in psql, the backend crashes.

Backtraces can be helpful.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Using oids for fast read-only access?
Следующее
От: Alex Pilosov
Дата:
Сообщение: Re: PL/Perl on Solaris