<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Universal forwarder error:  ImportError: /opt/splunkforwarder/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-error-ImportError-opt-splunkforwarder-lib/m-p/219495#M43096</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have installed Universal Forwarder version 6.4.2, and using the scripted inputs to retrieve data. &lt;/P&gt;

&lt;P&gt;When restarted splunk,  Splunk reads the inputs.conf file to execute the Python Script. &lt;/P&gt;

&lt;P&gt;But i am seeing below error message in splund.log and scripts exits&lt;/P&gt;

&lt;P&gt;08-09-2016 17:39:51.327 +0530 ERROR ExecProcessor - message from "python /opt/splunkforwarder/etc/apps/MYAPP/bin/myScript.py" ImportError: /opt/splunkforwarder/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so)&lt;/P&gt;

&lt;P&gt;Even i unset the LD_LIBRARY_PATH variable. Error still persists. &lt;/P&gt;

&lt;P&gt;Please help.. &lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2020 10:33:58 GMT</pubDate>
    <dc:creator>savithamr</dc:creator>
    <dc:date>2020-09-29T10:33:58Z</dc:date>
    <item>
      <title>Universal forwarder error:  ImportError: /opt/splunkforwarder/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-error-ImportError-opt-splunkforwarder-lib/m-p/219495#M43096</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have installed Universal Forwarder version 6.4.2, and using the scripted inputs to retrieve data. &lt;/P&gt;

&lt;P&gt;When restarted splunk,  Splunk reads the inputs.conf file to execute the Python Script. &lt;/P&gt;

&lt;P&gt;But i am seeing below error message in splund.log and scripts exits&lt;/P&gt;

&lt;P&gt;08-09-2016 17:39:51.327 +0530 ERROR ExecProcessor - message from "python /opt/splunkforwarder/etc/apps/MYAPP/bin/myScript.py" ImportError: /opt/splunkforwarder/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so)&lt;/P&gt;

&lt;P&gt;Even i unset the LD_LIBRARY_PATH variable. Error still persists. &lt;/P&gt;

&lt;P&gt;Please help.. &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:33:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-error-ImportError-opt-splunkforwarder-lib/m-p/219495#M43096</guid>
      <dc:creator>savithamr</dc:creator>
      <dc:date>2020-09-29T10:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder error:  ImportError: /opt/splunkforwarder/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-error-ImportError-opt-splunkforwarder-lib/m-p/219496#M43097</link>
      <description>&lt;P&gt;A Splunk universal forwarder does NOT include python so it is using python from the OS.  You are missing a python library required by the myScript.py.  You will need to find the missing library and add it to your python install.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2016 12:50:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-error-ImportError-opt-splunkforwarder-lib/m-p/219496#M43097</guid>
      <dc:creator>sjohnson_splunk</dc:creator>
      <dc:date>2016-08-09T12:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Universal forwarder error:  ImportError: /opt/splunkforwarder/lib/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by /usr/lib/python2.7/lib-dynload/_ssl.x86_64-linux-gnu.so)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-error-ImportError-opt-splunkforwarder-lib/m-p/219497#M43098</link>
      <description>&lt;P&gt;Yes Forwarder wont provide python of it own. But if i run my script on console i will get the output.&lt;BR /&gt;
i.e ex: $ python myScript.py &lt;BR /&gt;
wont have any error. Only when its running through Splunk getting import error.&lt;/P&gt;

&lt;P&gt;Also by default LD_LIBRARY_PATH is been set to /opt/splunkforwarder/lib . &lt;BR /&gt;
I unset this environment variable, still error persists. &lt;/P&gt;

&lt;P&gt;The OPENSSL version in OS is 1.0.1f . Is that may be cause for this issue?&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;import ssl&lt;BR /&gt;
ssl.OPENSSL_VERSION&lt;BR /&gt;
'OpenSSL 1.0.1f 6 Jan 2014'&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 29 Sep 2020 10:34:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Universal-forwarder-error-ImportError-opt-splunkforwarder-lib/m-p/219497#M43098</guid>
      <dc:creator>savithamr</dc:creator>
      <dc:date>2020-09-29T10:34:25Z</dc:date>
    </item>
  </channel>
</rss>

