Thread: BUG #1475: error to install language pltcl

BUG #1475: error to install language pltcl

From
"Luciano Almeida"
Date:
The following bug has been logged online:

Bug reference:      1475
Logged by:          Luciano Almeida
Email address:      luciano.potencial@terra.com.br
PostgreSQL version: 8.0
Operating system:   Windows XP
Description:        error to install language pltcl
Details:

Hello....
I'm from brazil...

I'm trying to install the language pltcl but the pg show me this message

createlang pltcl template1 -U administrador
password:
createlang: language installation failed: ERROR: could not load library
"C:\Arquivos de Programas\PostgreSQL\8.0\lib\pltcl.dll": dynamic load error

The file are at especified direcotory

tks
Luciano Almeida

Re: BUG #1475: error to install language pltcl

From
"Magnus Hagander"
Date:
> The following bug has been logged online:
>=20
> Bug reference:      1475
> Logged by:          Luciano Almeida
> Email address:      luciano.potencial@terra.com.br
> PostgreSQL version: 8.0
> Operating system:   Windows XP
> Description:        error to install language pltcl
> Details:=20
>=20
> Hello....
> I'm from brazil...
>=20
> I'm trying to install the language pltcl but the pg show me=20
> this message
>=20
> createlang pltcl template1 -U administrador
> password:
> createlang: language installation failed: ERROR: could not=20
> load library "C:\Arquivos de=20
> Programas\PostgreSQL\8.0\lib\pltcl.dll": dynamic load error
>=20
> The file are at especified direcotory

Do you have ActiveState TCL installed? Make sure it's directory with
TCL84.DLL is in the system path (not just your personal one), and also
make sure the postgres service account has read permissions on all the
files in the TCL directories.

If things look right, please run depends.exe (it's in the windows
support tools) on pltcl.dll to see exactly what breaks.


//Magnus