<?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 Re: Why am I getting error &amp;quot;libssl.so.1.0.0: cannot open shared object file: No such file or directory&amp;quot; trying to implement a custom search command in Python? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-libssl-so-1-0-0-cannot-open-shared/m-p/267922#M80603</link>
    <description>&lt;P&gt;Thanks it worked for me!&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2019 11:03:17 GMT</pubDate>
    <dc:creator>muralimadhavan</dc:creator>
    <dc:date>2019-11-26T11:03:17Z</dc:date>
    <item>
      <title>Why am I getting error "libssl.so.1.0.0: cannot open shared object file: No such file or directory" trying to implement a custom search command in Python?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-libssl-so-1-0-0-cannot-open-shared/m-p/267920#M80601</link>
      <description>&lt;P&gt;Trying to implement custom search commands on Python and just have been crazy frustrated with the amount of issues I have run into when trying to do so.&lt;/P&gt;

&lt;P&gt;My system only has python 2.6 so I had to use Splunk's bundled one. &lt;BR /&gt;
Here is the command I am running: &lt;BR /&gt;
"/apps/splunk/bin/python generatehello.py &lt;STRONG&gt;EXECUTE&lt;/STRONG&gt; count=5 &amp;lt; /dev/null"&lt;/P&gt;

&lt;P&gt;And in return I get &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ImportError: libssl.so.1.0.0: cannot open shared object file: No such file or directory
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any idea of what I should do to fix this? Normally I would just google but it seems like noone has really ever had this problem..&lt;/P&gt;

&lt;P&gt;Here is the full error message:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/1605iC63C3FC8E59E8BB2/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 20:51:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-libssl-so-1-0-0-cannot-open-shared/m-p/267920#M80601</guid>
      <dc:creator>joseph_caraccio</dc:creator>
      <dc:date>2016-07-20T20:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "libssl.so.1.0.0: cannot open shared object file: No such file or directory" trying to implement a custom search command in Python?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-libssl-so-1-0-0-cannot-open-shared/m-p/267921#M80602</link>
      <description>&lt;P&gt;Try setting the Lib file path&lt;BR /&gt;
By default the script is taking /usr/lib path.&lt;BR /&gt;
Check if that lib file is installed under /usr/lib or /opt/splunk/lib/ or any other path?&lt;BR /&gt;
Either the lib file needs to be installed under default path /usr/lib or the LIB path needs to be set as below&lt;BR /&gt;
export LD_LIBRARY_PATH=/opt/splunk/lib/:$LD_LIBRARY_PATH&lt;BR /&gt;
NOTE: This will change lib path temporarily but in order to change it for permanent you need to add the line under .bashrc file of user with which the pythin script will get executed.&lt;BR /&gt;
Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:20:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-libssl-so-1-0-0-cannot-open-shared/m-p/267921#M80602</guid>
      <dc:creator>bishtk</dc:creator>
      <dc:date>2020-09-29T15:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I getting error "libssl.so.1.0.0: cannot open shared object file: No such file or directory" trying to implement a custom search command in Python?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-libssl-so-1-0-0-cannot-open-shared/m-p/267922#M80603</link>
      <description>&lt;P&gt;Thanks it worked for me!&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 11:03:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-getting-error-quot-libssl-so-1-0-0-cannot-open-shared/m-p/267922#M80603</guid>
      <dc:creator>muralimadhavan</dc:creator>
      <dc:date>2019-11-26T11:03:17Z</dc:date>
    </item>
  </channel>
</rss>

