-
Notifications
You must be signed in to change notification settings - Fork 97
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
ImportError: ERROR: fail to load the dynamic library. #3
Comments
I checked the error raised by keystone. Here are some issues related to the topic (it's about capstone, but seems like the reason for the error is the same): #117, #413, #5. Seems like pip3 installed keystone's library to a wrong place. I suggest you reinstalling keystone manually using this documentation. Or you can just move the library to |
Yeah, it appears to be a common problem. Copying the other shared libraries to the mentioned directories did not help. In other news, i managed to compile keystone from source. But now trying to install shellen results in:
So it tries to install keystone again, but this fails. Is there a way around this? |
Ah sorry, i only moved the keystone files, not capstone. This fixes it for the pip3 install on Ubuntu 17.10:
|
Tried to install it in an Ubuntu 17.10 lxd container, got the following error when starting:
Host is Ubuntu 16.04.
The text was updated successfully, but these errors were encountered: