I've unzipped and detarred the solaris install package from the mongo site - version 1.6.3. When I try to run the ./mongod command I get the following (running as root):
$ ./mongod
bash: ./mongod: Invalid argument
Same thing happens for the rest of the executables. I've created the data folder as per the instructions, but I'm probably missing something basic. I've also chmod'd and chown'd the entire directory, but no luck.
Thoughts?