I am installing LWP using CPAN on cygwin and all other tests are OK.

The error message says that it can't open test-1653609:
Permission denied at robot/rules-dbm line9 

Line 9 is the constructor for the WWW::RobotRules::AnyDBM_File
object here:

        use WWW::RobotRules::AnyDBM_File;

        $file = "test-$$";

        $r = new WWW::RobotRules::AnyDBM_File "myrobot/2.0", $file;

        $r->parse("http://www.aas.no/robots.txt";, "");

        $r->visit("www.aas.no:80");

I have the perl function, tie working fine with the GDBM_File
module version 1.05 installed.

I didn't try to force the install. I would like to get the test
not to fail. What do I try to do this?

-- 
Greg Matheson                Autonomous language learning:
Chinmin College              My next project after overseeing
                             the making of laborers into athletes.
Taiwan Penpals Archive <URL: http://netcity.hinet.net/kurage>

Reply via email to