On Wed, 03 May 2006, Daniel Rychlik wrote: > This is a new one on me... > > I am attempting to perform a system call to exec psexec to remote > install software on remote machines... > > I am seeing this strange error pop up and it fails on every machine... > > Panic: Can't extract C:\WINNT\TEMP\pdk-Administrator\d6ef (a whole > string of stuff)\perl58.dll > > What does this mean?
This error message comes from PerlApp, part of the Perl Dev Kit (PDK). It is an internal check that should be possible to trigger in actual code, so I'm interested in what you do exactly to run into it. Could you provide additional information about all the steps involved? I assume you have a local program that calls system() to invoke psexec.exe to invoke another script. Which of these scripts is compiled with PerlApp, where is it stored, and does the user executing the program have read access rights to the executable itself? Cheers, -Jan _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
