Message 1 of 1
Unable to Dynamically load Vray when command line rendering

Not applicable
10-10-2018
10:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm setting up Maya to render on our Linux farm. Software rendering works fine, but when I try to get it to render with Vray I get the following errors:
Unable to dynamically load /usr/autodesk/maya2018/vray/plug-ins/vrayformaya.so
libvray.so: cannot open shared object file: No such file or directory
The command I'm using looks like:
/opt/localized/packages/mayaApp/2018/0004/x86_64-Linux/app/Maya2018/bin/Render -r vray -rm <output path> <path to project>
We load Maya with our package manager that copies the package from a centralized network location. When I tested with a locally installed version of Maya using the same command Vray works, which makes me believe the issue does not have to do with environment variables.