Re: plperl.dll on windows with postgresql 9.0.3

From: Robert Fitzpatrick <robert(at)webtent(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: plperl.dll on windows with postgresql 9.0.3
Date: 2011-02-09 16:34:58
Message-ID: 4D52C232.2060805@webtent.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 load library “C:/Program Files/PostgreSQL/9.0/lib/plperl.dll”:
>> The specified module could not be found. SQL state: 58P01
>
> The previous was copied from a post found on the net when searching for
> solutions.
>

Finally found the solution to this issue, it seems PostgreSQL is looking
for perl510.dll, or earlier perhaps...

> http://stackoverflow.com/questions/4129479/strawberry-perl-5-12-as-postgresql-9-0s-plperl-on-win32

I also renamed my ActivePerl library from perl512.dll and perl510.dll to
solve. Does this mean I may run into issues with the new Perl? I also
tried 5.8.x and could not get plperl.dll installed with same error.
--
Robert <robert(at)webtent(dot)org>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Kerr 2011-02-09 17:42:36 Re: pg_dump: schema with OID 58698 does not exist
Previous Message Raymond O'Donnell 2011-02-09 15:15:51 Re: pg_restore validation?