2013
Table Of Contents
- Contents
- Installing Autodesk Media & Entertainment Products
- Installation Overview
- Frequently Asked Questions
- What if I have lost my serial number or product key?
- Why do I need to activate a product after installation?
- Can I install Autodesk products from a website?
- How does a trial license work in a product suite or bundle?
- How do I switch my license from stand-alone to network or network to stand-alone?
- Where can I find product license information after installation?
- After installation, how can I change product configuration, repair, or uninstall the product?
- Appendix: Installing Autodesk Maya
- Installation Information Specific to Autodesk Maya 2013
- Installing a 32-bit Product on a 64-bit Operating System
- Install Maya on Mac OS X
- Install Maya on Linux
- Uninstall Maya on Mac OS X or Linux
- Install the Maya Help
- Install MatchMover, Composite, Backburner, and DirectConnect
- Install mental ray for Maya satellite
- Index
libssl.so.x and libcrypto.so.x are versions of the OpenSSL library that ship with
RHEL. The version number for the required system libraries depends on your
Linux distribution. For example, Fedora 14 uses libcrypto.so.10 and libssl.so.10.
RHEL 6 and CentOS 6 provide a compatibility package for libssl.so.6 and
libcyrpto.so.6. Install this package before installing Maya.
yum install openssl098e-0.9.8e
The Maya installer checks to see if there are existing system library versions,
and if so, automatically creates the symbolic links in the Maya lib directory.
In some cases, for example if you are running Maya from a network server,
this process cannot be done automatically.
If the system versions of the library exist, use them.
su
cd /usr/autodesk/maya2013-x64/lib
ln –s /usr/lib64/libssl.so.10 libssl.so.6
ln –s /lib64/libcrypto.so.10 libcrypto.so.6
If there are no versions of libssl.so and libcrypto.so on the system, as a last
resort you can use the files located in
/usr/autodesk/maya2013-x64/support/openssl/.
If you need to use the files found in the support directory, copy the files to
the Maya lib directory with the following names:
su
cd /usr/autodesk/maya2013-x64/lib
cp ./support/openssl/libssl.so.6 libssl.so.6
cp ../support/openssl/libcrypto.so.6 libcrypto.so.6
cp ../support/openssl/libcrypto.so.6 libcrypto.so.0.9.8
Dependent applications
■ tcsh
This is a command language interpreter application. Run the command
yum install tcsh to install.
Dependent 32-bit Backburner monitor libraries
■ php
■ elfutils-libelf
■ glibc
■ libgcc
22 | Chapter 2 Appendix: Installing Autodesk Maya