La instalación de Git para una versión más nueva falla en ./configure

La instalación de Git para una versión más nueva falla en ./configure

Estoy intentando actualizar mi versión de Git a 1.8.3 en mi nuevo servidor CentOS 6.4 (Nube).

Estoy probando estosinstrucciones aquíporque luego instalaré Gitlab. He usado este documento antes en mi instalación de VirtualBox CentOS, no tuve errores allí.

Sin embargo, esta vez después de clonar el repositorio de git, no puedo compilar, falla en esta línea:

./configure --prefix=/usr/local

Aquí está el error que recibo:

-bash: ./configure: Permission denied

Actualicé los permisos, el resultado no cambió. Lo usé sh ./configurey pareció funcionar al principio, pero luego se estropeó con este error:

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'.  

¿Cuál podría ser el problema? A algunos problemas similares se les dice que usen mountel comando, pero no pude hacer que nada funcionara. Gracias de antemano.

Respuesta1

Sugeriría instalar git-1.8.3. deRepositorio comunitario de 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.

información relacionada