Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1248198
  • 博文数量: 479
  • 博客积分: 12240
  • 博客等级: 上将
  • 技术积分: 4999
  • 用 户 组: 普通用户
  • 注册时间: 2007-10-24 17:12
文章分类

全部博文(479)

文章存档

2014年(1)

2013年(1)

2012年(1)

2011年(95)

2010年(177)

2009年(167)

2008年(16)

2007年(21)

分类: LINUX

2010-11-05 10:06:56


最近想在erdhat 9.0上安装git,下载了git-1.7.1的源码编译。


(1)遇到了krb5.h找不到的问题,后来解决办法是:

[root@RedHat git-1.7.1]# ln -s /usr/kerberos/include/profile.h /usr/include/profile.h
[root@RedHat git-1.7.1]# ln -s /usr/kerberos/include/krb5.h /usr/include/krb5.h
[root@RedHat git-1.7.1]# ln -s /usr/kerberos/include/com_err.h /usr/include/com_err.h

当然,也可以修改git相关源代码,指明文件所在路径。

(2)继续出现
remote-curl.c: In function `post_rpc':
remote-curl.c:393: `CURLOPT_ENCODING' undeclared (first use in this function)
remote-curl.c:393: (Each undeclared identifier is reported only once
remote-curl.c:393: for each function it appears in.)
make: *** [remote-curl.o] Error 1

解决办法:有点粗鲁,直接注释掉那行代码。




阅读(2751) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2010-11-05 14:53:34

很好的, 收藏了 推荐一个博客,提供很多免费软件编程电子书下载: http://free-ebooks.appspot.com