如何在 Red Hat Enterprise Linux 3 上构建 git?

发布于 2024-08-29 23:26:50 字数 362 浏览 7 评论 0原文

当您尝试在 Red Hat Enterprise Linux 3 上构建 git v1.7.0.6 时,您会收到一个错误:

In file included from /usr/include/openssl/ssl.h:179,
             from git-compat-util.h:139,
             from builtin.h:4,
             from fast-import.c:147:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory

我有这个问题的答案,我只是将其发布在这里以供后代使用。

When you try to build git v1.7.0.6 on Red Hat Enterprise Linux 3, you get an error:

In file included from /usr/include/openssl/ssl.h:179,
             from git-compat-util.h:139,
             from builtin.h:4,
             from fast-import.c:147:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory

I have the answer to this, and I'm just posting it here for posterity.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤独患者 2024-09-05 23:26:50

解决方案是运行 ./configure,并带有一个标志来告诉它在哪里可以找到 krb5.h:

./configure CFLAGS='-I/usr/kerberos/include'

The solution is to run ./configure with a flag to tell it where to find krb5.h:

./configure CFLAGS='-I/usr/kerberos/include'
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文