This post says that you need a 64 bit system for MongoDB if your data is bigger than 2GB.
In my local machine, a 64 bit Intel C2D running 32 bit Mac OS X Leopard, the MongoDB 64 bit version runs without any error.
On the server, a 64 bit machine running 32 bit CentOS 5.0, the 64 bit MongoDB won't run. 32 bit runs OK.
My question is, does MongoDB requires both Hardware AND the OS Kernel to be 64 bit? If so, why the discrepancy in my experience in the above systems?