> I've been trying to install DBD-Oracle on a couple of W2K systems since > Friday and keep getting the following error. I tried to send a note to > ActiveState, but it bounced with a server unavailable. I'm able to install > other modules and the DBI installed fine. One system was a new Perl 5.6.1 > install. > > Writing D:\Perl\site\lib\auto\DBI\.packlist > Successfully installed DBI version 1.32 in ActivePerl 5.6.1.633. > ==================== > Install 'DBD-Oracle' version 1.06 in ActivePerl 5.6.1.633. > ==================== > Can't unlink file C:\TEMP/DBD-Oracle-2044/DBD-Oracle.tar.gz: Permission > denied at D:/Perl/site/lib/PPM/Repository.pm line 241 > Can't remove directory C:\TEMP/DBD-Oracle-2044: Permission denied at > D:/Perl/site/lib/PPM/Repository.pm line 241 > Error: error downloading
It seems it want to delete the file C:\TEMP/DBD-Oracle-2044/DBD-Oracle.tar.gz, but either the file is in use (e.g. openen in some program) or you dont have sufficient priviliges to delete the file. You might want to check permissions on the file. Maarten.
