Re: install language

From: Payal Singh <payal(at)omniti(dot)com>
To: alizadeh(at)irimo(dot)ir
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: install language
Date: 2014-06-15 11:37:20
Message-ID: CANUg7LC7fgw2=zs+GE1Kk5hBEuGv77YeSVHFyY6Z+_v1dxJJcw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

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

Payal Singh,
Database Administrator,
OmniTI Computer Consulting Inc.
Phone: 240.646.0770 x 253

On Sat, Jun 14, 2014 at 10:21 AM, <alizadeh(at)irimo(dot)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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-admin
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message John Scalia 2014-06-16 18:53:20 Using psql, pg_dump, pg_restore in a script
Previous Message alizadeh 2014-06-14 14:21:23 install language