Re: postgresql & Debian

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Paolo Sinigaglia" <sini(at)informativesystem(dot)it>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: postgresql & Debian
Date: 2001-03-08 15:36:50
Message-ID: 25712.984065810@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Paolo Sinigaglia" <sini(at)informativesystem(dot)it> writes:
> Is there another way to have PG using PL/PERL?

On some platforms, *all* code is position-independent and so it's
possible to link a standard libperl.a into the plperl.so shared library.
If your box is like that, then you could just take out the check for
is-libperl-shared in plperl's Makefile.PL. If you're not sure, try it;
worst case is the link step will fail.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Dax Duskin 2001-03-08 15:40:29 Re: List Tables !
Previous Message Daniel A. Melo 2001-03-08 15:33:22 Re: compilation error