05.12.2020 13:49, Mark Hounschell пишет:
On 12/5/20 3:06 AM, Andrei Borzenkov wrote:
05.12.2020 00:34, Mark Hounschell пишет:
It complains about ExtUtils-MakeMaker. What version do you have and where it comes from?
Actually it was not even installed.
It obviously is present somewhere where Perl finds it.
I went ahead and installed all the perl-* rpms but get the same error.
So it is seems to be present somewhere where Perl finds it before system wide version. You will need to verify where it is loaded from before further steps. Something like $ perl -MExtUtils::MakeMaker -e'print $_ . " => " . $INC{$_} . "\n" for keys %INC' ExtUtils/MM_Any.pm => /usr/share/perl/5.30/ExtUtils/MM_Any.pm Encode.pm => /usr/lib/x86_64-linux-gnu/perl/5.30/Encode.pm ...