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/