https://bugzilla.redhat.com/show_bug.cgi?id=1470542 Petr Pisar <ppisar@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ppisar@xxxxxxxxxx --- Comment #1 from Petr Pisar <ppisar@xxxxxxxxxx> --- (In reply to Johan Vromans from comment #0) > /tmp/parlJ7MK: Perl lib version (5.24.1) doesn't match executable 'perl' > version (5.24.0) at /usr/lib64/perl5/Config.pm line 62. This exception comes from /usr/lib64/perl5/Config.pm that on my system comes from Perl 5.24.1: $ rpm -qf /usr/lib64/perl5/Config.pm perl-5.24.1-386.fc25.x86_64 and the code is: $^V eq 5.24.1 or die sprintf "%s: Perl lib version (5.24.1) doesn't match executable '$^X' version (%vd)", $0, $^V; So it looks like the 'perl' command is and outdated perl. Does PAR::Packer bundle libperl.so.5.24 library? > PAR::Packer depends on the perl ABI and must always be rebuilt with perl > upgrades. If this is true I think we will need to add an explicit Requires on Perl interpreter version that was used to build perl-PAR-Package to catch the right after upgrading Perl. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ perl-devel mailing list -- perl-devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to perl-devel-leave@xxxxxxxxxxxxxxxxxxxxxxx