Quantcast
Channel: Questions in topic: "splunk-enterprise"
Viewing all articles
Browse latest Browse all 47296

Why am I getting "ERROR:root:code for hash md5 was not found." running a Python script on a search head?

$
0
0
I am having an issue running a python script from my dev Splunk search head. I keep getting this message: ERROR:root:code for hash md5 was not found. I am running this on RHEL 6.7. I have checked and openssl is installed and up to date. Python2.6 is also pre-installed with RHEL6.7. However with I run the python script I am using Python2.7 which is installed with Splunk 6.3. Some diagnostic outputs are below. [johndr@HO-SPLUNKES ~]$ which python /opt/splunk/bin/python [johndr@HO-SPLUNKES ~]$ python Python 2.7.9 (default, Jul 15 2015, 01:30:03) [GCC 4.7.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> help("modules") Please wait a moment while I gather a list of all available modules... ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/opt/splunk/lib/python2.7/hashlib.py", line 147, in globals()[__func_name] = __get_hash(__func_name) File "/opt/splunk/lib/python2.7/hashlib.py", line 97, in __get_builtin_constru ctor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type md5 ERROR:root:code for hash sha1 was not found. Traceback (most recent call last): File "/opt/splunk/lib/python2.7/hashlib.py", line 147, in globals()[__func_name] = __get_hash(__func_name) File "/opt/splunk/lib/python2.7/hashlib.py", line 97, in __get_builtin_constru ctor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type sha1 BaseHTTPServer bz2 io sets Bastion cPickle itertools sgmllib CDROM cProfile json sha CGIHTTPServer cStringIO keyword shelve ConfigParser calendar linecache shlex Cookie cgi locale shutil DLFCN cgitb logging signal DocXMLRPCServer cherrypy lxml site HTMLParser chunk macpath sitecustomize IN cmd macurl2path smtpd IPy code mailbox smtplib M2Crypto codecs mailcap sndhdr MimeWriter codeop mako socket OpenSSL collections markupbase splunk Queue colorsys marshal sre SimpleHTTPServer commands math sre_compile SimpleXMLRPCServer compileall md5 sre_constants SocketServer compiler mhlib sre_parse StringIO contextlib mimetools ssl TYPES cookielib mimetypes stat UserDict copy mimify statvfs UserList copy_reg modulefinder string UserString cssmin multifile stringold _LWPCookieJar csv multiprocessing stringprep _MozillaCookieJar datetime mutex strop __builtin__ dbhash netrc struct __future__ decimal new subprocess _abcoll decorator nntplib sunau _ast difflib ntpath sunaudio _bisect dircache nturl2path symbol _codecs dis numbers symtable _collections distutils opcode sys _csv django operator sysconfig _elementtree doctest optparse tabnanny _functools dumbdbm os tarfile _hashlib dummy_thread os2emxpath telnetlib _heapq dummy_threading parser tempfile _io email pdb termios _json encodings pickle textwrap _locale ensurepip pickletools this _multiprocessing errno pipes thread _osx_support exceptions pkg_resources threading _pyio fcntl pkgutil time _random filecmp platform timeit _sha256 fileinput plistlib toaiff _sha512 fnmatch png token _socket formatter popen2 tokenize _sre formencode poplib trace _ssl fpformat posix traceback _strptime fractions posixfile tty _struct ftplib posixpath types _symtable functools pprint unicodedata _sysconfigdata future_builtins profile unittest _threading_local gc pstats urllib _warnings genericpath pty urllib2 _weakref getopt pwd urlparse _weakrefset getpass py_compile user abc gettext pyclbr uu aifc glob pydoc uuid antigravity gzip pydoc_data warnings anydbm hashlib pyexpat wave argparse heapq quopri weakref array hmac random webbrowser ast hotshot re whichdb asynchat htmlentitydefs reportlab wsgiref asyncore htmllib repr xdrlib atexit httplib requests xml audiodev httplib2 resource xmllib babel ihooks rexec xmlrpclib base64 imaplib rfc822 xxsubtype bdb imghdr rlcompleter zipfile beaker imp robotparser zipimport binascii importlib runpy zlib binhex imputil sched bisect inspect select Enter any module name to get more help. Or, type "modules spam" to search for modules whose descriptions contain the word "spam". >>> [johndr@HO-SPLUNKES lib-dynload]$ pwd /opt/splunk/lib/python2.7/lib-dynload [johndr@HO-SPLUNKES lib-dynload]$ ldd _hashlib.so linux-vdso.so.1 => (0x00007fff5cfa9000) libssl.so.1.0.0 => not found libcrypto.so.1.0.0 => not found libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f80556f1000) libc.so.6 => /lib64/libc.so.6 (0x00007f805535d000) /lib64/ld-linux-x86-64.so.2 (0x00000038e2a00000) [johndr@HO-SPLUNKES lib-dynload]$ sudo which python [sudo] password for johndr: /usr/bin/python [johndr@HO-SPLUNKES lib-dynload]$ pwd /usr/lib64/python2.6/lib-dynload [johndr@HO-SPLUNKES lib-dynload]$ ldd _hashlib.so linux-vdso.so.1 => (0x00007ffcd2c8f000) libssl.so.10 => /usr/lib64/libssl.so.10 (0x00007f3b3bd82000) libcrypto.so.10 => /usr/lib64/libcrypto.so.10 (0x00007f3b3b99e000) libpython2.6.so.1.0 => /usr/lib64/libpython2.6.so.1.0 (0x00007f3b3b5f7000) libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f3b3b3da000) libc.so.6 => /lib64/libc.so.6 (0x00007f3b3b046000) libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x00007f3b3ae01000) libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007f3b3ab1a000) libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007f3b3a916000) libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007f3b3a6e9000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f3b3a4e5000) libz.so.1 => /lib64/libz.so.1 (0x00007f3b3a2cf000) libutil.so.1 => /lib64/libutil.so.1 (0x00007f3b3a0cb000) libm.so.6 => /lib64/libm.so.6 (0x00007f3b39e47000) /lib64/ld-linux-x86-64.so.2 (0x00000038e2a00000) libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007f3b39c3c000) libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00007f3b39a38000) libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f3b3981e000) libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f3b395fe000) I am stumped. Any assistance would be greatly appreciated. Thanks!

Viewing all articles
Browse latest Browse all 47296

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>