Sun Dec 04 11:45:51 2011: Request 72930 was acted upon. Transaction: Correspondence added by RSCHUPP Queue: PAR Subject: Cannot install PAR-Packer-1.012.tar.gz with ActivePerl-5.14.2.1402-x86_64-linux-glibc-2.3.5-295342.tar.gz. ActivePerl-5.14/lib/CORE/libperl.so: File format not recognized. Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: garyya...@yahoo.com Status: new Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=72930 >
On 2011-12-04 03:34:32, garyyang6 wrote: > When I install PAR-Packer-1.012.tar.gz, I got “Prototype > mismatch: sub main::prompt: none vs ($;$) at > /opt/ActivePerl-5.14/site/lib/ExtUtils/MakeMaker.pm line 219 objdump: > /opt/ActivePerl-5.14/lib/CORE/libperl.so: File format not recognized”. I can't reproduce this here. This is not a problem with PAR::Packer. objdump: /opt/ActivePerl-5.14/lib/CORE/libperl.so: File format not recognized Try to find out what objdump doesn't like about this file - I have here $ ls -l ./perl/lib/CORE/libperl.so -r-xr-xr-x 1 roderich roderich 1639070 Oct 10 01:24 ./perl/lib/CORE/libperl.so* $ file ./perl/lib/CORE/libperl.so ./perl/lib/CORE/libperl.so: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped Cheers, Roderich