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: Date: Sun, 23 Jan 2005 13:12:18 -0500 From: Alex Beamish Reply-To: Alex Beamish To: Cygwin mailing list Subject: CPAN install of LWP::UserAgent Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hi, Just wondering if anyone else had problems installing LWP::UserAgent using CPAN. After multiple attempts to install Cygwin on Windows 98, and various adventrues about Perl running out of memory (I deleted 4G of space, did a full defrag and expanded the page file) during CPAN install, I'm now at the point where I'm failing the $r = new WWW::RebotRules::AnyDBM_File "myrobot/2.0" $file; test. Guessing that it might be a permissions problem, I tried to specify a path for the test file, changed $file = "test-$$"; to $file = "/home/tab/test-$$"; This didn't work. I tried to find or create a world-writable directory that could be used, and was unable to do that. The latest suggestion I received via Perl Monks (http://perlmonks.org/index.pl?node_id=424312) was to bypass the entire group of tests. I'll do that, but I wanted to see if any Cygwin users had encountered similar problems. Thanks! Alex -- 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/