Installing ArangoDB on Windows Server 2008

你说的曾经没有我的故事 提交于 2019-12-24 03:01:29

问题


I'm having difficulty getting Arango 1.4.9 working on my Windows 2008 Standard (SP2) server. It's a fresh install. When I try to start Arango Server I receive this message:

The procedure entry point TryAcquireSRWLockExclusive could not be located in the dynamic link library KERNEL32.dll

I have tried both the 64bit and 32bit versions. I have run the installer as an administrator and vice versa. Any ideas?


回答1:


TryAcquireSRWLockExclusive is from a newer Windows API. The Windows 2008r2 build uses newer Windows API features such as SRW (Slim/Reader Writer) API to improve performance. These are not available in Windows Server 2008.

I assume that you must recompile for Windows 2008 or ask for a suitable binary in the support forum (https://groups.google.com/forum/#!forum/arangodb).



来源:https://stackoverflow.com/questions/22073538/installing-arangodb-on-windows-server-2008

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!