Re: pgcluu

From: David Carpio <davidc(at)consistentstate(dot)com>
To: Ramesh T <rameshparnanditech(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pgcluu
Date: 2014-08-12 16:30:39
Message-ID: 53EA412F.7080806@consistentstate.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello

When you install pgcluu, this program will need some perl modules that
normally they are not installed in our OS

For this reason the installation stop some times.

You must search the different modules required in the internet and
install them.

I hope this help you

David

On Tue 12 Aug 2014 08:57:39 AM PET, 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..
>
>
> On Tue, Aug 12, 2014 at 3:20 PM, Ramesh T
> <rameshparnanditech(at)gmail(dot)com <mailto:rameshparnanditech(at)gmail(dot)com>>
> wrote:
>
> 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 <mailto:davidc(at)consistentstate(dot)com>>
> wrote:
>
> Hello
>
> You must install the harness.pm <http://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
>> <mailto: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 <mailto:adrian(dot)klaver(at)aklaver(dot)com>
>>
>>
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2014-08-12 18:21:57 Re: Duplicated IDs
Previous Message Bill Moran 2014-08-12 15:33:13 Re: PostgreSQL as a triple store