in reply to Re: Re: Problems installing Archive::Zip
in thread Problems installing Archive::Zip
update: Or (which might be much easier), just grab the .tar.gz, unpack it somewhere, then go:
perl Makefile.PL make make test make install # as root
update: After some thought, it looks like your CPAN.pm may be misconfigured. If you go o conf at the cpan interactive prompt, you can see its configuration. You should look at the settings for:
and make sure that they're all correct. Especially make sure that unzip is set to something that can handle .zip files. It sounds like your unzip is set to point to gzip.build_dir /usr/local/cpan/build cpan_home /usr/local/cpan gzip /bin/gzip keep_source_where /usr/local/cpan/sources keep_sources_where /usr/local/cpan/sources tar /bin/tar unzip /usr/bin/unzip
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Problems installing Archive::Zip
by dvergin (Monsignor) on Jun 23, 2001 at 09:55 UTC | |
by Aighearach (Initiate) on Jun 23, 2001 at 11:37 UTC |