diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-04-01 19:13:47 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-04-01 19:13:47 -0400 |
commit | eb22bc435bf14eadcc2d753afeaa3787d4a45244 (patch) | |
tree | 4f49d1a096e42a61c99af1edfaccdf435d602912 /distsrc/README | |
parent | af4bf8e62b703852ce3c7c06b71959881a5369ca (diff) | |
download | mongo-eb22bc435bf14eadcc2d753afeaa3787d4a45244.tar.gz |
some platform notes for linux 64 bit
Diffstat (limited to 'distsrc/README')
-rw-r--r-- | distsrc/README | 6 |
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 |