Zoid < Zoid (AT) the-lounge (DOT) us> wrote:
Quote:
Where is this located?
When I build the plperl makefile off of the ./postgresql-#.#.#/src
directory, I only get a libplperl.so as expected. But I don't see the
libplperlu.so that I want for inclusion in line (below):
createlang -d database plperlu
Do I have to build (linux) Postgresql itself with the --with-perl in
order to get trusted perl (plperlu)? |
Both the trusted and the untrusted versions of PL/Perl use plperl.so.
There is no libplperl.so in my (Linux) installation.
You will be able to "createlang -d database plperlu" with the binary
distribution that you can download from postgresql.org.
Yours,
Laurenz Albe