Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > Can't locate Git.pm in @INC (@INC contains: > /home/gene099/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi > /usr/lib/perl5/5.8.0/i586-linux-thread-multi /usr/lib/perl5/5.8.0 > /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi > /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl .) at > ./git-fmt-merge-msg line 14. > BEGIN failed--compilation aborted at ./git-fmt-merge-msg line 14. You need to set up your PERL5LIB appropriately, in addition to what you used to set: PATH and GIT_EXEC_PATH. Something like this, perhaps: PERL5LIB=`pwd`/perl/blib/lib:`pwd`/perl/blib/arch/auto/Git GIT_EXEC_PATH=`pwd` PATH=`pwd`:/usr/bin:/bin export GIT_EXEC_PATH PATH PERL5LIB - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html