Re: BUG #3983: pgxs files still missing in win32 install (8.3.1) - Mailing list pgsql-bugs

From Joe Conway
Subject Re: BUG #3983: pgxs files still missing in win32 install (8.3.1)
Date
Msg-id 48039944.8020907@joeconway.com
Whole thread Raw
In response to Re: BUG #3983: pgxs files still missing in win32 install (8.3.1)  (Magnus Hagander <magnus@hagander.net>)
Responses Re: BUG #3983: pgxs files still missing in win32 install (8.3.1)
List pgsql-bugs
Magnus Hagander wrote:
> Could this be somethingl ike missing PGDLLIMPORT specifications in your
> addon module or something like that? Try checking the names of the
> functions that are actually exported using "depends" or a similar tool.

Ah, that sounds likely, since I have never had to worry about explicit
exports with PL/R before. Can you point me to an example or cheat sheet
on what I need to do?

>> ERROR:  could not load library "C:/Program
>> Files/PostgreSQL/8.3/lib/plr.dll": The specified procedure could not
>> be found.
>
> Actually, this looks like perhaps the backend is unable to load a DLL
> that plr.dll depends on. Again, the "depends" tool can hopefully show
> you what's missing there.

That's what I was originally thinking (R.dll), but now I suspect the
exported functions is probably the issue. I'll check this out when I get
home tonight.

Thanks,

Joe

pgsql-bugs by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: BUG #3983: pgxs files still missing in win32 install (8.3.1)
Next
From: Magnus Hagander
Date:
Subject: Re: BUG #3983: pgxs files still missing in win32 install (8.3.1)