-
Notifications
You must be signed in to change notification settings - Fork 58
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
Problem installing on Win7 64 bit #79
Comments
Try deleting everything named |
There seems to be something wrong with the libzmq.dll installed in the .julia\v0.3\WinRPM\deps\usr\x86_64-w64-mingw32\sys-root\mingw\bin directory. If I cd into this directory and try to load the DLL, I get the following:
If I replace this version with a version from an older package installation, it works:
Let me know if there are any other tests or observations I could provide to help debug this issue. |
Sorry, I didn't see @tkelman's response until after I just posted. I will try what you suggested. |
Success! Thanks for the help, closing the issue. |
Glad that fixed it! |
Running Julia 0.3.7. I don't believe this is the same as #69 because 1) I have administrator privileges on this account and 2) I have closed and restarted Julia and performed a
Pkg.build("ZMQ")
several times with the same result. Here is the error message:and here is the output of
run(
ls -al $JULIA_HOME)
:When I look in the directory
c:\home\simonp\.julia\v0.3\WinRPM/deps\usr\x86_64-w64-mingw32\sys-root\mingw\bin
I do see that there is a file namedlibzmq.dll
there. Any help resolving this would be appreciated!The text was updated successfully, but these errors were encountered: