Thread: install language
Dear all. I want to add pl/perl to postgresql 9.3 in windows x64. I add needed dll to library, but while execute the following commad: CREATE EXTENSION plperl; I receive the following error: ERROR: Can't locate vars.pm in @INC (@INC contains: .) at -e line 2. BEGIN failed--compilation aborted CONTEXT: while parsing Perl initialization What is the problem? BEST REGARDS ABBAS ALIZADEH
Do you have the path to this particular library in @INC? http://perlmaven.com/how-to-change-inc-to-find-perl-modules-in-non-standard-locations may help
On Sat, Jun 14, 2014 at 10:21 AM, <alizadeh@irimo.ir> wrote:
Dear all.
I want to add pl/perl to postgresql 9.3 in windows x64. I add needed dll to library, but while execute the following commad:
CREATE EXTENSION plperl;
I receive the following error:
ERROR: Can't locate vars.pm in @INC (@INC contains: .) at -e line 2.
BEGIN failed--compilation aborted
CONTEXT: while parsing Perl initialization
What is the problem?
BEST REGARDS
ABBAS ALIZADEH
--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin