Re: Win32 error 126

From: Jason Tishler <jason(at)tishler(dot)net>
To: TFGU <bah(at)piucorp(dot)com>
Cc: pgsql-cygwin(at)postgresql(dot)org
Subject: Re: Win32 error 126
Date: 2004-03-27 03:27:34
Message-ID: 20040327032729.GM672@tishler.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-cygwin

Bryan,

On Mon, Mar 22, 2004 at 03:29:27PM -0500, TFGU wrote:
> I'm trying to install the PLJAVA library in POSTGRESQL on WinXP.
>
> Think I have most of it set up properly but when trying to install I get
> an error:
>
> ERROR: could not load library "/usr/local/lib/postgresql/pljava.dll":
> dlopen: Win32 error 126

Note the following:

$ fgrep 126 /usr/include/w32api/winerror.h | head -1
#define ERROR_MOD_NOT_FOUND 126L

> Research on google shows that others have had this problem with other
> packages PLpgsql, PLperl, etc.

What does the following indicate?

$ cygcheck /usr/local/lib/postgresql/pljava.dll

Is pljava.dll dependent on other DLLs that cannot be found or do not
have the proper permissions?

Jason

--
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD E4CC ECF4 8EF6

In response to

Browse pgsql-cygwin by date

  From Date Subject
Next Message Bill Chandler 2004-03-27 03:58:54 Re: createdb fails
Previous Message Jason Tishler 2004-03-27 03:24:15 Re: Postgres crashes on cygserver