Re: Problem with CREATE LANGUAGE in CVS TIP

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Fetter <david(at)fetter(dot)org>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Problem with CREATE LANGUAGE in CVS TIP
Date: 2007-05-10 04:41:22
Message-ID: 6830.1178772082@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David Fetter <david(at)fetter(dot)org> writes:
> It turns out that PL/PerlU wasn't available, even though createlang
> had succeeded. I think this is a bug in CREATE LANGUAGE, as CREATE
> LANGUAGE should have failed when it found no PL/Perl compiled in.

Works for me:

$ createlang plperlu array_test
createlang: language installation failed: ERROR: could not access file "$libdir/plperl": No such file or directory

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Henry 2007-05-10 05:09:40 Error SSL en Postgresql
Previous Message Tom Lane 2007-05-10 04:20:46 Re: Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory