2013

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