Problems with createlang - windows
Hi,
There is something wrong with createlang on my windows system. Please, see
the output:
C:\>"Arquivos de programas\PostgreSQL\8.1\bin\createlang.exe" pltcl -U
postgres
test
createlang: language installation failed: ERROR: could not load library
"C:/Arq
uivos de programas/PostgreSQL/8.1/lib/pltcl.dll": NÒo foi possÝvel encontrar
o m
¾dulo especificado.
C:\>
Translating it to English, that is something like:
/lib/plctl.dll. It is
not possible to find the specific module.
Looking the directory, I can see the file plctl.dll:
C:\Arquivos de programas\PostgreSQL\8.1\lib>dir pltcl*
O volume na unidade C não tem nome.
O número de série do volume é 1442-C8D0
Pasta de C:\Arquivos de programas\PostgreSQL\8.1\lib
06/01/2006 10:59 56.235 pltcl.dll
1 arquivo(s) 56.235 bytes
0 pasta(s) 22.882.418.688 bytes disponíveis
C:\Arquivos de programas\PostgreSQL\8.1\lib>
It is important to say that the same instruction to plpgsql run ok. See:
C:\>"Arquivos de programas\PostgreSQL\8.1\bin\createlang.exe" plpgsql -U
postgr
es test
C:\>
I think that there is a problem to install the language plctl.
If can I help with more information, please, email me.
Att.
Márcio A. Sepp
Do you have tcl installed on your machine? You need it, and it probably
needs to be in your path, if you want to use pltcl.
This is not a -hackers question, btw - you should ask this somewhere
like -general.
cheers
andrew
M�rcio A. Sepp wrote:
Show quoted text
Hi,
There is something wrong with createlang on my windows system. Please,
see the output:C:\>"Arquivos de programas\PostgreSQL\8.1\bin\createlang.exe" pltcl -U
postgrestest
createlang: language installation failed: ERROR: could not load
library "C:/Arquivos de programas/PostgreSQL/8.1/lib/pltcl.dll": N�o foi poss�vel
encontrar o m�dulo especificado.
C:\>
Translating it to English, that is something like: ��/lib/plctl.dll.
It is not possible to find the specific module�.Looking the directory, I can see the file plctl.dll:
C:\Arquivos de programas\PostgreSQL\8.1\lib>dir pltcl*
O volume na unidade C n�o tem nome.
O n�mero de s�rie do volume � 1442-C8D0
Pasta de C:\Arquivos de programas\PostgreSQL\8.1\lib
06/01/2006 10:59 56.235 pltcl.dll
1 arquivo(s) 56.235 bytes
0 pasta(s) 22.882.418.688 bytes dispon�veis
C:\Arquivos de programas\PostgreSQL\8.1\lib>
It is important to say that the same instruction to plpgsql run ok. See:
C:\>"Arquivos de programas\PostgreSQL\8.1\bin\createlang.exe" plpgsql
-U postgres test
C:\>
I think that there is a problem to install the language plctl.
If can I help with more information, please, email me.
Att.
M�rcio A. Sepp