Install mongodb on solaris - bin / mongod: unable to execute binary

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

After I unzip the package on Solaris, I get the following error when I run the following

bin/mongod --help

bin/mongod: cannot execute binary file

Is there a way to fix this problem without creating a package from the source?

+3
source share
1 answer

Is this a SPARC Solaris machine? Due to the use of Little Endian in the data warehouse, MongoDB does not currently work on Big Endian processors such as SPARC and PowerPC.

MongoDB will run on Solaris, but only Solaris for Intel.

+2
source

All Articles