找回密码
 注册
查看: 604|回复: 7

maya 4.5在red hat linux 9安装问题请教

[复制链接]
发表于 2003-7-2 17:40:41 | 显示全部楼层 |阅读模式
maya4.5在redhat linux 8中安装正常,现在全新安装redhat linux 9,按照原来的步骤装maya4.5,装完后运行,提示如下:
/usr/aw/maya4.5/lib/libFoundation.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

请问这是什么意思,怎么解决,谢谢!
机器配置:tulatin 1.2G Celeron, 256M SDRAM, intel 815et, 20G HD, 同时安装了windows98se和英文版windows2000。
换到别的机器上也是这样。怎么办?谢谢帮助!
 楼主| 发表于 2003-7-7 14:29:29 | 显示全部楼层
没有人知道?真遗憾!
回复

使用道具 举报

 楼主| 发表于 2003-7-7 14:34:58 | 显示全部楼层
http://linuxportal.ru/forums/index.php/m/36329/#msg_36329
我找到这个,可惜看不懂。
回复

使用道具 举报

发表于 2003-7-7 15:22:42 | 显示全部楼层
[quote:426f8d850b="blade"]http://linuxportal.ru/forums/index.php/m/36329/#msg_36329
我找到这个,可惜看不懂。[/quote]

不是英文啊,呵呵
回复

使用道具 举报

 楼主| 发表于 2003-7-7 15:22:48 | 显示全部楼层
you want to have it done, you do it yourself
回复

使用道具 举报

 楼主| 发表于 2003-7-7 15:54:07 | 显示全部楼层
After spending hours juggling libs and things; I came to the conclusion that redhat wouldn't shoot themselves in the foot; and should include some compatability libraries to allow all the old comercial software to run correctly.
as it stands nothing works against the dso's really that ship with 9 except for opensourced stuff that you can rebuild against the new libs.

Boy howdy was that a good call.
heres the fix to make maya run on Red Hat Linux 9

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
;>

Who'da thunk

A|W if your listening; you might want to inform other customers and whatnot.
rh 8 will EOL at the end of this year
回复

使用道具 举报

发表于 2003-7-8 21:30:06 | 显示全部楼层
blade!同行,握手先。
回复

使用道具 举报

 楼主| 发表于 2003-7-9 11:11:45 | 显示全部楼层
只要改了这一句就行了。
setenv LD_ASSUME_KERNEL 2.4.1
回复

使用道具 举报

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

本版积分规则

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

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

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