could not load plperl library
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) that I need an older version. I found a 5.8 installer,
uninstalled the 5.16 and then installed the older 5.8, but still getting
the error. I restarted the postgres service, do I need to reinstall? I
used the Enterprise DB installer.
Hope this is the right list for this, let me know if not, thanks
--
Robert <robert@webtent.org>
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
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 <robert@webtent.org>wrote:
Show quoted text
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)
that I need an older version. I found a 5.8 installer, uninstalled the 5.16
and then installed the older 5.8, but still getting the error. I restarted
the postgres service, do I need to reinstall? I used the Enterprise DB
installer.Hope this is the right list for this, let me know if not, thanks
--
Robert <robert@webtent.org>--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/**mailpref/pgsql-general<http://www.postgresql.org/mailpref/pgsql-general>
Paolo Saudin <mailto:paolosaudin@gmail.com>
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.