From: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
---|---|
To: | Ramesh T <rameshparnanditech(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: pgcluu |
Date: | 2014-08-09 04:13:44 |
Message-ID: | 53E59FF8.9060805@aklaver.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Tim Smith | 2014-08-09 07:20:40 | Re: A question for Postgres OLAP gurus.... |
Previous Message | John R Pierce | 2014-08-08 23:39:52 | Re: PostgreSQL on AIX platform |