Обсуждение: Trouble installing pltcl language
Can not install by
Create language pltcl;
Or
Createlang.exe pltcl --dbname=mydb –username=me
Keep getting
ERROR: could not load library "C:/Program Files/PostgreSQL/8.1/lib/pltcl.dll": The specified module could not be found.
HELP
I found my answer this AM…
http://pginstaller.projects.postgresql.org/
One must have Active State TCL software installed First… same goes for the other PL languages like Perl or python.
I installed the Free Download for windows…re-started the database…broke out into a command line and ran successfully from:
“C:\Program Files\PostgreSQL\8.1\bin”
Createlang pltcl --dbname=mydb –username=me
Jim
From: pgsql-admin-owner@postgresql.org [mailto:pgsql-admin-owner@postgresql.org] On Behalf Of Hogan, James F. Jr.
Sent: Thursday, April 27, 2006 3:43 PM
To: pgsql-admin@postgresql.org
Subject: [ADMIN] Trouble installing pltcl language
Can not install by
Create language pltcl;
Or
Createlang.exe pltcl --dbname=mydb –username=me
Keep getting
ERROR: could not load library "C:/Program Files/PostgreSQL/8.1/lib/pltcl.dll": The specified module could not be found.
HELP