in reply to Perl PP/PAR packaged executable can't send XML::RPC requests
You should use -x option so it finds all modules, then when you find out what dlls are missing and use the -l option to add the missing dlls
read all about it in Re: pp with gui, Re: Again with PAR::Packer troubles, Re: Again with PAR::Packer troubles
Also some special steps you may have to take for pp and Mozilla::CA
You can use depends.exe /c /f:1 /pb /ot:temp.txt ... ...\perl.exe ...\foo.pl ... to get a list of all the .dlls being loaded so that you can pack them with -l ... hint, don't pack the WINDOWS dlls :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl PP/PAR packaged executable can't send XML::RPC requests
by mephesis (Initiate) on Jul 14, 2014 at 22:21 UTC | |
by dasgar (Priest) on Jul 15, 2014 at 04:39 UTC | |
by Anonymous Monk on Jul 15, 2014 at 00:47 UTC |