Re: .gz uncompress problem with cpan shell

2001-04-01 Thread Forest Dean Feighner

Cool, glad that suggestion helped.

Forest

On Sunday, April 1, 2001, at 07:21 PM, Wazop wrote:

> Hello,
>
> On Sunday, April 1, 2001, at 04:49  PM, Forest Dean Feighner wrote:
>
>> I'm very new at this, so I may be off-base.
>>
>> Are you running the cpan shell as root?
>
> Right on!  That was the problem!  Thanks a lot!
>
>
> ---
> Nicolas Bertrand
> http://www.wazop.net
> 
>



Re: .gz uncompress problem with cpan shell

2001-04-01 Thread Wazop

Hello,

On Sunday, April 1, 2001, at 04:49  PM, Forest Dean Feighner wrote:

> I'm very new at this, so I may be off-base.
>
> Are you running the cpan shell as root?

Right on!  That was the problem!  Thanks a lot!


---
Nicolas Bertrand
http://www.wazop.net




Re: .gz uncompress problem with cpan shell

2001-04-01 Thread Forest Dean Feighner

I'm very new at this, so I may be off-base.

Are you running the cpan shell as root?

If that is the problem, it sounds to me, that libnet archive didn't 
download completely.

Last night is the first time I've ever ran the cpan shell. When you 
first run the shell your prompted to configure the cpan shell. The o 
conf [opt] command will allow you to configure Config.pm

i.e
cpan> o conf gzip /usr/gzip
 gzip   /usr/gzip

cpan> o conf gzip /usr/bin/gzip
 gzip   /usr/bin/gzip

cpan>

Forest

On Sunday, April 1, 2001, at 04:33 PM, Wazop wrote:

> Hi,
>
> Sorry to disturb you with this. There is a little problem I'm trying to 
> solve with the cpan shell.  It cannot uncompress .gz files.  In the 
> example below, libnet-1.0703.tar.gz is present in the directory.  My 
> guess is that the cpan shell does not know/have not found, the 
> decompression program for .gz files.  Can someone give me a few pointer 
> as to where to look/how to solve this?
>
> zsh: no such file or directory: 
> y/sources/authors/id/G/GB/GBARR/libnet-1.0703.tar.gz
> tar: End of archive volume 1 reached
> tar: Sorry, unable to determine archive format.
> y/sources/authors/id/G/GB/GBARR/libnet-1.0703.tar.gz: No such file or 
> directory
> Couldn't uncompress y/sources/authors/id/G/GB/GBARR/libnet-1.0703.tar.gz
>
> Thanks a lot,
>
> ---
> Nicolas Bertrand
> http://www.wazop.net
> 
>