From: | Craig Ringer <ringerc(at)ringerc(dot)id(dot)au> |
---|---|
To: | Szunomár Péter <peter(dot)szunomar(at)gmail(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: pltclu install problems |
Date: | 2012-05-22 04:28:24 |
Message-ID: | 4FBB15E8.9040002@ringerc.id.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On 05/21/2012 02:47 PM, Szunomár Péter wrote:
> Even if i start the createlang.exe pltclu or run the CREATE LANGUAGE
> pltclu sql command from PgAdmin, i receive the following error message:
>
> ================
> ERROR: could not load library "C:/Program
> Files/PostgreSQL/9.1/lib/pltcl.dll": unknown error 126
> ********** Error **********
> ERROR: could not load library "C:/Program
> Files/PostgreSQL/9.1/lib/pltcl.dll": unknown error 126
> SQL state: 58P01
> ================
>
A dependency of pltcl is missing, like a TCL runtime. Windows gives the
same "cannot find library" error (126) when the library its self is
missing as when a library it depends on is missing.
If you can't figure out what's missing, use Dependency Walker
(http://dependencywalker.com) to open pltcl.dll and see what it's
looking for.
--
Craig Ringer
From | Date | Subject | |
---|---|---|---|
Next Message | Craig Ringer | 2012-05-22 04:54:35 | Re: PostgreSQL 9.2 beta1's pg_upgrade fails on Windows XP |
Previous Message | junho1.kim | 2012-05-22 02:48:44 | BUG #6659: Error when install postgres |