Re: [GENERAL] could not load plperl library SOLVED

2013-04-04 Thread Robert Fitzpatrick
Paolo Saudin Wednesday, April 03, 2013 3:10 PM Try to check the perl version against Postgres version at http://forums.enterprisedb.com/posts/list/3295.page Thanks! I'm using postgresql 9.2 and needed 5.14, luckily still available.

Re: [GENERAL] could not load plperl library

2013-04-03 Thread Paolo Saudin
Try to check the perl version against Postgres version at http://forums.enterprisedb.com/posts/list/3295.page paolo On Wed, Apr 3, 2013 at 7:14 PM, Robert Fitzpatrick wrote: > I have a Windows XP laptop I've loaded postgres on for dev purposes. When > I try to create the plperl language on a db

[GENERAL] could not load plperl library

2013-04-03 Thread Robert Fitzpatrick
I have a Windows XP laptop I've loaded postgres on for dev purposes. When I try to create the plperl language on a db, I get an error 'cannot load library' referencing the location where plperl.dll does exist. It has the lastest version of ActiveState Perl, but I remember (it's been a while) th