Re: [GENERAL] plperl.dll on windows with postgresql 9.0.3

2011-02-09 Thread Robert Fitzpatrick
On 2/8/2011 12:03 PM, Robert Fitzpatrick wrote: > On 2/8/2011 11:58 AM, Robert Fitzpatrick wrote: >> could not load library “C:/Program Files/PostgreSQL/8.3/lib/plperl.dll”: >> The specified module could not be found. SQL state: 58P01 > > Sorry the correct error I am getting is... > > could not l

Re: [GENERAL] plperl.dll on windows with postgresql 9.0.3

2011-02-08 Thread Peter Geoghegan
I don't use pl/perl, but I've seen a very similar "could not load library" error with pl/python on Windows, even though the dll named was present. Windows gives very bad error messages when it fails to dynamically link. You could use something like dependency walker, which is probably a pain. I thi

Re: [GENERAL] plperl.dll on windows with postgresql 9.0.3

2011-02-08 Thread Robert Fitzpatrick
On 2/8/2011 11:58 AM, Robert Fitzpatrick wrote: > could not load library “C:/Program Files/PostgreSQL/8.3/lib/plperl.dll”: > The specified module could not be found. SQL state: 58P01 Sorry the correct error I am getting is... could not load library “C:/Program Files/PostgreSQL/9.0/lib/plperl.dll”