Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 17635
Status: rejected
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: licj [...] jedatechnologies.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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
On Di. 14. Feb. 2006, 05:29:42, licj@jedatechnologies.net wrote: Show quoted text
> 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 > >
Hi, sorry for the late reply. Does this still happen with the most recent PAR (0.959)? Thanks, Steffen
The last reply to this bug is 1.5 years old and there isn't enough information for me to track this down any further. Therefore, I have to mark this bug report as rejected. Reply to reopen.