CentOS6上安装部署git1.8
作者: 曲文庆 日期: 2013-03-13 15:49
CentOS6上安装部署git1.8
yum -y install make curl-devel gcc openssl-devel expat-devel cpan xmlto asciidoc gettext
make prefix=/usr/local all doc
make prefix=/usr/local install install-doc install-html
问题及解决方案:
/bin/sh: curl-config: command not found
yum install curl-devel
/bin/sh: cc: command not found
yum install gcc
git-compat-util.h:208:25: warning: openssl/ssl.h: No such file or directory g
yum install openssl-devel
http-push.c:14:19: warning: expat.h: No such file or directory
yum install expat-devel
Can't locate ExtUtils/MakeMaker.pm
Can't locate ExtUtils/MakeMaker.pm in @INC at Makefile.PL line 3.
BEGIN failed--compilation aborted at Makefile.PL line 3.
make[1]: *** [perl.mak] Error 2
make: *** [perl/perl.mak] Error 2
yum install cpan
MSGFMT po/de.msg make[1]: *** [po/de.msg] Error 127
yum install gettext
评论: 0 |
引用: 0 |
阅读: 7565
git命令行与OpenSSH (2015-03-06 11:23)
centos raid recheck runs every week (2014-09-09 11:36)
Installing cgit with nginx on CentOS 5.4 (2014-05-15 18:06)
将git库push到另一个远程非22端口库 (2014-03-19 13:43)
Install Atlas in CentOS 6 (2014-03-12 12:01)
安装gitolite (2013-03-13 17:41)
在 windows 2008 R2 Hyper-V 下安装 CentOS 6 (2012-11-26 16:56)
CentOS 安装 socket5 代理服务器 (2012-10-24 15:00)
CentOS 6 网卡 bonding (2012-10-20 11:31)