Re: Trouble putting together a stand alone

2011-02-11 Thread Roderich Schupp
On Fri, Feb 11, 2011 at 2:14 AM, Michael Miller mmil...@ldmgrp.com wrote: I’m having trouble using the par packer and was wondering if someone could give me some direction. Below is a screenshot of the error I’m getting: Please don't post screenshots (unless your problem really is the graphic

[rt.cpan.org #65535] Unable to run perl script packaged with pp under cygwin on another Windows XP installation

2011-02-11 Thread Roderich Schupp via RT
Fri Feb 11 05:19:59 2011: Request 65535 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: PAR Subject: Unable to run perl script packaged with pp under cygwin on another Windows XP installation Broken in: (no value) Severity: (no value) Owner: RSCHUPP

RE: Trouble putting together a stand alone

2011-02-11 Thread Michael Miller
Sorry about the screenshot; won't happen again. I'm still having trouble and need some more advice. I created a simple testy.pl script with the following in it: use Digest::SHA; print Hello world; When I run perl testy.pl I get Hello world printed to the console. So it works fine. Then I

RE: Trouble putting together a stand alone

2011-02-11 Thread Michael Miller
More interesting results ... I tried: pp -B -P -o packed.pl testy.pl which spit out a packed.pl file which ran fine (I ran ./packed.pl) and it printed Hello world. I took the packed.pl and put it on a fresh SCO 5.0.7 machine. When I try to run it over there I get the following error: Can't