<?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 splunkd: error while loading shared libraries: ld-linux-armhf.so.3 in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/splunkd-error-while-loading-shared-libraries-ld-linux-armhf-so-3/m-p/175719#M98292</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I have a Synology NAS (RS212) with an ARM Processor (mv6282) but I can't get the ARM Forwarder to work. I get the Error Message above when I try to start it:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;bash-3.2# ./splunk start&lt;BR /&gt;
/volume1/opt/splunkforwarder/bin/splunkd: error while loading shared libraries: ld-linux-armhf.so.3: cannot open shared object file: No such file or directory&lt;BR /&gt;
/volume1/opt/splunkforwarder/bin/splunkd: error while loading shared libraries: ld-linux-armhf.so.3: cannot open shared object file: No such file or directory&lt;BR /&gt;
Splunk&amp;gt; CSI: Logfiles.&lt;BR /&gt;
Checking prerequisites...&lt;BR /&gt;
/volume1/opt/splunkforwarder/bin/splunkd: error while loading shared libraries: ld-linux-armhf.so.3: cannot open shared object file: No such file or directory&lt;BR /&gt;
        Checking mgmt port [8089]: /volume1/opt/splunkforwarder/bin/splunkd: error while loading shared libraries: ld-linux-armhf.so.3: cannot open shared object file: No such file or directory&lt;BR /&gt;
Illegal instruction (core dumped)&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Any Ideas?&lt;/P&gt;

&lt;P&gt;BR &lt;BR /&gt;
Henning&lt;/P&gt;</description>
    <pubDate>Mon, 17 Aug 2015 09:08:36 GMT</pubDate>
    <dc:creator>hgehrts_splunk</dc:creator>
    <dc:date>2015-08-17T09:08:36Z</dc:date>
    <item>
      <title>splunkd: error while loading shared libraries: ld-linux-armhf.so.3</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunkd-error-while-loading-shared-libraries-ld-linux-armhf-so-3/m-p/175719#M98292</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I have a Synology NAS (RS212) with an ARM Processor (mv6282) but I can't get the ARM Forwarder to work. I get the Error Message above when I try to start it:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;bash-3.2# ./splunk start&lt;BR /&gt;
/volume1/opt/splunkforwarder/bin/splunkd: error while loading shared libraries: ld-linux-armhf.so.3: cannot open shared object file: No such file or directory&lt;BR /&gt;
/volume1/opt/splunkforwarder/bin/splunkd: error while loading shared libraries: ld-linux-armhf.so.3: cannot open shared object file: No such file or directory&lt;BR /&gt;
Splunk&amp;gt; CSI: Logfiles.&lt;BR /&gt;
Checking prerequisites...&lt;BR /&gt;
/volume1/opt/splunkforwarder/bin/splunkd: error while loading shared libraries: ld-linux-armhf.so.3: cannot open shared object file: No such file or directory&lt;BR /&gt;
        Checking mgmt port [8089]: /volume1/opt/splunkforwarder/bin/splunkd: error while loading shared libraries: ld-linux-armhf.so.3: cannot open shared object file: No such file or directory&lt;BR /&gt;
Illegal instruction (core dumped)&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;Any Ideas?&lt;/P&gt;

&lt;P&gt;BR &lt;BR /&gt;
Henning&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2015 09:08:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunkd-error-while-loading-shared-libraries-ld-linux-armhf-so-3/m-p/175719#M98292</guid>
      <dc:creator>hgehrts_splunk</dc:creator>
      <dc:date>2015-08-17T09:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: splunkd: error while loading shared libraries: ld-linux-armhf.so.3</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunkd-error-while-loading-shared-libraries-ld-linux-armhf-so-3/m-p/175720#M98293</link>
      <description>&lt;P&gt;it's trying to call a libc that does not exist. Or better: it's calling a libc that exists but it's not under the name the splunk executable expects.&lt;BR /&gt;
this one is actually easy to fix. You need to create a symbolic link so the library ld-linux.so.3 also answer as ld-linux-armhf.so.3:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;ln -s /lib/ld-linux.so.3 /lib/ld-linux-armhf.so.3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then problem solved. Assuming the architecture of your NAS is at least ARMv6 it will work beautifully. My synology unfortunately is ARMv5 so I get an "illegal instruction" error when I run the splunk executable. Check the architecture with:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;uname -a
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 07 Feb 2018 10:12:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunkd-error-while-loading-shared-libraries-ld-linux-armhf-so-3/m-p/175720#M98293</guid>
      <dc:creator>gmartins_splunk</dc:creator>
      <dc:date>2018-02-07T10:12:33Z</dc:date>
    </item>
  </channel>
</rss>

