您的位置:首页 > 数据库 > Mongodb

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

2013-02-04 11:28 495 查看
在执行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 supportsWindows XP.  Windows Vista is the oldest Windowsclient supported, and Windows
Server 2003 is the oldest Windowsserver supported.

The 2.0 stable branch continues to supportWindows XP.  Version 2.0.6 and the most recentsuccessful nightly build are your options.
翻译过来:如果你遇到这样的错误,那么说明你在尝试运行一个最新的开发分支版本,但是,最新的开发分支已经不再支持xp,也就是说vista是最陈旧支持的客户端,windowsserver2003是最陈旧的windows服务器版本
但是2.0的分支任然支持着xp,V2.0.6是最新也是最后一个新版本支持xp

好了,找到问题所在,下载2.0.7,一路顺风
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐