“Can't locate ExtUtils/MakeMaker.pm in @INC” during git build

前端 未结 2 520
别那么骄傲
别那么骄傲 2021-01-19 06:47

I\'m building git on a pretty minimal system (Ubuntu 16.04 docker image) without using the package manager (except for wget, xz-utils,

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-19 07:11

    In CentOS7, I encounter this issue, I find I should install the perl-devel firstly:

    yum install perl-devel
    

    Then retry it.

提交回复
热议问题