安装 Alfresco Community 4.0.b 时出错 - 未终止的 Uqoted 字符串

发布于 2024-12-15 05:54:43 字数 216 浏览 4 评论 0原文

当尝试在 Ubuntu 10.04 上以文本模式安装 Alfresco 4.0.b 时,我收到错误:

./alfresco-community-4.0.b-installer-linux-x64.bin: 1: Syntax error: Unterminated quoted string

这与安装程序或 Ubuntu 有关吗?一些帮助让它运行?

When trying to install Alfresco 4.0.b in text mode on Ubuntu 10.04, I get the error:

./alfresco-community-4.0.b-installer-linux-x64.bin: 1: Syntax error: Unterminated quoted string

Is this related to the installer or Ubuntu? Some help to get it running?

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

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

发布评论

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

评论(2

呆橘 2024-12-22 05:54:43

要么损坏,要么您正在使用 32 位操作系统,请使用命令:uname -m 来了解这一点,如果它提供 x86_64 以外的其他内容,那么您没有使用兼容版本的 UBUNTU,您必须安装 64 位版本UBUNTU 或选择 Alfresco 的硬编码安装,因为第 4 版没有 32 位 Alfresco 安装程序。

Either corruption, or you are working on 32bit Operating System, use the command : uname -m to know this, if it gives something other than : x86_64 then you are not using a compatible version of UBUNTU, you have either to install a 64bit release of UBUNTU or choose the hard coded installation of Alfresco since the 4th version doesn't have a 32bit Alfresco installer.

入画浅相思 2024-12-22 05:54:43

遇到了同样的问题,但通过确保 .bin 可执行来解决它:

chmod 777 <filename>

您还需要以 root 身份运行它,并在文件名前添加“./”:

$ ./alfresco-community-4.0.b-installer-linux-x64.bin

我使用了 sh运行 shell/bash 脚本。我认为这就是为什么它会出现“unquoted string”错误。

也可能是我使用了 chmod +a 而不是 chmod 777

Had the same issue but resolved it by making sure the .bin was executable by:

chmod 777 <filename>

You also need to run it as root and have './' before the filename:

$ ./alfresco-community-4.0.b-installer-linux-x64.bin

I used sh as I'm used to running shell/bash scripts. I think that's why it came up with the "unquoted string' error.

Could also have been that I used chmod +a instead of chmod 777.

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