mongodb启动出现 无法定位程序输入点 InterlockedCompareExchange64

来源:互联网 发布:资管新规 解读 知乎 编辑:程序博客网 时间:2024/05/20 02:21
在执行mongod.exe安装mongodb时 出现
无法定位程序输入点 InterlockedCompareExchange64 于动态链接库KERNEL32.dll上

解决方案:

If you’re seeing that error message, you’re attempting to run the latest development branch.  The latest development branch no longer supports Windows XP.  Windows Vista is the oldest Windows client supported, and Windows Server 2003 is the oldest Windows server supported.

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
原创粉丝点击