Re: PL/Perl on Solaris

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Travis Bauer <trbauer(at)indiana(dot)edu>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: PL/Perl on Solaris
Date: 2001-08-10 16:30:08
Message-ID: Pine.LNX.4.30.0108101827060.703-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Dado Feigenblatt 2001-08-10 17:02:50 Re: Returned mail: Service unavailable
Previous Message Peter Eisentraut 2001-08-10 16:24:38 Re: Using oids for fast read-only access?