[Pljava-dev] Windows binaries

From: johann at 2ndquadrant(dot)com (Johann 'Myrkraverk' Oskarsson)
To:
Subject: [Pljava-dev] Windows binaries
Date: 2011-01-23 19:34:17
Message-ID: op.vpr0nfoauxs6vk@asuka
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On Sun, 23 Jan 2011 19:14:24 -0000, Eric Kolotyluk
<eric.kolotyluk at gmail.com> wrote:

> I stopped and started the server. Here is what I put in the .config file
>
> dynamic_library_path = '$libdir;c:\postgres'

Perhaps you can try 'C:\postgres;$libdir' instead? Your original setting
looks alright when compared to

http://www.postgresql.org/docs/9.0/interactive/runtime-config-client.html#RUNTIME-CONFIG-CLIENT-OTHER

> "dynamic_library_path" is not an absolute path

If you keep getting this error it may be a bug in the server/binary you're
using. I don't know.

And if it keeps failing, you can try replacing the two lines that look like

RETURNS language_handler AS 'pljava'

to
RETURNS language_handler AS 'C:\postgres\pljava.dll'

or your relevant full path in install.sql.

--
Johann Oskarsson http://www.2ndquadrant.com/ |[]
PostgreSQL Development, 24x7 Support, Training and Services --+--
|
Blog: http://my.opera.com/myrkraverk/blog/

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Eric Kolotyluk 2011-01-23 21:59:25 [Pljava-dev] Windows binaries
Previous Message Eric Kolotyluk 2011-01-23 19:14:24 [Pljava-dev] Windows binaries