in reply to Re: dll not embedded in PAR::Packer's output
in thread dll not embedded in PAR::Packer's output
Probably what is missing is openssl dlls, so probably one of these is sufficient
pp -l ssleay32 -l libeay32 -x ... pp -l ssleay32_ -l libeay32_ -x ... pp -l ssleay32__ -l libeay32__ -x ...
As a debugging step you can run depends.exe /c /f:1 /pb /ot:temp.txt ... ...\perl.exe ...\foo.pl ... to see which .dlls are loaded exactly , then just let PAR/pp know :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: dll not embedded in PAR::Packer's output
by Discipulus (Canon) on Nov 26, 2015 at 21:11 UTC |