"Paolo Sinigaglia" <sini@informativesystem.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