Re: pgcluu

From: Ramesh T <rameshparnanditech(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pgcluu
Date: 2014-08-12 09:50:05
Message-ID: CAK8Zd=ti7XbC2gbHqy2SWEVu_KV+_UHe5RUa_4PrYiyEiD5wHA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
I don't have the root permission for yum.
secondly,When i try to install it's return following same as previous
error/msg

tar xvzf Test-Harness-3.32.tar.gz
cd Test-Harness-3.32

-bash-4.1$ *perl Makefile.PL*

Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains:
/usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at
Makefile.PL line 8.
BEGIN failed--compilation aborted at Makefile.PL line 8.

-bash-4.1$ make
make: *** No targets specified and no makefile found. Stop.
-bash-4.1$ make test
make: *** No rule to make target `test'. Stop.
-bash-4.1$

let me know any help..?

On Mon, Aug 11, 2014 at 9:07 PM, David Carpio <davidc(at)consistentstate(dot)com>
wrote:

> Hello
>
> You must install the harness.pm module
>
> You may do it via yum
>
> yum install perl-Test-Harness
>
> or downloaded the tar package and install it
>
> http://search.cpan.org/~leont/Test-Harness-3.32/lib/Test/Harness.pm
>
> I hope this help you.
>
> David
>
>
> On 08/11/2014 08:52 AM, Ramesh T wrote:
>
> Hello ,
>
> I specified correct method i got error/message at perl Makefile.PL
> tar xzf pgcluu-2.0.tar.gz
> -bash-4.1$ cd pgcluu-2.0
> *-bash-4.1$ perl Makefile.PL*
> Can't locate ExtUtils/MakeMaker.pm in @INC (@INC contains:
> /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
> /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at
> Makefile.PL line 1.
> BEGIN failed--compilation aborted at Makefile.PL line 1.
> -bash-4.1$
>
> then i trying to install ExtUtils/MakeMaker same place perl
> Makefile.PL error/notifying
>
> tar xzf ExtUtils-MakeMaker-6.99_07.tar.gz
> -bash-4.1$ cd ExtUtils-MakeMaker-6.99_07
> -bash-4.1$ perl Makefile.PL
> Using included version of CPAN::Meta (2.120351) because it is not already
> instal
> led.
> Using included version of ExtUtils::Install (1.54) because it is not
> already ins
> talled.
> Using included version of CPAN::Meta::YAML (0.008) because it is not
> already ins
> talled.
> Using included version of CPAN::Meta::Requirements (2.120351) because it
> is not
> already installed.
> Using included version of File::Copy::Recursive (0.38) because it is not
> already
> installed.
> Using included version of Parse::CPAN::Meta (1.4405) because it is not
> already i
> nstalled.
> Using included version of JSON::PP (2.27203) because it is not already
> installed
> .
> Using included version of JSON::PP::Compat5006 (1.09) because it is not
> already
> installed.
> Using included version of ExtUtils::Manifest (1.60) because it is not
> already in
> stalled.
> Generating a Unix-style Makefile
> Writing Makefile for ExtUtils::MakeMaker
> Writing MYMETA.yml and MYMETA.json
> Can't locate Test/Harness.pm in @INC (@INC contains: bundled/CPAN-Meta
> bundled/E
> xtUtils-Install bundled/CPAN-Meta-YAML
> bundled/CPAN-Meta-Requirements bundled/Fi
> le-Copy-Recursive
> bundled/Parse-CPAN-Meta bundled/JSON-PP bundled/version bundle
>
> d/Scalar-List-Utils bundled/JSON-PP-Compat5006 bundled/ExtUtils-Command
> bundled/
> ExtUtils-Manifest bundled/File-Temp lib .
> /usr/local/lib64/perl5 /usr/local/shar
> e/perl5
> /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/per
>
> l5 /usr/share/perl5) at Makefile.PL line 142.
>
>
> wheni trying test Harness it is also not installing..
>
> let me know how to fix issue..?
>
> thanks,
> rao
>
>
> On Sat, Aug 9, 2014 at 9:43 AM, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
> wrote:
>
>> On 08/08/2014 06:40 AM, Ramesh T wrote:
>>
>>> Hi,
>>> i want install pgcluu on postgres 9.3 and i'm putty tool to
>>> connect pg database when i ran .
>>> tar xzf pgcluu-2.0.tar.gz
>>> cd pgcluu-2.0.tar/
>>> perl Makefile.PL
>>> make && sudo make install
>>>
>>> it's return like..
>>> bash-4.1$ tar xzf pgcluu-2.0.tar.gz
>>> tar (child): pgcluu-2.0.tar.gz: Cannot open: No such file or directory
>>> tar (child): Error is not recoverable: exiting now
>>> tar: Child returned status 2
>>> tar: Error is not recoverable: exiting now
>>>
>>
>> Well at this point you are dead in the water, all the other steps are
>> bound to fail.
>>
>> Are you sure pgcluu-2.0.tar.gz is there?
>> If it is, then it may be corrupted, so try downloading it again.
>>
>>
>>
>> -bash-4.1$ cd pgcluu-2.0.tar/
>>> -bash: cd: pgcluu-2.0.tar/: No such file or directory
>>> -bash-4.1$ perl Makefile.PL
>>> Can't open perl script "Makefile.PL": No such file or directory
>>> -bash-4.1$ make && sudo make install
>>>
>>> where do i run the tar file let me know..
>>> thanks in advance..
>>> R
>>>
>>>
>>>
>>
>> --
>> Adrian Klaver
>> adrian(dot)klaver(at)aklaver(dot)com
>>
>
>
>

In response to

  • Re: pgcluu at 2014-08-11 15:37:08 from David Carpio

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Russell Keane 2014-08-12 09:59:16 Re: Upgrading 9.0 to 9.3 - permission denied to pg_upgrade_utility.log
Previous Message Alexis Bernard 2014-08-12 07:32:52 Re: Duplicated IDs