安装完后运行出现以下错误提示:
/usr/aw/maya5.0/bin/maya.bin: relocation error: /usr/aw/maya5.0/lib/libFoundatio
n.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
请照如下方法解决:
Goes as follows; install all the compat-libs off the CD's
then edit the maya startup script
and change this
case Linux:
set lib = lib
set lsFlags = '-l'
breaksw
----
to this
case Linux:
set lib = lib
set lsFlags = '-l'
setenv LD_ASSUME_KERNEL 2.4.1
breaksw
---
save
and maya will execute normally.
thats all there is to it
;>
在一个俄罗斯网站上找到的。