wget https://fastdl.mongodb.org/linux/mongodb-linux-i686-2.6.7.tgz?_ga=1.68265944.858401362.1421216907  

tar -zxvf mongodb-linux-i686-2.6.7.tgz
mkdir -p /data/db

mongod

错误及解决:

/lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录

sudo yum install glibc.i686

mongodb 安装错误error while loading shared libraries: libstdc++.so.6: cannot open shared object file

yum whatprovides libstdc++.so.6 

yum install libstdc++-4.4.7-11.el6.i686


blog comments powered by Disqus

Published

2016-02-24

Categories


Tags