{"id":309,"date":"2010-05-18T13:42:14","date_gmt":"2010-05-18T13:42:14","guid":{"rendered":"http:\/\/www.kurianos.com\/wordpress\/?p=309"},"modified":"2019-03-27T03:27:53","modified_gmt":"2019-03-27T03:27:53","slug":"autodesk-maya-2011-ubuntu-10-04","status":"publish","type":"post","link":"https:\/\/www.kurianos.com\/wordpress\/?p=309","title":{"rendered":"AutoDesk Maya 2011 (Ubuntu 10.04)"},"content":{"rendered":"<p>I am trying to install Maya 2011 in Ubuntu 10.04 . after so much errors at last i done it . So i thought i will share that how I done that .<\/p>\n<p>here is the steps .<\/p>\n<p>1 . copy all installing files to some where like &#8216;<strong>\/home\/user\/maya2011<\/strong>&#8216;<\/p>\n<p>2. use <strong>su<\/strong> to switch to root<\/p>\n<p>3.&nbsp; <strong>apt-get install csh alien<\/strong><\/p>\n<p>4. <strong><code>apt-get install alien tcsh cpio rpm ia32-libs<\/code><\/strong><\/p>\n<p>5. then <strong>cd<\/strong> &#8216;<strong>\/home\/user\/maya2011<\/strong>&#8216;<\/p>\n<p>6. <strong>for i in *.rpm; do sudo alien -cv $i; done<\/strong><\/p>\n<p>7. <strong>dpkg -i maya*.deb<\/strong><\/p>\n<p>8. <strong>dpkg -i adlm*.deb<\/strong><\/p>\n<p>9. then change to <strong>cd \/usr\/autodesk\/maya2011-x64\/lib<\/strong><\/p>\n<p>10 .&nbsp; <strong>ln -s \/usr\/lib64\/libssl.so.0.9.8 libssl.so.6 <\/strong>and<strong> ln -s \/usr\/lib64\/libcrypto.so libcrypto.so.6 <\/strong>and<strong> ln -s \/usr\/lib\/libtiff.so.4 \/usr\/lib\/libtiff.so.3<\/strong><\/p>\n<p>11.<strong> cd \/opt\/Autodesk\/Adlm\/R1\/lib64<\/strong><\/p>\n<p>12. <strong>cp * \/usr\/lib\/<\/strong><\/p>\n<p>13. <strong><code>mkdir \/usr\/tmp<\/code><\/strong><\/p>\n<p>14. <strong><code>chmod -R 777 \/usr\/tmp<\/code><\/strong><\/p>\n<p>15. <strong><code>sh -c \"echo 'setenv LC_ALL en_US.UTF-8' &gt;&gt; \/usr\/autodesk\/maya2011-x64\/bin\/maya2011\"<\/code><\/strong><\/p>\n<p>16. <strong><code>export MAYA_LOCATION=\/usr\/autodesk\/maya2011-x64<\/code><\/strong><\/p>\n<p>17. <strong><code>ln -s \/usr\/lib\/libtiff.so.4 \/usr\/lib\/libtiff.so.3<\/code><\/strong><\/p>\n<p>18. <strong><code>ln -s \/usr\/lib\/libaudiofile.so.0 \/usr\/lib\/libtiff\/libaudiofile.so<\/code><\/strong><\/p>\n<p>19. <strong><code>ln -s \/usr\/lib\/libssl.so.0.9.8 \/usr\/lib\/libssl.so.3<\/code><\/strong><\/p>\n<p>20. <strong><code>ln -s \/usr\/lib\/libcrypto.so.0.9.8 \/usr\/lib\/libcrypto.so.3<\/code><\/strong><\/p>\n<p>21.<strong> \/usr\/autodesk\/maya2011-x64\/bin\/licensechooser \/usr\/autodesk\/maya2011-x64\/ standalone unlimited<\/strong><\/p>\n<p>22. <strong>export LD_LIBRARY_PATH=\/opt\/Autodesk\/Adlm\/R1\/lib64\/<\/strong><\/p>\n<p>23. <strong>\/usr\/autodesk\/maya2011-x64\/bin\/adlmreg -i S 657C1 657C1 2011.0.0.F 666-42943644 \/var\/opt\/Autodesk\/Adlm\/Maya2011\/MayaConfig.pit<\/strong><\/p>\n<p>24. <strong>c<\/strong><strong>d<\/strong> &#8216;<strong>\/home\/user\/maya2011\/crack&#8217;<\/strong><\/p>\n<p>now open crack file with scite or gedit , then add this line after line number 7<\/p>\n<p>sudo cp .\/libadlmint.so.1.3.34-hack \/usr\/lib\/libadlmint.so.1.3.34<\/p>\n<p>25. <strong>.\/crack<\/strong><\/p>\n<p>then change to \/usr\/autodesk\/maya2011-x64\/bin<\/p>\n<p>26.<strong> cd \/usr\/autodesk\/maya2011-x64\/bin<\/strong><\/p>\n<p>then <strong>maya<\/strong><\/p>\n<p>Yes now you are ready to use Maya in Ubuntu 10.04 .<\/p>\n<p>PS . there is new hot fix release from autodesk you can download that from this link<\/p>\n<p><a href=\"http:\/\/usa.autodesk.com\/adsk\/servlet\/ps\/dl\/item?siteID=123112&amp;id=15113998&amp;linkID=9242259\">http:\/\/usa.autodesk.com\/adsk\/servlet\/ps\/dl\/item?siteID=123112&amp;id=15113998&amp;linkID=9242259<\/a><\/p>\n<p>This fix found by friend for Maya 2011 hot fix 2<\/p>\n<p>&#8211; before installing I&#8217;ve renamed the \/var\/opt\/Autodesk\/Adlm to Adlm_orig (this helped me a lot)&#8230;<br \/>\n&#8211; I&#8217;ve re-installed the adlm programs, they&#8217;ve created the Adlm directory again<br \/>\n&#8211; then I copied the MayaConfig.pit from the Adlm_orig\/Maya2011 to Adlm\/Maya2011 (also created the Maya2011 directory by hand)<br \/>\n&#8211; replaced the libadlmint.so.1.3.34 with the cracked one<br \/>\n&#8211; I run the .\/setup script from maya to register the 666-42943644 serial number<br \/>\n&#8211; then used .\/adlmreg again to unregister and re-register the 666-42943644 serial number (to ensure, I don&#8217;t think that it is necessity)<br \/>\n&#8211; then run maya without any problem<\/p>\n<p>NB : I am not supporting cracking any software , If you like the software please buy it and support the developers .<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I am trying to install Maya 2011 in Ubuntu 10.04 . after so much errors at last i done it . So i thought i will share that how I done that . here is the steps . 1 . copy all installing files to some where like &#8216;\/home\/user\/maya2011&#8216; 2. use su to switch to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[15,11],"tags":[],"class_list":["post-309","post","type-post","status-publish","format-standard","hentry","category-linux","category-maya"],"_links":{"self":[{"href":"https:\/\/www.kurianos.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/309","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kurianos.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kurianos.com\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kurianos.com\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kurianos.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=309"}],"version-history":[{"count":10,"href":"https:\/\/www.kurianos.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/309\/revisions"}],"predecessor-version":[{"id":788,"href":"https:\/\/www.kurianos.com\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/309\/revisions\/788"}],"wp:attachment":[{"href":"https:\/\/www.kurianos.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=309"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kurianos.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=309"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kurianos.com\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=309"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}