could not load library unknown error 14001 - Mailing list pgsql-general

From Дмитрий Малинин
Subject could not load library unknown error 14001
Date
Msg-id 476071326175083@web7.yandex.ru
Whole thread Raw
List pgsql-general
CREATE FUNCTION uuid_generate_v1() RETURNS uuid AS '$libdir/uuid-ossp', 'uuid_generate_v1' VOLATILE STRICT LANGUAGE C;

I gоt error 'could not load library unknown error 14001' when i run this script. What is this error and how can i
rectifyit? Postgres user has got full access to postgresql folder. I also tried to run it on real Windows 2003 Server
machinewith the same result. 

library is at the 'C:\PostgreSQL\9.1\lib\uuid-ossp.dll'

postgresql-9.1.2-1, WindowsXP SP3 (VirtualBox).

pgsql-general by date:

Previous
From: Ron Somaraju
Date:
Subject: Re: How do you change the size of the WAL files?
Next
From: Stefan Keller
Date:
Subject: Re: [JDBC] Binary Large Objects (LOB/BLOB) in Hibernate and JDBC: Unresolved issues