[Pljava-dev] Windows binaries

From: eric(dot)kolotyluk at gmail(dot)com (Eric Kolotyluk)
To:
Subject: [Pljava-dev] Windows binaries
Date: 2011-01-24 17:20:58
Message-ID: 4D3DB4FA.4090001@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On 2011-01-23 3:34 PM, Eric Kolotyluk wrote:
> On 2011-01-23 3:19 PM, John R Pierce wrote:
>> On 01/23/11 3:19 PM, Eric Kolotyluk wrote:
>>>
>>> And in what context do I execute the cacl command? Can you please
>>> give an example.
>>
>> its a command line, executed from a Windows CMD ('DOS prompt') window.
>>
>>
> Ah, I guess you meant cacls?
>
> C:\Program Files (x86)\PostgresPlus\9.0SS\share\pljava>cacls
> c:\postgres\pljava.dll
> c:\postgres\pljava.dll BUILTIN\Administrators:(ID)F
> NT AUTHORITY\SYSTEM:(ID)F
> BUILTIN\Users:(ID)R
> NT AUTHORITY\Authenticated Users:(ID)C
>
> Yes, postgres is a member of Users.
>
> I even added postgres to the Administrator group, but I still get the
> same error message.
>
> Anything else I can try?
>
> Cheers, Eric

I installed Dependency Walker to look at the pljava.dll file. It
complained that it could not find jvm.dll, msvcr71.dll, and msvcr90.dll
- so I put them all in the postgres lib directory where pljava.dll is.
That problem went away.

However, Dependency Walker is still complaining about

Error: At least one module has an unresolved import due to a missing
export function in an implicitly dependent module.
Error: Modules with different CPU types were found.
Warning: At least one module has an unresolved import due to a missing
export function in a delay-load dependent module.

Is this a problem because I am running on a 64-bit version of Windows 7?

When I try to run install.sql I still get

C:\Program Files (x86)\PostgresPlus\9.0SS\share\pljava>psql -f install.sql
Password:
CREATE SCHEMA
GRANT
psql:install.sql:6: ERROR: could not load library "C:/Program Files
(x86)/PostgresPlus/9.0SS/lib/pljava.dll": The specified module could not
be found.

Does anyone else have any ideas?

Cheers, Eric

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Johann 'Myrkraverk' Oskarsson 2011-01-24 17:37:25 [Pljava-dev] Windows binaries
Previous Message Eric Kolotyluk 2011-01-23 23:34:16 [Pljava-dev] Windows binaries