Install Git 1.6.1 on Reckspace Centos 5.2

This is best shortest and definitely working method i found.

First you need to install the dependencies

yum install gettext-devel expat-devel curl-devel zlib-devel openssl-devel

Then get the git source code from online repo

wget http://193.198.184.21/software/scm/git/git-1.6.1.tar.gz

untar the git source code

wget http://193.198.184.21/software/scm/git/git-1.6.1.tar.gz

Finally install git

cd git-1.6.1.tar.gz

make prefix=/usr/local all

make prefix=/usr/local install

Check if the git is installed properly

git

DONOTCHANGE

About Sallah Ud Din Sarwar

I am a multi skilled Software Engineer with over 4 year’s industry experience in designing and developing Object oriented solutions in Multi layered & N-Tired. I have substantial success to my credit. I have consistently handled complex problems to the satisfaction of my clients by working in stressful situations. I enjoy learning and applying new technologies in a dynamic and forward thinking professional environment.

Check Also

Crack Python Interviews: Essential Questions Answered for Success

Mastering Python Interviews: Top Questions Answered! Introduction: Are you ready to ace your Python interview? …

Leave a Reply