Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Maya render node on Centos libXpm.so.4 error

Maya render node on Centos libXpm.so.4 error

tech
Explorer Explorer
2,171 Views
3 Replies
Message 1 of 4

Maya render node on Centos libXpm.so.4 error

tech
Explorer
Explorer

Hi All,

 

I'm setting up a deadline render farm with centos nodes and have installed all necassary libraries but I'm gett in a error when I try and run from the commandline:

 

/usr/autodesk/maya2018/bin/maya.bin: error while loading shared libraries: libXpm.so.4: cannot open shared object file: No such file or directory

 

I can see the Library in /usr/var/lib and it is accessible by the user.

 

Has anyone had this issue?

 

Thanks

Mark

0 Likes
Accepted solutions (1)
2,172 Views
3 Replies
Replies (3)
Message 2 of 4

tech
Explorer
Explorer

Just realised, i'm running Centos 7.6 if that matters

0 Likes
Message 3 of 4

warnold2
Autodesk
Autodesk
Accepted solution

Maya 2018 is 64bit application.  the system libXpm.so.4 should be in /usr/lib64

rpm -qf /usr/lib64/libXpm.so.4

libXpm-3.5.12-1.el7.x86_64

 

sudo yum install /usr/lib64/libXpm.so.4



Wayne Arnold

Developer

0 Likes
Message 4 of 4

tech
Explorer
Explorer

Thats brilliant, thanks very much

0 Likes