RE: Unable to run the exe on a non build machine

2003-10-29 Thread Paul Marquess
From: Autrijus Tang [mailto:[EMAIL PROTECTED] > On Mon, Oct 20, 2003 at 11:35:18PM +0100, Paul Marquess wrote: > > You'll have to forgive me, but I don't know what PAR is. > > Oh. See http://par.perl.org/. It does what JAR does for Java, and > does what PerlApp/Perl2Exe did for perl, and is also

RE: Unable to run the exe on a non build machine

2003-10-21 Thread Paul Marquess
From: Autrijus Tang [mailto:[EMAIL PROTECTED] > > On Mon, Oct 20, 2003 at 11:35:18PM +0100, Paul Marquess wrote: > > You'll have to forgive me, but I don't know what PAR is. > > Oh. See http://par.perl.org/. It does what JAR does for Java, and > does what PerlApp/Perl2Exe did for perl, and is

Re: Unable to run the exe on a non build machine

2003-10-21 Thread Roderich Schupp
On Mon, 2003-10-20 at 22:03, [EMAIL PROTECTED] wrote: > On Mon, Oct 20, 2003 at 03:13:22PM +0200, Markus Jansen wrote: > > >On Fri, 2003-10-17 at 15:31, [EMAIL PROTECTED] wrote: > > >Actually, executing a PAR-packed exe works like this - > > >Autrijus correct me if I got this wrong: > > > > > >(1)

Re: Unable to run the exe on a non build machine

2003-10-21 Thread Autrijus Tang
On Mon, Oct 20, 2003 at 11:35:18PM +0100, Paul Marquess wrote: > You'll have to forgive me, but I don't know what PAR is. Oh. See http://par.perl.org/. It does what JAR does for Java, and does what PerlApp/Perl2Exe did for perl, and is also an alternative to PPM. > That said, it might be easier

Re: Unable to run the exe on a non build machine

2003-10-21 Thread Autrijus Tang
On Mon, Oct 20, 2003 at 10:33:24PM +0100, Paul Marquess wrote: > > Paul, do you think it is feasible, or is there a better way? > You can already force Compress::Zlib to build with its own private, and > static, version of zlib. > It done like this - untar a zlib distribution into the Compress-ZLib

RE: Unable to run the exe on a non build machine

2003-10-21 Thread Paul Marquess
From: Autrijus Tang [mailto:[EMAIL PROTECTED] > On Mon, Oct 20, 2003 at 10:33:24PM +0100, Paul Marquess wrote: > > > Paul, do you think it is feasible, or is there a better way? > > You can already force Compress::Zlib to build with its own private, and > > static, version of zlib. > > It done li

RE: Unable to run the exe on a non build machine

2003-10-21 Thread Paul Marquess
From: Autrijus Tang [mailto:[EMAIL PROTECTED] > (Oops, forgot to add PMQS to Cc. Sending again. Sorry for the dupe.) > > On Mon, Oct 20, 2003 at 03:13:22PM +0200, Markus Jansen wrote: > > >On Fri, 2003-10-17 at 15:31, [EMAIL PROTECTED] wrote: > > >Actually, executing a PAR-packed exe works like

Re: Unable to run the exe on a non build machine

2003-10-21 Thread Autrijus Tang
(Oops, forgot to add PMQS to Cc. Sending again. Sorry for the dupe.) On Mon, Oct 20, 2003 at 03:13:22PM +0200, Markus Jansen wrote: > >On Fri, 2003-10-17 at 15:31, [EMAIL PROTECTED] wrote: > >Actually, executing a PAR-packed exe works like this - > >Autrijus correct me if I got this wrong: > > >

Re: Unable to run the exe on a non build machine

2003-10-21 Thread Autrijus Tang
On Mon, Oct 20, 2003 at 03:13:22PM +0200, Markus Jansen wrote: > >On Fri, 2003-10-17 at 15:31, [EMAIL PROTECTED] wrote: > >Actually, executing a PAR-packed exe works like this - > >Autrijus correct me if I got this wrong: > > > >(1) exe creates a temp directory > >(2) exe writes to files into this

RE: Unable to run the exe on a non build machine

2003-10-20 Thread Raj (Basavaraj) Karadakal
t-Help: <mailto:[EMAIL PROTECTED]> >List-Unsubscribe: <mailto:[EMAIL PROTECTED]> >List-Subscribe: <mailto:[EMAIL PROTECTED]> >Delivered-To: mailing list [EMAIL PROTECTED] >Delivered-To: [EMAIL PROTECTED] >Subject: RE: Unable to run the exe on a non build machin

RE: Unable to run the exe on a non build machine

2003-10-20 Thread Markus Jansen
t-Help: <mailto:[EMAIL PROTECTED]> >List-Unsubscribe: <mailto:[EMAIL PROTECTED]> >List-Subscribe: <mailto:[EMAIL PROTECTED]> >Delivered-To: mailing list [EMAIL PROTECTED] >Delivered-To: [EMAIL PROTECTED] >Subject: RE: Unable to run the exe on a non build machine >Fr

RE: Unable to run the exe on a non build machine

2003-10-20 Thread Roderich Schupp
On Fri, 2003-10-17 at 15:31, [EMAIL PROTECTED] wrote: > Roderich, > I get the same error even after adding libz.so. The script I am > converting is an interactive script. When I run it on the machine where I > built it and interrupt it while it's runnig, I can see in the > /tmp/par_privtmp

RE: Unable to run the exe on a non build machine

2003-10-17 Thread Raj (Basavaraj) Karadakal
that the LD_LIBRARY_PATH will modified to include this temp directory. Any idea how I can debug this? Thanks -Raj -Original Message- From: Roderich Schupp [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 4:02 AM To: [EMAIL PROTECTED] Subject: Re: Unable to run the exe on a non

Re: Unable to run the exe on a non build machine

2003-10-17 Thread Roderich Schupp
On Fri, 2003-10-17 at 00:28, [EMAIL PROTECTED] wrote: > Hi, > I use perl 5.8.0 and par 0.75. We have a network installation of > perl in /tools/sunos/perl58, where I built an executable. I am having > trouble running this executable built on a machine in a different network. > This machine ha

Unable to run the exe on a non build machine

2003-10-16 Thread Raj (Basavaraj) Karadakal
Hi, I use perl 5.8.0 and par 0.75. We have a network installation of perl in /tools/sunos/perl58, where I built an executable. I am having trouble running this executable built on a machine in a different network. This machine has perl 5.6.1 installed in /usr/local, and do not have PAR inst