[Pljava-dev] Windows binaries

From: eric(dot)kolotyluk at gmail(dot)com (Eric Kolotyluk)
To:
Subject: [Pljava-dev] Windows binaries
Date: 2011-01-23 23:02:29
Message-ID: 4D3CB385.6010403@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On 2011-01-23 2:44 PM, John R Pierce wrote:
> On 01/23/11 2:17 PM, Johann 'Myrkraverk' Oskarsson wrote:
>> On Sun, 23 Jan 2011 21:59:25 -0000, Eric Kolotyluk
>> <eric.kolotyluk at gmail.com> wrote:
>>
>>> Is it common to have this much trouble getting pljava working?
>>
>> Not in Linux or Solaris. As evident, I do not have prior experience
>> with it on Windows. I'm sorry but I've run out of ideas. Perhaps
>> you can get more help on general PostgreSQL forums since loading a
>> library isn't PL/Java specific.
>>
>
>
> use / for Windows paths, not \
>
> \ is only required in CMD commands and .BAT files and such.

OK, I tried both 'C:/postgres/pljava.dll' and '/postgres/pljava.dll' in
the install.sql file and I get the same error message.

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
"/postgres/pljava.dll": The specified module could not be found.

I also used

dynamic_library_path = 'C:/postgres;$libdir'

in the config file and I still get the same message.

Could it be that pljava.dll is just not a proper DLL file?

Chees, Eric

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message John R Pierce 2011-01-23 23:13:39 [Pljava-dev] Windows binaries
Previous Message John R Pierce 2011-01-23 22:44:13 [Pljava-dev] Windows binaries