I’m having a problem with python “hashlib” module while installing komodo ide,
ERROR:root:code for hash md5 was not found.
Traceback (most recent call last):
File "/remote/home/komodo_intall/Komodo-IDE-9.2.1-87651-linux-x86_64/INSTALLDIR/lib/python/lib/python2.7/hashlib.py", line 139, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "/remote/home/komodo_intall/Komodo-IDE-9.2.1-87651-linux-x86_64/INSTALLDIR/lib/python/lib/python2.7/hashlib.py", line 91, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type md5
...
I’ve swapped lib folder of the komodo installation package with installed activestate python lib to make it work. problem with hashlib has solved but instead new once came up
/usr/bin/execstack: Could not set security context for /remote/home/komodo/lib/mozilla/komodo: Operation not supported
chcon: failed to change context of /remote/home/komodo/lib/mozilla/libclearkey.so to system_u:object_r:texrel_shlib_t: Operation not supported
chcon: failed to change context of /remote/home/komodo/lib/mozilla/libclearkey.so to system_u:object_r:textrel_shlib_t: Operation not supported
chcon: failed to change context of /remote/home/komodo/lib/mozilla/libclearkey.so to system_u:object_r:shlib_t: Operation not supported
chcon: failed to change context of /remote/home/komodo/lib/mozilla/libclearkey.so to system_u:object_r:s0: Invalid argument
install: error: could not set SELinux security context for '/remote/home/komodo/lib/mozilla/libclearkey.so': 'texrel_shlib_t', 'textrel_shlib_t', 'shlib_t', 's0' contexts failed
Rather than try and solve the problem that arose from a hack I would suggest we go back to the first problem we’re facing; the unsupported hash type error.
Could you try installing libssl1_0_0, as suggested here?
Sorry for late respone, I’ve upgraded my redhat version from 5 to 6.2 and tried to reinstall komodo, now the python issue has gone itself without any twicks but the second one still remains.
This time I can run and even use Komodo IDE 9.2, on the first run I have this error message: