Subject: | Cannot forceunlink /usr/lib/perl5/5.8/cygwin/auto/List/Util/Util.dll: |
I'm using the latest version of Cygwin on Windows XP.
During installation, I always get this error (which has an easy work
around, as shown below, but is still a bit disconcerting for those who
don't know what to do):
Lyle Ziegelmiller@klyle ~/perl/cpan/Scalar-List-Utils-1.17
$ make install
Installing /usr/lib/perl5/5.8/cygwin/auto/List/Util/libUtil.dll.a
Cannot forceunlink /usr/lib/perl5/5.8/cygwin/auto/List/Util/Util.dll:
Permission denied at /usr/lib/perl5/5.8/File/Find.pm line 907
make: *** [pure_perl_install] Error 13
Lyle Ziegelmiller@klyle ~/perl/cpan/Scalar-List-Utils-1.17
$ mv /usr/lib/perl5/5.8/cygwin/auto/List/Util/Util.dll
/usr/lib/perl5/5.8/cygwin/auto/List/Util/Util.dll.old
Lyle Ziegelmiller@klyle ~/perl/cpan/Scalar-List-Utils-1.17
$ make install
Installing /usr/lib/perl5/5.8/cygwin/auto/List/Util/Util.dll
Files found in blib/arch: installing files in blib/lib into architecture
dependent library tree
Installing /usr/lib/perl5/5.8/cygwin/List/Util.pm
Installing /usr/lib/perl5/5.8/cygwin/Scalar/Util.pm
Writing /usr/lib/perl5/5.8/cygwin/auto/List/Util/.packlist
Appending installation info to /usr/lib/perl5/5.8/cygwin/perllocal.pod
Lyle Ziegelmiller@klyle ~/perl/cpan/Scalar-List-Utils-1.17