A instalação do Git para uma versão mais recente falha em ./configure

A instalação do Git para uma versão mais recente falha em ./configure

Estou tentando atualizar minha versão Git para 1.8.3 em meu novo servidor CentOS 6.4 (nuvem).

Estou tentando issoinstruções aquiporque então irei instalar o Gitlab. Já usei este documento antes na instalação do VirtualBox CentOS, não tive erros nele.

Porém, desta vez depois de clonar o repositório git, não consigo compilar, ele falha nesta linha:

./configure --prefix=/usr/local

Aqui está o erro que recebo:

-bash: ./configure: Permission denied

Atualizei as permissões, o resultado não mudou. Eu usei sh ./configuree pareceu funcionar no começo, mas depois quebrou com este erro:

checking whether the C compiler works... configure: error: in `/tmp/git':  
configure: error: cannot run C compiled programs.  
If you meant to cross compile, use `--host'.  

Qual pode ser o problema? Alguns problemas semelhantes são solicitados a usar mounto comando, mas não consegui fazer nada funcionar. Desde já, obrigado.

Responder1

Eu sugiro instalar o git-1.8.3. deRepositório da comunidade IUS

# yum info git18
Available Packages
Name        : git18
Arch        : x86_64
Version     : 1.8.3.4
Release     : 1.ius.centos6
Size        : 6.7 M
Repo        : ius
Summary     : Fast Version Control System
URL         : http://git-scm.com/
License     : GPLv2
Description : Git is a fast, scalable, distributed revision control system with an
            : unusually rich command set that provides both high-level operations
            : and full access to internals.
            :
            : The git rpm installs the core tools with minimal dependencies.  To
            : install all git packages, including tools for integrating with other
            : SCMs, install the git-all meta-package.

informação relacionada