On Sat, Sep 21, 2013 at 11:06 AM, Jean Labranche <jlabran...@bluehost.com>wrote:
> I've tried to install PAR::Packer, and get it working without luck, any > chance any one know how to fix this? First of all, it's totally useless to force install and the use a package that doesn't even build correctly. Also you can't fix this by randomly replacing .pm files that are generated in the build with versions that you found somewhere on the internet. I can't reproduce your problem, e.g. with perl 5.18.1 on Debian. I suspect a broken installation of your (homegrown?) perl in /usr/local, e.g. /usr/local/bin/perl ./file2c.pl -c 30000 ./par /usr/local/lib/perl5/5.18.1/x86_64-linux/CORE/libperl.a > boot_embedded_files.c is wrong, there should be a libperl*.so file (shared library) here, not a libperl*.a (static library). Cheers, Roderich