[Pljava-dev] Fwd: Re: Calling it a day

From: johann at 2ndquadrant(dot)com (Johann 'Myrkraverk' Oskarsson)
To:
Subject: [Pljava-dev] Fwd: Re: Calling it a day
Date: 2011-05-02 16:54:51
Message-ID: op.vuu49pkruxs6vk@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

On Mon, 02 May 2011 16:24:38 -0000, JOSE CARLOS MARTINEZ LLARIO
<jcllario at hotmail.com> wrote:

>
> Hi, this is the error i get now, maybe the same Erik said..dont know..
> psql:c:/jaspa4pg/sql/pljavainstall.sql:6: ERROR: incompatible library
> "c:/jaspa4pg/lib/pljava.dll": missing magic blockHINT: Extension
> libraries are required to use the PG_MODULE_MAGIC
> macro.psql:c:/jaspa4pg/sql/pljavainstall.sql:8: ERROR: function
> sqlj.java_call_handler() does not exist

I'm not sure why that would pop up. The DLL does contain the module
magic:

% x86_64-w64-mingw32-nm build/objs/pljava.dll|grep -i magic
00000000690183c0 r Pg_magic_data.78625
0000000069006160 T Pg_magic_func

However, if I managed to make the module incompatible somehow I would
expect the error message to say so, and not that it's missing.

I'll try and see if I can check that the magic numbers are equivalent.

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

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Eric Kolotyluk 2011-05-02 16:56:40 [Pljava-dev] 64-bit Operation
Previous Message JOSE CARLOS MARTINEZ LLARIO 2011-05-02 16:24:38 [Pljava-dev] Fwd: Re: Calling it a day