Just build it from source. Here's what I executed on 5106R Worked fine for me
I downloaded and built the source in a temp directory called /home/src/ Link is for current stable version yum install gcc yum install zlib-devel cd /home/src/ wget https://git-core.googlecode.com/files/git-1.7.11.3.tar.gz tar -xzf git-1.7.11.3.tar.gz cd git-1.7.11.3 ./configure make make install You may want to do yum remove gcc after you've built it. You should always try on a testserver first though. Good luck, Tjerk -----Oorspronkelijk bericht----- Van: [email protected] [mailto:[email protected]] Namens Jim Matysek Verzonden: vrijdag 27 juli 2012 17:46 Aan: BlueOnyx General Mailing List Onderwerp: [BlueOnyx:11028] Install git on BlueOnyx? Anyone have experience installing git on BlueOnyx and can share the best way to go about this? I'm currently running 5106R, but will be upgrading to 5108R relatively soon. I could be convinced to upgrade sooner if you tell me that yum install git would work in 5108R but not in 5106R. Found this page at http://stackoverflow.com/questions/3779274/how-can-git-be-installed-on-cento s-5-5, but I'm very leery of adding any repos to yum, and there are several different ways of doing this advocated there. -jim _______________________________________________ Blueonyx mailing list [email protected] http://mail.blueonyx.it/mailman/listinfo/blueonyx _______________________________________________ Blueonyx mailing list [email protected] http://mail.blueonyx.it/mailman/listinfo/blueonyx
