in reply to Re: cygwin, perl5.10, INSTALLSITESCRIPT
in thread cygwin, perl5.10, INSTALLSITESCRIPT
The disturbing difference in your error is that the directory that it is failing to create is not the same as the one which it says you can't read. This, and the fact that your directory isn't a magical one like /usr/bin, leads me to suspect these are different problems.
Definitely the very first thing you should check is whether you do, in fact, have write permissions on /. Since you're installing perl in your home directory, I'm guessing you don't have write permission on / . Can you repeat your test on a system where you do ?
My steps to installing Devel::Cover and DBI::SQLite were as follows;
* make test failed for Devel::Cover due to a different problem.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: cygwin, perl5.10, INSTALLSITESCRIPT
by syphilis (Archbishop) on Sep 26, 2008 at 13:35 UTC |