Re: pgcluu - Mailing list pgsql-general

From Adrian Klaver
Subject Re: pgcluu
Date
Msg-id 53EA676F.4070601@aklaver.com
Whole thread Raw
In response to Re: pgcluu  (Ramesh T <rameshparnanditech@gmail.com>)
List pgsql-general
On 08/12/2014 06:57 AM, Ramesh T wrote:
> where need to install Test-Harness-3.32. or  ExtUtis/MakeMaker.pm  in pg
> cluu -2.0 folder or /usr/local/lib64/perl..
>
> please let me know
>
> advance thanks..


Two ways:

1) Quick and dirty

Go here:
http://search.cpan.org/~bingos/ExtUtils-MakeMaker-6.98/lib/ExtUtils/MakeMaker.pm

Download MakeMaker, untar and then follow instructions in INSTALL file
for doing a local install:

For just you:

     perl Makefile.PL INSTALL_BASE=~
     make
     make test
     make install

2) More setup, but probably better if you end up needing more Perl
modules set up as user(not system)

Go here:
http://www.cpan.org/modules/INSTALL.html

Follow instructions for local::lib in particular:

https://metacpan.org/pod/local::lib#The-bootstrapping-technique
>



--
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: David G Johnston
Date:
Subject: Re: Duplicated IDs
Next
From: Soni M
Date:
Subject: Re: [GENERAL] wired problem for a 9.1 slave:receive wal but do not replay it?