Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-AuthUser: gerrit:koeln.convey.de Date: Wed, 6 Aug 2003 02:19:06 +0200 From: "Gerrit P. Haase" Reply-To: "Gerrit @ cygwin" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <161603541300.20030806021906@familiehaase.de> To: Graham Lamont CC: "Gerrit @ cygwin" Subject: Re: perl -MCPAN -e shell crashes w98se In-Reply-To: <423ZWSJIHFVP87SXUOM097KIQK6DA.3f3039fa@moby> References: <423ZWSJIHFVP87SXUOM097KIQK6DA DOT 3f3039fa AT moby> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hallo Graham, the crashing with perl-5.8 seems to be the problem which was already reported several times and we have no fix for this yet. Why there was an ActiveState directory created is dubios. What is in your /usr/lib/perl5/5.8.0/CPAN/Config.pm (there are the user defined settings)? Mine: $ cat /usr/lib/perl5/5.8.0/CPAN/Config.pm # This is CPAN.pm's systemwide configuration file. This file provides # defaults for users, and the values can be changed in a per-user # configuration file. The user-config file is being looked for as # ~/.cpan/CPAN/MyConfig.pm. $CPAN::Config = { 'build_cache' => q[10], 'build_dir' => q[/home/gerrit/cpan/build], 'cache_metadata' => q[1], 'cpan_home' => q[/home/gerrit/cpan], 'dontload_hash' => { }, 'ftp' => q[/bin/ftp], 'ftp_proxy' => q[], 'getcwd' => q[cwd], 'gzip' => q[/bin/gzip], 'histfile' => q[/home/gerrit/cpan/histfile], 'histsize' => q[100], 'http_proxy' => q[], 'inactivity_timeout' => q[0], 'index_expire' => q[1], 'inhibit_startup_message' => q[0], 'keep_source_where' => q[/home/gerrit/cpan/sources], 'lynx' => q[/bin/lynx], 'make' => q[/bin/make], 'make_arg' => q[], 'make_install_arg' => q[UNINST=1], 'makepl_arg' => q[], 'ncftpget' => q[/bin/ncftpget], 'no_proxy' => q[], 'pager' => q[less], 'prerequisites_policy' => q[ask], 'scan_cache' => q[atstart], 'shell' => q[/usr/bin/bash], 'tar' => q[/bin/tar], 'term_is_latin' => q[1], 'unzip' => q[/bin/unzip], 'urllist' => [q[ftp://ftp.funet.fi/pub/languages/perl/CPAN/], q[ftp://cpan.noris.de/pub/CPAN/]], 'wget' => q[/bin/wget], }; 1; __END__ Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/