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