PDA

View Full Version : maya run under Linux??


funwun
04-09-2003, 04:56 PM
when I run Maya 4.5 in Linux, the error!!!!!

relocation error:/usr/aw/maya4.5/lib/libFoundation.so:symbol errno version GlIBC_2.0 not defined in file libc.so.6 with link time reference.

why????

funwun
04-09-2003, 05:07 PM
my linux is red hat 9.0 maya is 4.5

flamedevil
04-09-2003, 05:08 PM
What is your graphics card and Did you installed the good opengl drivers for your card ?

funwun
04-09-2003, 05:17 PM
what the wrong code say???
is this card's wrong??

flamedevil
04-09-2003, 05:36 PM
The code doesn't notice anything about the card, it's a problem in the linux librairies.

What is your graphics card, nvidia ? ati ? matrox ?

[edit] : when you when you was installing red hat, what card did you choose ?

pyromania
04-09-2003, 06:10 PM
Maya 4.5 was never certified to run on red-hat 9, so alot of the libraries red-hat used arn't compatible with maya.

To get around this you have to install the compatability libs from the red-hat CD lib-compat something.rpm and then edit your maya startup script and add a line like

setenv LD_ASSUME_KERNEL 2.4.1

Then it should work.

funwun
04-09-2003, 06:22 PM
where can I find lib-compat something.rpm and
maya startup script ????

funwun
04-09-2003, 06:30 PM
where the line added??

pyromania
04-09-2003, 07:36 PM
for lib-compat I'm talking about all the RPMs that have the word compat in them

glibc-compat
libcompat

You should be able to use the red-hat package utility and browse through all the available packages. Sorry I can't be more specific, but I don't have a red-hat box in front of me.

For the maya startup script its the /usr/local/aw/bin/maya file that you normally run. Its actually a shell script that you can edit in a text editor.

You will see some line like

case Linux:
set lib = lib
set lsFlags = '-l'
breaksw

you need to change it to

case Linux:
set lib = lib
set lsFlags = '-l'
setenv LD_ASSUME_KERNEL 2.4.1
breaksw

funwun
04-09-2003, 07:49 PM
I find them

Red Hat Linux 7.3:

SRPMS:
ftp://updates.redhat.com/7.3/en/os/SRPMS/glibc-2.2.5-37.src.rpm

i386:
ftp://updates.redhat.com/7.3/en/os/i386/glibc-2.2.5-37.i386.rpm
ftp://updates.redhat.com/7.3/en/os/i386/glibc-common-2.2.5-37.i386.rpm
ftp://updates.redhat.com/7.3/en/os/i386/glibc-debug-2.2.5-37.i386.rpm
ftp://updates.redhat.com/7.3/en/os/i386/glibc-debug-static-2.2.5-37.i386.rpm
ftp://updates.redhat.com/7.3/en/os/i386/glibc-devel-2.2.5-37.i386.rpm
ftp://updates.redhat.com/7.3/en/os/i386/glibc-profile-2.2.5-37.i386.rpm
ftp://updates.redhat.com/7.3/en/os/i386/glibc-utils-2.2.5-37.i386.rpm
ftp://updates.redhat.com/7.3/en/os/i386/nscd-2.2.5-37.i386.rpm

i686:
ftp://updates.redhat.com/7.3/en/os/i686/glibc-2.2.5-37.i686.rpm
ftp://updates.redhat.com/7.3/en/os/i686/glibc-debug-2.2.5-37.i686.rpm


are them???

funwun
04-09-2003, 07:51 PM
is the file in red-hat 3 disk???

funwun
04-09-2003, 08:15 PM
everything is go right

shouldn't do the first step

CGTalk Moderation
01-14-2006, 08:00 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.