On Mon, Feb 14, 2011 at 12:01 AM, Michael Miller <[email protected]> wrote:
> On the target machine, I copied the testy package and when I run it I get the 
> following error:
> Dynamic linker : ./testy : could not open 
> /usr/lib/perl5/5.8/i586-pc-sco3.2v5.0/CORE/libperl.so
>
> I'm assuming this means I need to include libperl.so along with my package.

No, libperl.so is supposed to be included in the executable generated by pp.
Adding it via "pp -a ..." won't help because we need it already for
bootstrapping the
packed executable, i.e. _before_ we can read anything in the .par that is
part of the packed executable.

Obviously something went wrong when building PAR::Packer.
Can you post the log of a clean build of PAR::Packer, i.e.  the output from

$ perl Makefile.PL
$ make

> Let me know if you still want me to run the diagnostic script
> and get you those files you were interested in.

Not needed anymore. I'll get rid of reading $Digest::SHA::VERSION from PAR and
PAR::Packer anyway.

Cheers, Roderich

Reply via email to