2011

Table Of Contents
libcrypto.so.6
IMPORTANT Note the following additional information on libssl.so.6 and
libcrypto.so.6.
libssl.so.6 and libcrypto.so.6 are versions of the OpenSSL library that ships
with RHEL 5.1. These are new dependencies for Maya 2011. Many Linux
distributions do not include this version of the library, and Maya does not
re-distribute this file with its installation package. For OpenSSL and Maya, it
is generally sufficient to create a symbolic link for the currently installed
system libraries to the same name with the so.6 version.
As root, create the symlinks in the Maya lib directory to isolate them from
the rest of your system. If the installer does not detect a libssl.so.6 library, it
should attempt the following.
su
cd /usr/autodesk/maya2011/lib
ln –s /usr/lib64/libssl.so.8 libssl.so.6
ln –s /usr/lib64/libcrypto.so.8 libssl.so.6
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
libstdc++
httpd
To ensure that you install the required 32-bit version of these libraries, run
the following commands to install:
(Fedora 11)
yum install elfutils-libelf.i586 glibc.i686 libstdc++.i586
httpd php
24 | Chapter 2 Maya Installation