From: | "Eduard Wulff" <abo(at)eduard-wulff(dot)de> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #1957: Error for createlang |
Date: | 2005-10-12 10:02:26 |
Message-ID: | 20051012100226.DE592F0C13@svr2.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 1957
Logged by: Eduard Wulff
Email address: abo(at)eduard-wulff(dot)de
PostgreSQL version: 8.1 beta2
Operating system: Windows XP SP1 DE
Description: Error for createlang
Details:
I can't add any additional languages e.g. perl tcl
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 tried changing the slashes to back-slashes in
\data\global\config_exec_params to no avail
perl or ruby works on this machine. perl is in the path.
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2005-10-12 15:01:04 | Re: BUG #1953: trigger action on delete |
Previous Message | Oliver Elphick | 2005-10-12 08:09:05 | Problem with COPY in 8.0.3 |