Not all system libraries and fonts required to run
MotionBuilder are installed by default on all Linux distributions. You can use the
dnf package manager's
dnf install command to install any libraries and fonts that are missing from your system.
Important: The
MotionBuilder installer requires the libnsl library to run. This library is not present by default on RHEL8 or Rocky8 Linux. You will need to install the libnsl library using
sudo dnf install libnsl before running the
MotionBuilder installer on Linux. This library is not required if you are
installing
MotionBuilder using the rpm package.
Install these packages before starting
MotionBuilder:
- epel:
sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
- openal-soft:
sudo dnf openal-soft
- audiofile:
sudo dnf install audiofile
- mesa-libGL and mesa-libGLU:
sudo dnf install mesa-libGL-devel mesa-libGLU-devel
- libXScrnSaver:
sudo dnf install libXScrnSaver