在 CentOS 上安装 JavaHL 1.6

发布于 2024-08-27 17:51:23 字数 98 浏览 9 评论 0原文

我希望在 CentOS 上安装 1.6 版本的 JavaHL,事实证明这比预期的更棘手。

有人成功做到这一点并且可以为此指定一个存储库吗?

提前致谢。

I'm looking to install the 1.6 version of JavaHL on CentOS, which proves to be more tricky then expected.

Has someone succeed doing so and can point a repo for this?

Thanks in advance.

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

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

发布评论

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

评论(5

孤者何惧 2024-09-03 17:51:24

CollabNet 提供了包含 JavaHL 的 RHEL/CentOS RPM。

http://www.open.collab.net/downloads/subversion/redhat。 html

CollabNet provides an RHEL/CentOS RPM that includes JavaHL.

http://www.open.collab.net/downloads/subversion/redhat.html

月隐月明月朦胧 2024-09-03 17:51:24

要在 centos5.8 上对 JavaHL 1.7 执行此操作:

svn co http://svn.apache.org/repos/asf/subversion/tags/1.7.5/ svn-1-7-5
cd svn-1-7-5/
./get-deps.sh  #<---- not sure if that one's necessary.
. autogen.sh
./configure --prefix=/opt/subversion --enable-javahl --with-jdk=/usr/lib/jvm/java-1.6.0
make
make install
make javahl
make install-javahl

To do this for JavaHL 1.7 on centos5.8:

svn co http://svn.apache.org/repos/asf/subversion/tags/1.7.5/ svn-1-7-5
cd svn-1-7-5/
./get-deps.sh  #<---- not sure if that one's necessary.
. autogen.sh
./configure --prefix=/opt/subversion --enable-javahl --with-jdk=/usr/lib/jvm/java-1.6.0
make
make install
make javahl
make install-javahl
昨迟人 2024-09-03 17:51:24

在 Centos 6.3 上:

yum install subversion-javahl.x86_64

on Centos 6.3:

yum install subversion-javahl.x86_64
各空 2024-09-03 17:51:23

在我的 CentOS 5 机器上,以下操作非常有效:

yum install subversion-javahl

它从 drys 存储库中提取了 rpm。如果您没有将 yum 配置为从 drys 中提取: http://dries.ulyssis.org/ rpm/clientconfig.html

请记住,正如其他人所说,JavaHL 对版本非常敏感 - 我正在运行 subclipse 1.6 / subversion 1.6,所以我安装了 JavaHL 1.6。 确保您安装的是正确的版本

On my CentOS 5 machine, the following worked like a charm:

yum install subversion-javahl

It pulled the rpm from the dries repo. If you don't have yum configured to pull from dries: http://dries.ulyssis.org/rpm/clientconfig.html

Remember, as has been said by others here, that JavaHL is pretty version-sensitive - I'm running subclipse 1.6 / subversion 1.6, so I installed JavaHL 1.6. Make sure you're installing the right version.

忆梦 2024-09-03 17:51:23

我在 rhel5u5 64 位上解决了这个问题,但是从最新的稳定标签中进行了 ckeckout,并进行了 subversion 和 javahl 绑定的完整构建
svn co <​​a href="http://svn.apache.org/repos/asf/subversion/tags/1.6.11" rel="nofollow noreferrer">http://svn.apache.org/repos/asf/ subversion/tags/1.6.11 svn-1-6-11

./configure --prefix=/opt/subversion --enable-javahl --with-jdk=/usr/lib/jvm/java-1.6.0-sun.x86_64
make 
make install
make javahl
make install-javahl

不过,您将需要从存储库中获取许多依赖项。

I resolved that issue on rhel5u5 64 bit, but doing a ckeckout from the latest stable tag and doing a full build of subversion and the javahl binding
svn co http://svn.apache.org/repos/asf/subversion/tags/1.6.11 svn-1-6-11

./configure --prefix=/opt/subversion --enable-javahl --with-jdk=/usr/lib/jvm/java-1.6.0-sun.x86_64
make 
make install
make javahl
make install-javahl

You will need to get many dependencies from the repositories though.

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