Subject: | [BUG] generated executable can't work on another machine |
Date: | Tue, 14 Feb 2006 18:27:53 +0800 |
To: | <bug-par [...] rt.cpan.org>, <autrijus [...] autrijus.org> |
From: | "chaoji" <licj [...] jedatechnologies.net> |
Hi,
I am using PAR pp to generate exe file. Here is the problem.
on machine A:
$pp -o par_test par_test.pl
$./par_test
Works well. Then I move the object file par_test to another machine B.
There is no PAR module installed on machine B, and the Perl install path
is different from A.
Run on machine B:
$./par_test
Report XSLoader.pm not found in @INC. And I have noticed that the
printout of @INC
is the default value on A, when I think it should be the default value
on B.
Please help. Thanks.
chaoji