could not load library unknown error 14001

From: Дмитрий Малинин <Hazor90(at)yandex(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: could not load library unknown error 14001
Date: 2012-01-10 05:58:03
Message-ID: 476071326175083@web7.yandex.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 rectify it? Postgres user has got full access to postgresql folder. I also tried to run it on real Windows 2003 Server machine with the same result.

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

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

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Keller 2012-01-10 06:26:14 Re: [JDBC] Binary Large Objects (LOB/BLOB) in Hibernate and JDBC: Unresolved issues
Previous Message Mike Christensen 2012-01-10 05:49:09 Re: Is there a reason why Postgres doesn't have Byte or tinyint?