I am still having trouble using CPAN module to load
mod_perl
I am getting the following error message
1 gzip:
.cpan/sources/authors/id/D/DO/DOUGM/mod_perl-1.26.tar.gz:\
No such file or directory
2 gzip:
.cpan/sources/authors/id/D/DO/DOUGM/mod_perl-1.26.tar.gz:
\
No such file or directory
3 /bin/tar:
.cpan/sources/authors/id/D/DO/DOUGM/mod_perl-1.26.tar.gz:\
Cannot open: No such file or directory
4 /bin/tar: Error is not recoverable: exiting now
5 /bin/tar:
.cpan/sources/authors/id/D/DO/DOUGM/mod_perl-1.26.tar.gz:
\
Cannot open: No such file or directory
6 /bin/tar: Error is not recoverable: exiting now
########################
I have re-config cpan using the following command
cpan> o config init
The current Config.pm file looks like this
1
2 # This is CPAN.pm's systemwide configuration file.
This file provides
3 # defaults for users, and the values can be
changed in a per-user
4 # configuration file. The user-config file is
being looked for as
5 # ~/.cpan/CPAN/MyConfig.pm.
6
7 $CPAN::Config = {
8 'build_cache' => q[10],
9 'build_dir' => q[.cpan/build],
10 'cache_metadata' => q[1],
11 'cpan_home' => q[.cpan],
12 'dontload_hash' => { },
13 'ftp' => q[/usr/bin/ftp],
14 'ftp_proxy' => q[],
15 'getcwd' => q[cwd],
16 'gzip' => q[/bin/gzip],
17 'http_proxy' => q[],
18 'inactivity_timeout' => q[0],
19 'index_expire' => q[1],
20 'inhibit_startup_message' => q[0],
21 'keep_source_where' => q[.cpan/sources],
22 'lynx' => q[],
23 'make' => q[/usr/bin/make],
24 'make_arg' => q[],
25 'make_install_arg' => q[],
26 'makepl_arg' => q[],
27 'ncftpget' => q[/usr/bin/ncftpget],
28 'no_proxy' => q[],
29 'pager' => q[y],
30 'prerequisites_policy' => q[ask],
31 'scan_cache' => q[atstart],
32 'shell' => q[y],
33 'tar' => q[/bin/tar],
34 'term_is_latin' => q[1],
35 'unzip' => q[],
36 'urllist' =>
[q[ftp://archive.progeny.com/CPAN/],\
q[ftp://cpan.cse.msu.edu/],\
q[ftp://ftp.loaded.net/pub/CPAN/],
q[ftp://linuxjar.com/pub/CPAN]],
37 'wait_list' =>
[q[wait://ls6.informatik.uni-dortmund.de:1404]],
38 'wget' => q[/usr/bin/wget],
39 };
40 1;
41 __END__
###############################################
I have some concerns and or questions as follows on this
file before re-edit
line 17 http_proxy is null is this ok?
line 22 lynx q[] Line mode browser empty string is this
ok
line 29 pager q[y] what a pager & y looks like a bogus
value
line 32 shell q[y] looks bogus should this point .cpan
like line 9
line 35 unzip q[] empty string is this ok?
The conf script "FristTime.pm could not find the unzip
program and niether could I!
Thanks for help in advance Brian McCabe