Friday, November 9, 2018

Installing git from source



While trying to install git from source faced this error:
Can't locate ExtUtils/MakeMaker.pm


You can fix it by installing :

yum install perl-ExtUtils-MakeMaker



Note1:
for installing git followed this link:
Source: https://git-scm.com/book/eo/v1/Ekkomenci-Installing-Git ;

In general, avoid installing from source. 
Try to install using repo. so that dependencies are taken care automatically.



No comments:

Post a Comment