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@xxxxxxxxxxx> wrote:
On 08/08/2014 06:40 AM, Ramesh T wrote:Well at this point you are dead in the water, all the other steps are bound to fail.
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
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@xxxxxxxxxxx