找回密码
 注册
查看: 576|回复: 1

[b]在linux下安装maya出现以下错误的扇子都进来![

[复制链接]
发表于 2003-8-25 18:29:38 | 显示全部楼层 |阅读模式
安装完后运行出现以下错误提示:
/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
;>
在一个俄罗斯网站上找到的。
发表于 2003-8-25 19:29:31 | 显示全部楼层
谢谢我去试试
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2025-7-21 04:17 , Processed in 0.023573 second(s), 16 queries .

© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表