Installing Maya on Rocky Linux 8.x - Missing dependencies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Here's a question for the Maya Linux devs.
I understand that Maya was compiled on CentOS 7.6 yet Rocky Linux 8.x is one of the approved platforms. Not all libraries are on the same version which leaves some missing dependencies in Rocky 8.x
I ran the ldd command looking at the executable and plugins in the maya folder and it came up with a few "not found" dependencies. In most cases it Rocky Linux was on a higher version of the lib and maya was specifically looking for a lower version number. Here are a few examples:
Maya wants libgd.so.3 but Rocky Linux 8.x has libgd.so.2
Maya wants libgs.so.8 but Rocky Linux 8.x has libgs.so.9
Maya wants libpoppler-glib.so.4 but Rocky Linux 8.x has libpoppler-glib.so.8
Maya wants libgts-0.7.so.5 but Rocky Linux 8.x doesn't have this lib
Maya wants libgdbm.so.4 but Rocky Linux 8.x has libgdbm.so.6
Maya wants libmng.so.1 but Rocky Linux 8.x has libmng.so.2
Maya wants libreadline.so.8 but Rocky Linux 8.x has libreadline.so.7
I suspect that many of these libs are not often accessed by Maya or it's plugins but when it does try to find them and they are missing it will either crash or not work. What is the best way of handling these "not found" libs? I ask this question because Maya on Rocky Linux 8.x hasn't been as stable as I would expect, before I start tracking down specific crashes I want to be sure I have a solid install.