-
Notifications
You must be signed in to change notification settings - Fork 12
Missing library for Tomviz 1.7.0 on Fedora Linux #295
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
Comments
This is new, looking at 1.6 binary there is no link to libcrypt, nor is it packaged. Maybe brought in with Qt or Python updates. |
If I run this command in the root directory, it seems to indicate that Python 3.7 is the culprit:
The shared libraries that depend on For Linux, python 3.7 is built in the superbuild. It looks like many linux OS's come with I can try to see if I can remove that dependency so it doesn't cause issues. A temporary fix for fedora users might be to install the |
It looks like the Linux build for python 3.7 is not being built with ssl support. I'm not sure why |
Looks like it is a dependency of the |
We should look at bundling the library, or disabling it. I don't think we have any particular need for the |
PR #296 may resolve this issue, we will verify once the builds have completed. |
Looks like I also tried out We might want to try it out on a native fedora machine as well. |
The 1.6.0 binaries worked, but the new 1.7.0 result in:
./tomviz: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered: