From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | Eduard Wulff <abo(at)eduard-wulff(dot)de> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #1957: Error for createlang |
Date: | 2005-10-12 18:28:19 |
Message-ID: | 20051012182819.GA43109@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Wed, Oct 12, 2005 at 11:02:26AM +0100, Eduard Wulff wrote:
> createlang.exe -U postgres -e plperl template1
>
> gives:
> createlang: Installation der Sprache fehlgeschlagen: ERROR: could not load
> library "D:/dapps/PostgreSQL/8.1-beta2/lib/plperl.dll": Das angegebene Modul
> wurde nicht gefunden.
>
> same for tcl
>
> for python:
> createlang: Installation der Sprache fehlgeschlagen: ERROR: unsupported
> language "plpython"
> TIP: The supported languages are listed in the pg_pltemplate system
> catalog.
>
> plpython is listed there ...
I don't know about the plperl or pltcl problems, but are you sure
"plpython" is in pg_pltemplate? "plpythonu" should be there but
not "plpython", at least not in a distribution built from the
unmodified source code.
--
Michael Fuhr
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Fuhr | 2005-10-12 18:37:37 | Re: Problem with COPY in 8.0.3 |
Previous Message | Michael Fuhr | 2005-10-12 18:19:41 | Re: Problem with COPY in 8.0.3 |