On 12/5/20 12:04 PM, Dave Howorth wrote:
On Sat, 5 Dec 2020 14:31:20 +0300 Andrei Borzenkov <arvidjaar@gmail.com> wrote:
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
For the future, if you want to know where the source of a perl module is being loaded from then this command will tell you:
perldoc -l ExtUtils::MM_Any
or perldoc -l <module_name> in general
Thanks for that Mark