A quick search of the site: Found 0 nodes roughly between 2016-06-03 and 1999-10-04 (searched 100.00% of DB). here title contains all of "perl", "packer", "install", "fail"

The command I ran: cpan -i PAR::Packer Here is the output of the install command:

Reading '/root/.cpan/Metadata' Database was generated on Fri, 03 Jun 2016 10:53:53 GMT Running install for module 'PAR::Packer' Running make for R/RS/RSCHUPP/PAR-Packer-1.033.tar.gz Checksum for /root/.cpan/sources/authors/id/R/RS/RSCHUPP/PAR-Packer-1. +033.tar.gz ok CPAN.pm: Building R/RS/RSCHUPP/PAR-Packer-1.033.tar.gz Checking if your kit is complete... Looks good Writing Makefile for myldr Writing Makefile for PAR::Packer Writing MYMETA.yml and MYMETA.json cp lib/PAR/StrippedPARL/Base.pm blib/lib/PAR/StrippedPARL/Base.pm cp lib/PAR/Filter/Obfuscate.pm blib/lib/PAR/Filter/Obfuscate.pm cp lib/PAR/Filter/Bleach.pm blib/lib/PAR/Filter/Bleach.pm cp lib/PAR/Filter/Bytecode.pm blib/lib/PAR/Filter/Bytecode.pm cp lib/pp.pm blib/lib/pp.pm cp lib/PAR/Filter.pm blib/lib/PAR/Filter.pm cp lib/PAR/Filter/PodStrip.pm blib/lib/PAR/Filter/PodStrip.pm cp lib/PAR/Packer.pm blib/lib/PAR/Packer.pm cp lib/PAR/Filter/PatchContent.pm blib/lib/PAR/Filter/PatchContent.pm cp lib/App/Packer/PAR.pm blib/lib/App/Packer/PAR.pm make[1]: Entering directory `/root/.cpan/build/PAR-Packer-1.033-5zwfVt +/myldr' /usr/bin/perl par_pl2c.pl my_par_pl < ../script/par.pl > my_par_pl.c /usr/bin/perl sha1.c.PL cc -c -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-stric +t-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFF +SET_BITS=64 -I/usr/lib/perl/5.18/CORE -DPARL_EXE=\"parl\" -O2 -g ma +in.c cc main.o -s -Wl,-E -fstack-protector -L/usr/local/lib -L/usr/lib/p +erl/5.18/CORE -ldl -lm -lpthread -lc -lcrypt -o ./par make[1]: Leaving directory `/root/.cpan/build/PAR-Packer-1.033-5zwfVt/ +myldr' RSCHUPP/PAR-Packer-1.033.tar.gz make -- NOT OK
Does this suggest an error I can track down? I am having trouble determining what this is.
Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible
Thanks All!

In reply to Perl Packer Install Fails on Ubuntu Trusty 32-Bit by holandes777

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.