Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nimble possibly doesn't ship w/ proper dll's (windows 7 prebuilt - 64bit) #83

Closed
G4MR opened this issue Jan 3, 2015 · 4 comments
Closed

Comments

@G4MR
Copy link

G4MR commented Jan 3, 2015

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

@dom96
Copy link
Collaborator

dom96 commented Jan 3, 2015

If you install Nimble 32bit and have a 64bit Nim compiler then bad things will happen. I'm guessing that's what happened?

@curlewool
Copy link

G4MR's method worked for me too as I had experienced the same issue too.

@Varriount
Copy link

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.

@dom96
Copy link
Collaborator

dom96 commented Dec 29, 2015

Hopefully thanks to the removal of OpenSSL as a dependency this is no longer an issue.

@dom96 dom96 closed this as completed Dec 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants