Subject: | creating PAR-exe in dependent-mode -> problem |
Hello,
I'm using PAR 0.976(Module::ScanDeps 0.77) and PAR:Packer 0.976 from the
activestate-repositority with activestate-perl 5.8.8 build 822 on winxp SP2.
I can't create executables with pp in dependent-mode(without included
perl-interpreter):
pp -v -d -o test.exe test.pl(in test.pl i only load the DBI-module and
make a print)
I always get the following error-message, no matter which perl-modules
are included in the sript:
Can't locate loadable object for module DBI in @INC (@INC contains:
CODE(0x100b2
70)
C:\DOKUME~1\SUPERU~1\LOKALE~1\Temp\par-superuser\cache-ce897acf99fc0e65cb963
bc7628ccad5a4aeee94\inc\lib
C:\DOKUME~1\SUPERU~1\LOKALE~1\Temp\par-superuser\cac
he-ce897acf99fc0e65cb963bc7628ccad5a4aeee94\inc CODE(0xe01cc0)
CODE(0xdfd310)) a
t C:/programme/perl588/site/lib/PAR/Heavy.pm line 87
BEGIN failed--compilation aborted at dbi.pm line 261.
Compilation failed in require at script/test.pl line 2.
BEGIN failed--compilation aborted at script/test.pl line 2.
And if i copy the perl runtime-dll(perl58.dll) in the current-dricetory,
the PAR-archive won't get extracted and the execution died with this
error-message:
Can't locate Win32.pm in @INC (@INC contains: .) at -e line 713.
BEGIN failed--compilation aborted at -e line 898.
I used PAR since perl 5.6 for creating windows-executables and it always
runs pretty fine. also the creation of non-dependent-mode exe with perl
5.8 is okay with the current PAR-version.
Can you help me?
Thanks a lot, mark