Bob Davis wrote:
I know I can use --clean when I build the exe with pp but I would like to have an option on the exe to conditionally do a clean. For example a user is having a problem and I want to make sure all of the older versions of the unpacked stuff is cleaned and reinstalled. I suppose I would have to make a call from the perl program and this seems problematic since I am currently running it when I am in my perl script.

bob
I tried using PAR_GLOBAL_CLEAN=1 and I got errors:

[EMAIL PROTECTED]/c/src654$ export PAR_GLOBAL_CLEAN=1
[EMAIL PROTECTED]/c/src654$ ./http2vm -c
Error removing /c/DOCUME~1/bob/LOCALS~1/Temp/par-bob/temp-3312/qfHCHUWyaM.dll at /usr/lib/perl5/5.8/File/Temp.pm line 893. Error removing /c/DOCUME~1/bob/LOCALS~1/Temp/par-bob/temp-3312/MDPos0FhCR.dll at /usr/lib/perl5/5.8/File/Temp.pm line 893. 8 [main] http2vm 3876 dll_list::load_after_fork: can't reload c:\DOCUME~1\bob\LOCALS~1\Temp\par-bob\temp-3312\qfHCHUWyaM.dll 310 [main] http2vm 3876 dll_list::load_after_fork: can't reload c:\DOCUME~1\bob\LOCALS~1\Temp\par-bob\temp-3312\MDPos0FhCR.dll 13 [main] http2v 3312 child_copy: loaded dll data write copy failed, 0x67907000..0x67907020, done 0, windows pid 2100, Win32 error 487 5196132 [main] http2vm 792 dll_list::load_after_fork: can't reload c:\DOCUME~1\bob\LOCALS~1\Temp\par-bob\temp-3312\qfHCHUWyaM.dll 5197452 [main] http2vm 792 dll_list::load_after_fork: can't reload c:\DOCUME~1\bob\LOCALS~1\Temp\par-bob\temp-3312\MDPos0FhCR.dll 5198045 [main] http2v 3312 child_copy: loaded dll data write copy failed, 0x67907000..0x67907020, done 0, windows pid 2100, Win32 error 487 10410838 [main] http2vm 3320 dll_list::load_after_fork: can't reload c:\DOCUME~1\bob\LOCALS~1\Temp\par-bob\temp-3312\qfHCHUWyaM.dll 10411290 [main] http2vm 3320 dll_list::load_after_fork: can't reload c:\DOCUME~1\bob\LOCALS~1\Temp\par-bob\temp-3312\MDPos0FhCR.dll 10411919 [main] http2v 3312 child_copy: loaded dll data write copy failed, 0x67907000..0x67907020, done 0, windows pid 2100, Win32 error 487 15625486 [main] http2vm 2168 dll_list::load_after_fork: can't reload c:\DOCUME~1\bob\LOCALS~1\Temp\par-bob\temp-3312\qfHCHUWyaM.dll 15626690 [main] http2vm 2168 dll_list::load_after_fork: can't reload c:\DOCUME~1\bob\LOCALS~1\Temp\par-bob\temp-3312\MDPos0FhCR.dll 15627277 [main] http2v 3312 child_copy: loaded dll data write copy failed, 0x67907000..0x67907020, done 0, windows pid 2100, Win32 error 487


Reply via email to