How do I install git/git-svn on RHEL5 with a custom perl install?

Posted by kbosak on Server Fault See other posts from Server Fault or by kbosak
Published on 2010-05-11T13:55:01Z Indexed on 2010/05/11 14:04 UTC
Read the original article Hit count: 326

Filed under:
|
|
|
|

I've had nothing but trouble trying to install Git on RHEL5. First I tried from source, but ran into several issues with installing the docs. There appeared to be missing libs and such for parsing xml that I couldn't figure out how to get installed and recognized. Then I tried using the EPEL yum repository and was able to install git and its docs but now git-svn is not working. It complains about not finding the perl modules Git.pm and SVN/Core.pm. When I set the GITPERLLIB environment variable to the location of those libs it seg faults.

Some background: RHEL5 came with perl 5.8.8, but we wanted to use 5.10 so I installed that from source (to a custom location). Someone then symlinked the system perl binary to this newer version of Perl to make sure nobody uses the wrong version. Each developer also has their own build of Perl.

So I'm wondering what's the best way to install Git on this system and have both the docs and git-svn working correctly for each user. Unfortunately I'm a developer and not as good with system administration so take it easy on me.

© Server Fault or respective owner

Related posts about rhel

Related posts about git