perlapp - build exe from script but errors when running exe
by Paul J Brzezinski other posts by this author
Dec 12 2007 9:23AM messages near this date
Re: LDAPS and PDK 7 on WIndows
|
RE: perlapp - build exe from script but errors when running exe
Hi list...
I'm using PerlApp 7.0.0 build 277058 to build an exe using perl.exe:
--
This is perl, v5.8.8 built for MSWin32-x86-multi-thread
(with 18 registered patches, see perl -V for more detail)
Copyright 1987-2007, Larry Wall
Binary build 822 [280952] provided by ActiveState
http://www.ActiveState.com
Built Jul 31 2007 19:34:48
--
The script uses a 3rd party module called perlchartdir and it is
installed in C:/tools/ChartDirector/lib.
So these two lines are in the script:
use lib "C:/tools/ChartDirector/lib";
use perlchartdir;
When I run the executable on another system, I get the following output:
Use of initialized value in pattern match (m//) at
/<C:\Users\paul\Desktop\AIXperf.exe> DynaLoader.pm line 163.
Can't load 'auto/perlchartdir58mt/perlchartdir58mt.dll' for module
perlchartdir58mt:
Load_file:The specified module could not be found at
/<C:\Users\paul\Desktop\AIXperf.exe> DynaLoader.pm line 214.
At /<C:\Users\paul\Desktop\AIXperf.exe> perlchartdir.pm line 9
...propagated at
/<C:\Users\paul\Desktop\AIXperf.exe> perlchartdir.pm line 20.
BEGIN failed--compilation aborted at AIXperl.pl line 45.
Thoughts?
_______________________________________________
PDK mailing list
PDK@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Paul J Brzezinski
Jan Dubois
Paul J Brzezinski
Jan Dubois
Paul J Brzezinski
Jan Dubois
Paul J Brzezinski
Paul J Brzezinski
Jan Dubois
Paul J Brzezinski
|