unable to open maya after installation in linux

unable to open maya after installation in linux

sanchitlogger
Explorer Explorer
1,577 Views
2 Replies
Message 1 of 3

unable to open maya after installation in linux

sanchitlogger
Explorer
Explorer

/usr/autodesk/maya2023/bin/maya.bin: error while loading shared libraries: libpng15.so.15: cannot open shared object file: No such file or directory

It is not working for me 

similar case : https://knowledge.autodesk.com/support/maya/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-whi...

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

tkaap2
Autodesk
Autodesk
Accepted solution

Do you have libpng installed?  Maya will look in /usr/lib64 for it.  So if /usr/lib64/libpng15.so.15 isn't there, install libpng. 

 

Using yum, it's something like "sudo yum install libpng" .

 

If you ever see that a library can't be found, you can ask 'yum' if it knows of a package that provides that library file:
`sudo yum provides libpng15.so.15`

0 Likes
Message 3 of 3

sanchitlogger
Explorer
Explorer
Accepted solution

Thankyou for helping me. It worked, what i did is copied libpng 15.so.15 in /usr/lib64 folder. 

0 Likes