

# Its preferred to use the libssl and libcrypto that’s included with your system. usr/autodesk/maya2014-圆4/bin/adlmreg -i S $PRODUCTID $PRODUCTID 2014.0.0.F $SERIALNUMBER /var/opt/Autodesk/Adlm/Maya2014/MayaConfig.pit Sudo echo -e 'MAYA_LICENSE=unlimited\nMAYA_LICENSE_METHOD=standalone ' > /usr/autodesk/maya2014-圆4/bin/License.env Sudo cp libadlmutil.so.7 /usr/lib/libadlmutil.so.7 Sudo cp libadlmPIT.so.7 /usr/lib/libadlmPIT.so.7 Sudo apt-get install csh tcsh libaudiofile-dev libglw1-mesa elfutils gamin libglw1-mesa-dev mesa-utils xfs xfstt ttf-liberation ttf-mscorefonts-installer xfonts-100dpi xfonts-75dpi alienįor i in $INSTALLDIR/ *.rpm do sudo alien -cv $i done Wget -referer= " " -content-disposition $MAYAURLĮcho "Maya install file not found. skipping download "Įcho "Maya file found, but it's not complete.

MAYA_INSTALL_HASH= $(md5sum -b $INSTALLDIR/ $INSTALLFILE | awk ' ' )Įcho "Maya install file found and verified. #Now check to see if you already have maya downloaded and in the install folder. #Create a temp folder for the install files
#Serial number autodesk maya 2014 serial number#
LIBSSL= "/usr/lib/x86_64-linux-gnu/libssl.so.0.9.8 "Įcho "You’re about to download and install Autodesk Maya 2014 "Įcho "If you have not already done so, you can get your serial number from: " #Make sure we’re running with root permissions.Įcho Please install the 64-bit ubuntu and try again.Įxport INSTALLFILE= "Autodesk_Maya_2014_SP1_English_Linux_64bit.tgz "Įxport LD_LIBRARY_PATH=/opt/Autodesk/Adlm/R7/lib64/ #if you have any issues, feel free email me at Lets run a few checks to make sure things work as expected. I’ll add more features in later versions. #Feel free to extend/modify to meet your needs.
