On Mon, 23 Jun 2008, Roode, Eric wrote: > > Today I downloaded the Perl Dev Kit 7.2.0 from ActiveState's site, and > attempted to install it on our server. > > It started okay, but then I got an error dialog: > > "Error writing to file: Perl510RT72.dll Verify that you have access > to that directory" > [Retry] [Cancel]
This is a bug in the installer: it does not detect that .NET 2.0 isn't installed, and .NET 2.0 is a pre-requisite for installing PerlNET. If you intend to use PerlNET, then you need to install .NET 2.0 before installing the PDK. If you don't need PerlNET, then you can just deselect it manually in the components selection dialog and your install should work normally, installing the rest of the PDK without problem. Cheers, -Jan _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
