RubyCrypto/rbnacl

Windows: 'Could not open library'

sapphyrus opened this issue · 3 comments

When I try to load rbnacl I get this error:

image

As you can see from the screenshot the file does exist.

My script:
::RBNACL_LIBSODIUM_GEM_LIB_PATH = 'C:\sapphyrusxyz\aexyte\Server\libsodium\Win32\Release\v140\dynamic\libsodium.dll'
require 'rbnacl'

Hello

I know rather little about Windows. Perhaps you should ask upstream at:

https://github.com/ffi/ffi

Alright, I'll do that. Thanks!