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 Message-ID: <4184994B.1050901@x-ray.at> Date: Sun, 31 Oct 2004 08:50:35 +0100 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8a3) Gecko/20040817 MIME-Version: 1.0 To: Elvin Peterson CC: cygwin AT cygwin DOT com Subject: Re: CPAN module in Cygwin References: <20041030201408 DOT 5926 DOT qmail AT web52203 DOT mail DOT yahoo DOT com> In-Reply-To: <20041030201408.5926.qmail@web52203.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Elvin Peterson schrieb: > Hello, > The CPAN command: > > perl -MCPAN -e shell > > fails with: > Cannot open >/usr/lib/perl5/5.8.5/CPAN/Config.pm at > /usr/lib/perl5/5.8.5/CPAN.pm line 1219 > > It looks like it is trying to write to a file owned by > Administrator. Is there a workaround to install > modules as a user? root ownersip is okay. but it must be readable. user-specific CPAN configs are stored in ~/.cpan/CPAN/MyConfig.pm chmod +r /usr/lib/perl5/5.8.5/CPAN/Config.pm chmod -R +rw /usr/lib/perl5/site_perl/5.8.5 chmod -R +rw ~/.cpan -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ -- 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/