如何在 OpenBSD 下运行 VisualWorks?
有人让 VisualWorks 在 OpenBSD 下运行吗? 它不是官方支持的平台,但 Cincom 的一位人员告诉我,它应该能够在 Linux 兼容模式下运行。 你是怎么设置的?
我已经让 Squeak 正常运行,所以我不寻找替代方案。 我特别需要为一个项目运行 VisualWorks 的 Web Velocity。
谢谢,
Has anyone gotten VisualWorks running under OpenBSD? It's not an officially supported platform, but one of the Cincom guys was telling me that it should be able to run under a linux compatibility mode. How did you set it up?
I already have Squeak running without a problem, so I'm not looking for an alternative. I specifically need to run VisualWorks's Web Velocity for a project.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅 OpenBSD 常见问题解答,特别是 9.4 - 在 OpenBSD 上运行 Linux 二进制文件。
通常需要更多步骤,然后只是
kern.emul.linux=1
,除非您有静态链接(即完全独立)的二进制文件。 好消息是存在包含 Linux 库的软件包,并且它们很容易安装。 这在上面的链接中有详细介绍。See the OpenBSD FAQ, specifically section 9.4 - Running Linux Binaries on OpenBSD.
Typically there are more steps needed then just
kern.emul.linux=1
unless you have statically linked (i.e. completely stand-alone) binaries. The good news is that packages exist that contain Linux libs, and they are easy to install. This is all detailed in the above link.如果您想设置 Linux 兼容模式并且正在运行 GENERIC 内核:
要在启动时启用,请取消注释 /etc/sysctl.conf 中的 kern.emul.linux=1 行
if you're wondering about setting up linux compatibility mode and you're running the GENERIC kernel:
to enable at boot uncomment the kern.emul.linux=1 line in /etc/sysctl.conf