LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Problem Installing autodesk maya2009 in fedora 9 (https://www.linuxquestions.org/questions/linux-software-2/problem-installing-autodesk-maya2009-in-fedora-9-a-761915/)

arup sanyal 10-14-2009 03:27 PM

Problem Installing autodesk maya2009 in fedora 9
 
Hi,

I am new to Linux OS, I have got autodesk maya2009 which I need to install .
During the installation I found the problems which I didn't understood.

Here is the procedure which i did

1) I got pacakge called (autodesk_maya_2009sp1a_linux64.tgz) which i extracted to my folder called download.
2) Then I go to terminal and typed this command

su rpm -ivh –nodeps AWCommon-11.5-19.i686.rpm AWCommon-server-11.5-19.i686.rpm Maya2009_0_64-2009.0-452.x86_64.rpm



This is the terminal way .


after going to root

[root@localhost autodesk_maya_2009sp1a_linux64]# sudo rpm -ivh –nodeps AWCommon-11.5-19.i686.rpm AWCommon-server-11.5-19.i686.rpm Maya2009_0_64-2009.0-452.x86_64.rpm


error: open of –nodeps failed: No such file or directory
[root@localhost autodesk_maya_2009sp1a_linux64]#



I didnt get this error , is there any typos or wrong command,
Could somebody help me ?? pls.

Thanks
Arup

knudfl 10-14-2009 05:40 PM

Welcome to LQ
Quote:

# sudo rpm -ivh –nodeps
is wrong ... unknown typo = –

The correct command is : rpm -ivh --nodeps

.....
P.S. : Fedora 9 support / update ended July 2009.
.....

Elv13 10-14-2009 07:41 PM

Just a tip if you are new. If you can upgrade your fedora, it would be a good idea. Support for your version end in 1 month.

John VV 10-15-2009 02:32 AM

Quote:

autodesk_maya_2009sp1a_linux64.tgz)
that is the 64 bit Operating system program
Is your OS 64 bit or 32 bit ?

also fedora 9 is past it "End Of Life" , There is no support for it anymore.
fedora 11 is the current and fedora 12 will be out very soon.

arup sanyal 10-17-2009 02:25 PM

Hi ,

I did made correct command now but now it says..

[root@localhost autodesk_maya_2009sp1a_linux64]# rpm -ivh --nodeps AWCommon-11.5-19.i686.rpm AWCommon-server-11.5-19.i686.rpm Maya2009_0_64-2009.0-452.x86_64.rpm
Preparing... ########################################### [100%]
file /usr/aw/COM/bin/lmutil from install of AWCommon-11.5-19.i686 conflicts with file from package AWCommon-10.80-13.i686
file /usr/aw/COM/etc/aw_flexlm from install of AWCommon-server-11.5-19.i686 conflicts with file from package AWCommon-server-10.80-13.i686
file /usr/aw/COM/etc/lmgrd from install of AWCommon-server-11.5-19.i686 conflicts with file from package AWCommon-server-10.80-13.i686
file /usr/aw/COM/etc/sgiawd from install of AWCommon-server-11.5-19.i686 conflicts with file from package AWCommon-server-10.80-13.i686



So now I made only install

[root@localhost autodesk_maya_2009sp1a_linux64]# rpm -ivh --nodeps Maya2009_0_64-2009.0-452.x86_64.rpm
Preparing... ########################################### [100%]
1:Maya2009_0_64 ########################################### [100%]


It install maya properly but no use cos application doesnot open up.

It says its licence error..

what could be the issues??

I am very new to linux so i really didnt knew fedora 11 is available, surely i will be upgrading it
after taking backups..

Thanks

John VV 10-17-2009 04:58 PM

did you buy a licence for it ???


All times are GMT -5. The time now is 10:07 AM.