简体   繁体   English

在 solaris 上安装 mongodb — bin/mongod: 无法执行二进制文件

[英]Installing mongodb on solaris — bin/mongod: cannot execute binary file

I am trying to install the latest mongodb on SUN OS 5.9 using package from http://www.mongodb.org/downloads . I am trying to install the latest mongodb on SUN OS 5.9 using package from http://www.mongodb.org/downloads .

After I unzip the package on solaris, I get the following error when I run the following在 solaris 上解压 package 后,运行以下命令时出现以下错误

bin/mongod --help

bin/mongod: cannot execute binary file

Is there a way to fix this issue with out building the package from the source?有没有办法在不从源代码构建 package 的情况下解决这个问题?

Is this a SPARC based Solaris machine?这是基于 SPARC 的 Solaris 机器吗? Because of its use of Little Endian in data storage, MongoDB does not currently work on Big Endian processors such as SPARC And PowerPC.由于MongoDB在数据存储中使用了Little Endian,目前还不能在SPARC和PowerPC等Big Endian处理器上工作。

MongoDB will work on Solaris but only Solaris for Intel. MongoDB 可在 Solaris 上运行,但仅适用于 Intel 的 Solaris。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM