-
Notifications
You must be signed in to change notification settings - Fork 5
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
Issues running tests on ubuntu bionic #3
Comments
This seems the same as others had with the previous prototype at chflood/CRIUForJava#1 Maybe this is ubuntu specific. |
This seems to make it work on ubuntu:
While adding |
has some other comments that look relevant (in addition to the |
More clarification. I still need to make sure to set |
I have the following installed:
The classes and native library compile fine. In order to find the libcriu.so library I had to add
/usr/lib/x86_64-linux-gnu
to the LD_LIBRARY_PATH. Not sure why the library was not automatically available from the install of criu to Java. After that the tests still fail but now with this error:What version of criu must be installed for this to work? (warning, I am very rusty on developing and building JNI libraries so this could just be a simple error on my part.
The text was updated successfully, but these errors were encountered: