After a very long break, here is my first post.
It is about fixing Maya 2012 (or any other maya version suffers) and PyQt (actually pretty much all the python libraries depending on libssl) crash under Fedora 17 Beefy Miracle.
The problem is about the libssl.so.1.0.0 and libcrypto.so.1.0.0 which is linked in /usr/autodesk/maya/lib/libssl.so.6 and /usr/autodesk/maya/lib/libcrypto.so.6. Qt doesn't like them, and actually any library depending on openssl doesn't like them. What you need is the good old 0.9.8 version of the openssl library. And you can download it from a couple of sources, here is one http://rpm.pbone.net/index.php3/stat/4/idpl/18328272/dir/centos_6/com/openssl098e-0.9.8e-17.el6.centos.2.x86_64.rpm.html
The mentioned package is for CentOS but it seems that it is ok for Fedora 17. Just download the package and install it by running the following command:
and then replace the symlinks:
Thats all, you are good to go.
It is about fixing Maya 2012 (or any other maya version suffers) and PyQt (actually pretty much all the python libraries depending on libssl) crash under Fedora 17 Beefy Miracle.
The problem is about the libssl.so.1.0.0 and libcrypto.so.1.0.0 which is linked in /usr/autodesk/maya/lib/libssl.so.6 and /usr/autodesk/maya/lib/libcrypto.so.6. Qt doesn't like them, and actually any library depending on openssl doesn't like them. What you need is the good old 0.9.8 version of the openssl library. And you can download it from a couple of sources, here is one http://rpm.pbone.net/index.php3/stat/4/idpl/18328272/dir/centos_6/com/openssl098e-0.9.8e-17.el6.centos.2.x86_64.rpm.html
The mentioned package is for CentOS but it seems that it is ok for Fedora 17. Just download the package and install it by running the following command:
sudo rpm -i openssl098e-0.9.8e-17.el6.centos.2.x86_64.rpm
and then replace the symlinks:
sudo ln -sf /usr/lib64/libssl.so.0.9.8e /usr/autodesk/maya/lib/libssl.so.6 sudo ln -sf /usr/lib64/libcrypto.so.0.9.8e /usr/autodesk/maya/lib/libcrypto.so.6
Thats all, you are good to go.
Comments
It's an incredible deep system and seems hard to believe it's now free.
Would be great to know what do you think about it.