Results 1 to 8 of 8
I just downloaded a 30 day trial of RH enterprise 5 for desktop. I need to test and get Maya 2008 x64 working on it before I pay for ongoing ...
- 01-25-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 4
Can't run Autodesk Maya 2008 on RedHat 5
I just downloaded a 30 day trial of RH enterprise 5 for desktop. I need to test and get Maya 2008 x64 working on it before I pay for ongoing support, but each time I try and run it I get a libXp.so.6 is missing error. I've spent hours researching this error, and that file does not exist, and if I install the 32 bit version, it gives me a ELF error. I don't know what else to try, do I need to just use a different distro?
- 01-25-2010 #2
It looks like libXp.so.6 is part of the x window system. You may get it by updating x, but if you don't have a RHEL subscription, that may be difficult. You can get a 30-day trial subscription for free, and that will allow you to update and install from the Red Hat repositories.
It is possible that you have a newer version of that file. But if the application is looking for a specific version you will get an error. In this case it is usually to make a link to the newer version, and give the link the name of the older version.
You also could install X from source. But this would make your system customized, and hard to update using repositories.
X.Org Wiki - HomePaul
Please do not send Private Messages to me with requests for help. I will not reply.
- 01-26-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 4
That seemed to solve that problem, now that everythings installed, I get this error, any ideas? I've never seen this one before.
[root@jensen-pc jensen]# csh /usr/autodesk/maya2008-x64/bin/maya
/usr/autodesk/maya2008-x64/bin/maya.bin: error while loading shared libraries: /usr/autodesk/maya2008-x64/lib/libirc.so: cannot restore segment prot after reloc: Permission denied
- 01-26-2010 #4
It looks like a permissions problem, but I see that you are already running it as root. Have you tried running as a regular user?
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 01-26-2010 #5Just Joined!
- Join Date
- Jan 2010
- Posts
- 4
I just tried it as normal user...same issue, is it a permission thing with the libirc.so file? I've tried chmod 777 on that file, should I do something else you think?
- 01-26-2010 #6Just Joined!
- Join Date
- Jan 2010
- Posts
- 4
I just checked my /lib folder, and the libirc.so file isn't even there..
- 01-26-2010 #7
It's looking for it in this location:
/usr/autodesk/maya2008-x64/lib/libirc.so
If it isn't there, it may be a problem with the installation. Is it located elsewhere? You can look for it, but first run ths command as root, it will update your system file database.
When it finishes, look for the file with this command:Code:updatedb
Interestingly, I have that file in my Ubuntu system, but it is part of the instant messaging program libpurple. This is then used for the Pidgin IM program. Is this program needed for Maya?Code:locate libirc.so
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 01-26-2010 #8
You also may need to instal some other programs. A little internet search revealed another program that you may need installed. Make sure that you have csh (or tcsh) installed.
Then when starting the program, use this command:
Of course, make sure the folders exist as I show them, otherwise change the command to what is needed.Code:/usr/autodesk/maya2008-x64/bin/maya2008-x64
If you are using Maya for work, then you must then have a license for it. You should try using the Autodesk support that your employer paid for.
EDIT: This also may be a problem with SELinux. Disable SELinux and see if that helps. If you need SELinux, then you will have to configure it to allow Maya to run.
.: How to disable SElinux in RHEL 5
Here are links to the pages I found helpful:
Issues installing Maya 8 - Ubuntu Forums
The Area :: DiscussionsLast edited by waterhead; 01-26-2010 at 10:39 AM.
Paul
Please do not send Private Messages to me with requests for help. I will not reply.


Reply With Quote