在执行mongod.exe安装mongodb时 出现
无法定位程序输入点 InterlockedCompareExchan
解决方案:
If you’re seeing that error message, you’re attempting to run the latest development branch.
The 2.0 stable branch continues to support Windows XP. Version 2.0.6 and the most recent successful nightly build are your options.
翻译过来:如果你遇到这样的错误,那么说明你在尝试运行一个最新的开发分支版本,但是,最新的开发分支已经不再支持xp,也就是说vista是最陈旧支持的客户端,windows server2003是最陈旧的windows服务器版本
但是2.0的分支任然支持着xp,V2.0.6是最新也是最后一个新版本支持xp
好了,找到问题所在,下载2.0.7,一路顺风
转载自:
http://blog.sina.com.cn/s/blog_8020e41101019hfk.html