Dear PAR Users!

Can you give me please a sample how to use pp for deployment, if the script needs also some system files/libs like:

/usr/local/lib
/usr/local/bin

+ Perl Modules

File::Basename;
IO::File;
Image::Magick;
PDF::API2;
Time::Elapse;
File::Basename;
Local::TeeOutput;

My Problem:
It is either a lib missing or some Perl Moduls won't work.
I am trying since 3 days to get it work.

I have tried:
pp -B -o out script.pl
pp -M Module::Name -o out script.pl
pp -l /usr/local/lib -o out script.pl
. . .

I get erros while build (packaging) or while executing my app on another fressh / blank system.
Mostly about missing Modules or libs . . .

My enviroment is Apple MAc OS X 10.4 PPC and/or MacIntel.
Perl 5.8.6 + actual CPAN PAR, PAR::Dist and PAR::Packer Modules installed.


Thanks and Regards Alex

Reply via email to