Closed sherinsugathan closed 1 month ago
@Sabryr I would like to get some help on this issue. Should I message buzh directly ?
I will have a meeting with buZh, but this issues is the precompiled binary. We need to find correct libraries to load (that are linked). I will check
Solution: Development can easily continue while running paraview in headless mode. For this, we don't have to start paraview, but instead running pvserver ((no missing lib errors)) is enough. Closing this issue as the blocker is resolved.
ParaView-5.13.0-RC2-egl-MPI-Linux-Python3.10-x86_64/bin
./pvserver
Error:
error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory.
Additional Information: Note that this issue don't happen in ML nodes (probably because the required package is already installed).
Potential Solution: Need to install relevant packages inside the desktop provisioned in EduCloud? I am not sure, but
dnf install libxcrypt-compat
might help?