Re: Problems with createlang - windows

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Márcio A(dot) Sepp" <marcio(at)zyontecnologia(dot)com(dot)br>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Problems with createlang - windows
Date: 2006-02-07 00:16:00
Message-ID: 43E7E6C0.8020901@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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:

> 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
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-07 01:33:30 Re: [HACKERS] Postgres 8.1.x and MIT Kerberos 5
Previous Message Simon Riggs 2006-02-07 00:07:57 Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and