-
Notifications
You must be signed in to change notification settings - Fork 9
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
v2.24 gives "Error loading: libAbra.so", older versions do not #46
Comments
I encountered the same issue, and |
Same experience here. |
Similar experience to @eboyden. |
v2.23 works, current version gives this error |
#metoo v2.23 works, v2.23 current version gives this error |
I think the reason is that the libAbra.so is missing in the jar file. |
It appears that the compilation is bad. When I attempted to compile from source, it threw this error, which suggests that libAbra.so isn't created:
So this worked for me, and resulted in a successful build of 2.24:
May also be relevant to #57 |
On a Ubuntu base image, if I try to use the precompiled
abra2-2.24.jar
, using command:I get the following error:
If I fall back to an older release
abra2-2.19.jar
, the identical command works just fine, which leads me to suspect something may be wrong with the latest release.The text was updated successfully, but these errors were encountered: