Trying to setup Linux Render Node. I have installed Redhat Linux Enterprise WS4
[root@render_7 RPMS]# uname -a
Linux render_7 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:32:14 EDT 2005 i686 i686 i386 GNU/Linux
I have installed Maya 7.0 on this node. When I run the Render command I get the following error.
[root@render_7 RPMS]# Render
Render: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
When I try to locate this file I have no such luck.
When I run the command below I can see libstdc++.so.6 is installed.
[root@render_7 RPMS]# rpm -q --filesbypkg libstdc++-3.4.4-2
libstdc++ /usr/lib/libstdc++.so.6
libstdc++ /usr/lib/libstdc++.so.6.0.3
What do I need to do to overcome this issue.