>-----Original Message----- >From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] >On Behalf Of Reini Urban >Sent: Thursday, March 04, 2010 7:12 PM >To: cygwin@cygwin.com >Subject: Re: git-svn unable to load _Ra.dll > >Blomqvist Kim schrieb: >> $ perlrebase >> ... SNIP... >> >/usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Ra/_Ra.dl l: new base = 60f0000, new size = 60000 >> ... >> >> Even after reboot: >> >> $ perl -e 'require SVN::Ra' >> Can't load >'/usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Ra/_Ra.d ll' for module SVN::_Ra: No such process at >/usr/lib/perl5/5.10/i686-cygwin/DynaLoader.pm line 200. >> at /usr/lib/perl5/vendor_perl/5.10/i686-cygwin/SVN/Base.pm line 59 >> BEGIN failed--compilation aborted at >/usr/lib/perl5/vendor_perl/5.10/i686-cygwin/SVN/Ra.pm line 5. >> Compilation failed in require at -e line 1. > >Hmm, maybe this? > >chmod +rx >/usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Ra/_Ra.dll
$ ls -lh /usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Ra/_Ra.dll -r-xr-xr-x 1 kiblomqv root 343K Feb 10 21:34 /usr/lib/perl5/vendor_perl/5.10/i68 6-cygwin/auto/SVN/_Ra/_Ra.dll* $ chmod +rx /usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Ra/_Ra.dll $ ls -lh /usr/lib/perl5/vendor_perl/5.10/i686-cygwin/auto/SVN/_Ra/_Ra.dll -r-xr-xr-x 1 kiblomqv root 343K Feb 10 21:34 /usr/lib/perl5/vendor_perl/5.10/i68 6-cygwin/auto/SVN/_Ra/_Ra.dll* So this didn't help, but I'm now using a fresh new Cygwin installation, so this problem is only of academic interest. Thanks to everybody for trying to help out. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple