64位linux上的JavaServiceWrapper,有什么问题吗?
时间:2020-03-05 18:43:11 来源:igfitidea点击:
我们已经使用JavaServiceWrapper的32位linux版本已有相当长的一段时间了,并且运行良好。我们现在正在考虑也在64位linux系统上使用它。网站上有64位二进制文件的下载,但是在研究Makefile的64位版本时,我发现了以下评论:
该makefile正在进行中。它会生成,但是生成的libwrapper.so尚无法正常工作。
如果我们知道如何解决它,那么请帮忙。
任何人都可以确认该评论已过时,并且所产生的包装程序将毫无缺陷地起作用吗?
解决方案
回答
来自http://wrapper.tanukisoftware.org/doc/english/introduction.html:
Binary distributions are provided for the following list of platforms and are available on the download page. Only OS versions which are known to work have been listed. (snip...) linux - Linux kernels; 2.2.x 2.4.x, 2.6.x. Known to work with Debian and Red Hat, but should work with any distribution. Currently supported on both 32 and 64-bit x86, and 64-bit ppc systems.
回答
在过去的一年左右的时间里,我已经在64位Red Hat上运行了它,而没有任何麻烦。