summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-04-01 19:13:47 -0400
committerEliot Horowitz <eliot@10gen.com>2009-04-01 19:13:47 -0400
commiteb22bc435bf14eadcc2d753afeaa3787d4a45244 (patch)
tree4f49d1a096e42a61c99af1edfaccdf435d602912
parentaf4bf8e62b703852ce3c7c06b71959881a5369ca (diff)
downloadmongo-eb22bc435bf14eadcc2d753afeaa3787d4a45244.tar.gz
some platform notes for linux 64 bit
-rw-r--r--distsrc/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/distsrc/README b/distsrc/README
index 03ba95a0867..213dfcadf27 100644
--- a/distsrc/README
+++ b/distsrc/README
@@ -33,3 +33,9 @@ Documentation
* http://www.mongodb.org/display/DOCS/Community+Info
+Platform Notes
+--------------
+
+ Linux 64-bit
+ * mongo (the shell) is a 32-bit binary even on 64-bit linux. This is because of of v8 - which only works 32bit
+ to run you'll need to make sure you have 32 bits stdc++ some common names: lib32stdc++6, libstdc++.i386