M
mathieu.lory
Hello,
I developped a Perl application and I would like to use it under
different computers (and differents OS) whose haven't Perl on it.
So, I want to compile my script.
I saw "Perl Packager" sur CPAN :
http://search.cpan.org/~autrijus/PAR-0.85/script/pp
I can use it locally, the binary works well on my computer, but not on
other computers.
This is the error message when I run it on other computer :
Can't load
'/tmp/par-mathieu/cache-708ca5057424e91f75390798270f708076161471/e86591d6.so'
for module Gtk2::MozEmbed: libgtkembedmoz.so: Ne peut ouvrir le fichier
d'objet partagé: Aucun fichier ou répertoire de ce type at
/usr/lib/perl/5.8/DynaLoader.pm line 225.
at /usr/share/perl5/PAR/Heavy.pm line 107
Compilation failed in require at script/script.pl line 5.,
But, with pp command, I've added the libgtkembedmoz.so to the .PAR file
(with --addlist parameter)
I also use these depedencies :
Mozilla:
OM
Gtk2::MozEmbed
Please, could you help me compiling my script ?
I developped a Perl application and I would like to use it under
different computers (and differents OS) whose haven't Perl on it.
So, I want to compile my script.
I saw "Perl Packager" sur CPAN :
http://search.cpan.org/~autrijus/PAR-0.85/script/pp
I can use it locally, the binary works well on my computer, but not on
other computers.
This is the error message when I run it on other computer :
Can't load
'/tmp/par-mathieu/cache-708ca5057424e91f75390798270f708076161471/e86591d6.so'
for module Gtk2::MozEmbed: libgtkembedmoz.so: Ne peut ouvrir le fichier
d'objet partagé: Aucun fichier ou répertoire de ce type at
/usr/lib/perl/5.8/DynaLoader.pm line 225.
at /usr/share/perl5/PAR/Heavy.pm line 107
Compilation failed in require at script/script.pl line 5.,
But, with pp command, I've added the libgtkembedmoz.so to the .PAR file
(with --addlist parameter)
I also use these depedencies :
Mozilla:
Gtk2::MozEmbed
Please, could you help me compiling my script ?