Обсуждение: Win32 error 126

Поиск
Список
Период
Сортировка

Win32 error 126

От
TFGU
Дата:
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

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

Haven't tried installing those other yet though but want to see if
anyone had any ideas for PLJAVA that I could apply if I run into these
problems while installing other libraries.

Made sure the file was there and it had proper permissions.

Can't figure out what else to do.

Thanks for you help in advance.

Bryan Hughes

Re: Win32 error 126

От
Jason Tishler
Дата:
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