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