Ubuntu libOpenGL.so.0

Hello. In ubuntu Ragdol needs in libOpenGL.so.0
issue is:

sudo apt-get install libopengl0

Thanks for reporting this @rendernode. Do you mean that it works after you run this command? Is there anything special about your environment? Normally, Maya itself would require OpenGL as well.

Yes, the only this once command is needed for Ragdoll to work.
Now I am working on a strategy for leaving Centos. Standard Ubuntu 20.04 Maya is installed according to the official manual from Autodesk for Ubuntu from this:

And error view as:
// Error: file: /usr/autodesk/maya/scripts/others/pluginWin.mel line 316: Unable to dynamically load : /home/render/maya/modules/Ragdoll-2022_02_17/plug-ins/linux/2022/ragdoll.so
libOpenGL.so.0: cannot open shared object file: No such file or directory //
// Error: file: /usr/autodesk/maya/scripts/others/pluginWin.mel line 316: libOpenGL.so.0: cannot open shared object file: No such file or directory (ragdoll) //

Thank you for sharing. This will help anyone else also running Maya on Ubuntu.

1 Like

Found this issue via Google after attempting to run this on a virtual CentOS 7 with bare essentials.

The required command for CentOS 7, even though it is normally installed per default, is:

sudo yum install libglvnd-opengl