Cant' create language - "could not load library" - Mailing list pgsql-general

From andrey dmitrenko
Subject Cant' create language - "could not load library"
Date
Msg-id 7e444d3e0606130645k47d66579kfeaf276130012731@mail.gmail.com
Whole thread Raw
List pgsql-general
Hello All.

I have installed version 8.1.4 (located in D:/PostgreSQL/8.1 ) on Windows XP and try to create language with command CREATE LANGUAGE or createlang command line tool but in any way got an error:

postgres=# create language plperl;
ERROR: could not load library "D:/PostgreSQL/8.1/lib/plperl.dll": The specified module could not be found.

and the same for any language except of plpgsql.
Also I have tried to create language java from command line:

java org.postgresql.pljava.deploy.Deployer -install

but got the same error.
All of the dll-libraries are exist in dynamic_library_path, and on their places. 
I've read thread http://archives.postgresql.org/pgsql-bugs/2006-03/msg00039.php and some referenced but got nothing.

Is this real bug or it's possible to resolve it and how?

Thanks.

pgsql-general by date:

Previous
From: "jqpx37"
Date:
Subject: PostgreSQL and Apache
Next
From: Michael Fuhr
Date:
Subject: Re: Aggregate functions not allowed in WHERE clause