Like i say in my first message i already try the solution from the doc and the solution from the forum. i create a symlink from libssl.so.0.9.8 to libssl.so.4 in /usr/lib64 i also try to create a symlink from /usr/lib64/libssl.so.0.9.8 to / lib64/libssl.so.4 and from /usr/lib64/libssl.so.0.9.8 to /lib64/ libssl.so.0.9.8 i do the same thing for libcrypto but nothing work.
there is a way to know whitch version of libssl is needed by the md5 modul of maya ? On Jul 8, 1:09 am, chadrik <[email protected]> wrote: > sorry, i meant "pymel" install docs: under problems on Linux or > something like that. > > On Jul 7, 2009, at 3:55 AM, colas wrote: > > > > > i get a error when i try to run ipymel > > i'm on ubuntu 8.1_64 and i use maya2009SP1a_64 > > > Traceback (most recent call last): > > File "/home/colas/dev/python/pymel/tools/bin/ipymel", line 31, in > > <module> > > import IPython.Shell > > File "/usr/autodesk/maya/lib/python2.5/site-packages/IPython/ > > __init__.py", line 57, in <module> > > __import__(name,glob,loc,[]) > > File "/usr/autodesk/maya/lib/python2.5/site-packages/IPython/ > > ipstruct.py", line 22, in <module> > > from IPython.genutils import list2dict2 > > File "/usr/autodesk/maya/lib/python2.5/site-packages/IPython/ > > genutils.py", line 57, in <module> > > from IPython.external.path import path > > File "/usr/autodesk/maya/lib/python2.5/site-packages/IPython/ > > external/path.py", line 35, in <module> > > import md5 > > File "/usr/autodesk/maya/lib/python25.zip/md5.py", line 6, in > > <module> > > File "/usr/autodesk/maya/lib/python25.zip/hashlib.py", line 133, in > > <module> > > File "/usr/autodesk/maya/lib/python25.zip/hashlib.py", line 60, in > > __get_builtin_constructor > > ImportError: No module named _md5 > > > this is what i have in my > > /lib : > > lrwxrwxrwx 1 0 0 15 2009-07-07 11:45 libssl.so.4 -> libssl.so.0.9.8 > > /lib64 : > > lrwxrwxrwx 1 0 0 15 2009-07-07 11:45 libssl.so.4 -> libssl.so.0.9.8 > > /usr/lib : > > lrwxrwxrwx 1 0 0 13 2009-03-25 21:50 libssl3.so -> libssl3.so.1d > > -rw-r--r-- 1 0 0 221728 2009-03-09 16:42 libssl3.so.1d > > -rw-r--r-- 1 0 0 325120 2009-06-11 17:15 libssl.so.0.9.8 > > lrwxrwxrwx 1 0 0 15 2009-07-07 11:48 libssl.so.4 -> libssl.so. > > 0.9.8 > > /usr/lib64 : > > lrwxrwxrwx 1 0 0 13 2009-03-25 21:50 libssl3.so -> libssl3.so.1d > > -rw-r--r-- 1 0 0 221728 2009-03-09 16:42 libssl3.so.1d > > -rw-r--r-- 1 0 0 325120 2009-06-11 17:15 libssl.so.0.9.8 > > lrwxrwxrwx 1 0 0 15 2009-07-07 11:48 libssl.so.4 -> libssl.so. > > 0.9.8 > > > i try the solution from the doc but nothing work. > > > how can i know which version of libssl and libcrypto the md5 modul of > > maya need to work ? > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
