Jeremy Schwartz [[EMAIL PROTECTED]] quoth:
*>I have done a clean install of Mac OS 10.1.2
*>
*>I let CPAN do auto config.
*>
*>Here is my config file from 'o conf':
*>cpan> o conf
*>CPAN::Config options and /Users/admin/.cpan/CPAN/MyConfig.pm:
*>    ftp                /usr/bin/ftp
*>    gzip               /usr/bin/gzip
*>    make               /usr/bin/make
*>    ncftp              /usr/bin/ncftp
*>    pager              /usr/bin/less
*>    tar                /usr/bin/tar
*>    unzip              /usr/bin/unzip
*>    urllist        
*>
*>Now I am getting the following error.
*>
*>cpan> install Bundle::CPAN
*>Can't install Bundle::CPAN, don't have an associated bundle file. :-(
*> at /System/Library/Perl/CPAN.pm line 1806
*>
*>Any answers? I am getting desperate here. TIA

That error is telling you in an obtuse way that it couldn't find the
modlist that it needs. All of the above are probably incorrect unless you
have a /usr/bin in your OSX setup. Also, you need to populate 'urllist'
with something like http://www.cpan.org/ or ftp://ftp.cpan.org/ for it to
work as well. Open a shell and type 'which ftp' etc and replace those
values and with a URL to use you'll most likely be good to go.

e.

Reply via email to