pgcluu

Started by Ramesh Tover 11 years ago8 messagesgeneral
Jump to latest
#1Ramesh T
rameshparnanditech@gmail.com

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
-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

#2Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Ramesh T (#1)
Re: pgcluu

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.klaver@aklaver.com

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#3Ramesh T
rameshparnanditech@gmail.com
In reply to: Adrian Klaver (#2)
Re: pgcluu

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.klaver@aklaver.com>
wrote:

Show quoted text

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.klaver@aklaver.com

#4David Carpio
davidc@consistentstate.com
In reply to: Ramesh T (#3)
Re: pgcluu

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

Show quoted text

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.klaver@aklaver.com <mailto:adrian.klaver@aklaver.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.klaver@aklaver.com <mailto:adrian.klaver@aklaver.com>

#5Ramesh T
rameshparnanditech@gmail.com
In reply to: David Carpio (#4)
Re: pgcluu

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@consistentstate.com>
wrote:

Show quoted text

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.klaver@aklaver.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.klaver@aklaver.com

#6Ramesh T
rameshparnanditech@gmail.com
In reply to: Ramesh T (#5)
Re: pgcluu

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@gmail.com>
wrote:

Show quoted text

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@consistentstate.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.klaver@aklaver.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.klaver@aklaver.com

#7David Carpio
davidc@consistentstate.com
In reply to: Ramesh T (#6)
Re: pgcluu

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@gmail.com <mailto:rameshparnanditech@gmail.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@consistentstate.com <mailto:davidc@consistentstate.com>>
wrote:

Hello

You must install the harness.pm <http://harness.pm&gt; 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.klaver@aklaver.com
<mailto:adrian.klaver@aklaver.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.klaver@aklaver.com <mailto:adrian.klaver@aklaver.com>

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#8Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Ramesh T (#6)
Re: pgcluu

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

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general