Subject: | PP on solaris |
Date: | Thu, 22 Jan 2009 18:53:03 +0530 |
To: | bug-par [...] rt.cpan.org |
From: | Yogesh_Dalal [...] i2.com |
Hello,
I Installed Par-Packer-0.982 on Solaris 10. I am trying to generate an
executable from the perl file but facing a problem highlighted below.
$pp -o i2DMutils i2DMutils.pl
$ ./i2DMutils
Killed
Here i2DMutils.pl is the perl which I am using. I tried generating a parl
file and was successfully able to execute it.
$pp -p i2DMutils.par i2DMutils.pl
$parl i2DMutils.par
i2DMutils Ver 6.3
$ perl -v
This is perl, v5.8.4 built for sun4-solaris-64int
(with 29 registered patches, see perl -V for more detail)
Please let me know what could be going wrong. I am using 'pp' for the first
time. Do let me know if you need more information.
Thanks,
Yogesh