You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used the 64bit version and replaced the two files and everything fixed itself. I could run "nimble update" without error and I could install packages without error.
os: windows 7 64bit
The text was updated successfully, but these errors were encountered:
This is part of the reason why we can't ship nimble in the Nim installer yet - it will work on the 32 bit version, but not with the 64 bit version. I think the best option would be for the bootstrap executable to unpack and rename the correct dll's from a directory.
I had an issue where I would run into an issue which basically kept telling me it couldn't find ssleay32.dll or libeay32.dll
So after running into a wall I downloaded the dll's from the following:
https://code.google.com/p/openssl-for-windows/
Used the 64bit version and replaced the two files and everything fixed itself. I could run "nimble update" without error and I could install packages without error.
os: windows 7 64bit
The text was updated successfully, but these errors were encountered: