<?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: Splunk installation issues version 6.6.1 in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339843#M7645</link>
    <description>&lt;P&gt;Try running:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;sudo ldconfig&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;DESCRIPTION&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;ldconfig creates the necessary links and cache to the most recent shared libraries found in the directories specified on the command line, in the file /etc/ld.so.conf, and in the trusted directories (/lib and /usr/lib).  The cache is used by the run-time linker, ld.so or ld-linux.so.  ldconfig checks the header and filenames of the libraries it encounters when determining which versions should have their links updated.&lt;/LI&gt;
&lt;LI&gt;ldconfig will attempt to deduce the type of ELF libs (i.e., libc5 or libc6/glibc) based on what C libs, if any, the library was linked against.&lt;/LI&gt;
&lt;LI&gt;Some existing libs do not contain enough information to allow the deduction of their type.  Therefore, the /etc/ld.so.conf file format allows the specification of an expected type.  This is used only for those ELF libs which we  can not work out.  The format is "dirname=TYPE", where TYPE can be libc4, libc5, or libc6.  (This syntax also works on the command line.)  Spaces are not allowed. Also see the -p option.  ldconfig should normally be run by the superuser as it may require write permission on some root owned directories and files.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;*This worked in our case after some back and forth with Splunk Support.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Aug 2017 13:30:03 GMT</pubDate>
    <dc:creator>kalmira</dc:creator>
    <dc:date>2017-08-21T13:30:03Z</dc:date>
    <item>
      <title>Splunk installation issues version 6.6.1</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339839#M7641</link>
      <description>&lt;P&gt;Hi All, I have tried to install the splunk 6.6.1 version in VM Linux environment for a testing purpose and while extracting the splunk bundle got an error and soon after extracting the bundle,  when tried to execute the ./splunk start --accept-license I am getting this error. &lt;/P&gt;

&lt;P&gt;splunk bundle : splunk-6.6.1-aeae3fe0c5af-Linux-x86_64.tgz &lt;BR /&gt;
OS version : OEL 6.5  (Oracle Enterprise Linux 64 bit) &lt;BR /&gt;
RAM :  4GB &lt;/P&gt;

&lt;P&gt;[root@lab bin]# ./splunk start --accept-license&lt;BR /&gt;
This appears to be your first time running this version of Splunk.&lt;BR /&gt;
/opt/splunk/bin/splunkd: error while loading shared libraries: libxmlsec1.so.1: cannot open shared object file: No such file or directory&lt;BR /&gt;
/opt/splunk/bin/splunkd: error while loading shared libraries: libxmlsec1.so.1: cannot open shared object file: No such file or directory&lt;BR /&gt;
/opt/splunk/bin/splunkd: error while loading shared libraries: libxmlsec1.so.1: cannot open shared object file: No such file or directory&lt;BR /&gt;
Did not find "disabled" setting of "kvstore" stanza in server bundle.&lt;/P&gt;

&lt;P&gt;Splunk&amp;gt; Take the sh out of IT.&lt;/P&gt;

&lt;P&gt;Checking prerequisites...&lt;BR /&gt;
/opt/splunk/bin/splunkd: error while loading shared libraries: libxmlsec1.so.1: cannot open shared object file: No such file or directory&lt;BR /&gt;
    Checking mgmt port [8089]: /opt/splunk/bin/splunkd: error while loading shared libraries: libxmlsec1.so.1: cannot open shared object file: No such file or directory&lt;BR /&gt;
open&lt;BR /&gt;
/opt/splunk/bin/splunkd: error while loading shared libraries: libxmlsec1.so.1: cannot open shared object file: No such file or directory&lt;BR /&gt;
    Checking kvstore port [8191]: /opt/splunk/bin/splunkd: error while loading shared libraries: libxmlsec1.so.1: cannot open shared object file: No such file or directory&lt;BR /&gt;
open&lt;BR /&gt;
/opt/splunk/bin/splunkd: error while loading shared libraries: libxmlsec1.so.1: cannot open shared object file: No such file or directory&lt;BR /&gt;
        Creating: /opt/splunk/var/lib/splunk&lt;BR /&gt;
        Creating: /opt/splunk/var/run/splunk&lt;BR /&gt;
        Creating: /opt/splunk/var/run/splunk/appserver/i18n&lt;BR /&gt;
        Creating: /opt/splunk/var/run/splunk/appserver/modules/static/css&lt;BR /&gt;
        Creating: /opt/splunk/var/run/splunk/upload&lt;BR /&gt;
        Creating: /opt/splunk/var/spool/splunk&lt;BR /&gt;
        Creating: /opt/splunk/var/spool/dirmoncache&lt;BR /&gt;
        Creating: /opt/splunk/var/lib/splunk/authDb&lt;BR /&gt;
        Creating: /opt/splunk/var/lib/splunk/hashDb&lt;BR /&gt;
/opt/splunk/bin/splunkd: error while loading shared libraries: libxmlsec1.so.1: cannot open shared object file: No such file or directory&lt;BR /&gt;
SSL certificate generation failed.&lt;/P&gt;

&lt;P&gt;Kindly guide me how to trouble shoot this issue, so that I can install the splunk software in test environment. &lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 09:50:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339839#M7641</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-08-01T09:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk installation issues version 6.6.1</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339840#M7642</link>
      <description>&lt;P&gt;Hi there, did you happen to get this fixed? Having the same issue.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Aug 2017 19:01:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339840#M7642</guid>
      <dc:creator>kalmira</dc:creator>
      <dc:date>2017-08-18T19:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk installation issues version 6.6.1</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339841#M7643</link>
      <description>&lt;P&gt;Hi Kalmira, No I was unable to fix the issue, so could not proceed further, so did you get any solution to fix  the issue. &lt;/P&gt;

&lt;P&gt;thanks in advances. &lt;/P&gt;</description>
      <pubDate>Sun, 20 Aug 2017 12:45:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339841#M7643</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-08-20T12:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk installation issues version 6.6.1</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339842#M7644</link>
      <description>&lt;P&gt;I don't know what version of linux the OEL is derived from, but have you tried just installing the &lt;CODE&gt;libxmlsec1&lt;/CODE&gt; library on the server? That seems to me to be the first course of action to take. I suspect that OEL decided not to install that library by default and that installing it should take care of your issue.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Aug 2017 17:47:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339842#M7644</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-08-20T17:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk installation issues version 6.6.1</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339843#M7645</link>
      <description>&lt;P&gt;Try running:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;sudo ldconfig&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;DESCRIPTION&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;ldconfig creates the necessary links and cache to the most recent shared libraries found in the directories specified on the command line, in the file /etc/ld.so.conf, and in the trusted directories (/lib and /usr/lib).  The cache is used by the run-time linker, ld.so or ld-linux.so.  ldconfig checks the header and filenames of the libraries it encounters when determining which versions should have their links updated.&lt;/LI&gt;
&lt;LI&gt;ldconfig will attempt to deduce the type of ELF libs (i.e., libc5 or libc6/glibc) based on what C libs, if any, the library was linked against.&lt;/LI&gt;
&lt;LI&gt;Some existing libs do not contain enough information to allow the deduction of their type.  Therefore, the /etc/ld.so.conf file format allows the specification of an expected type.  This is used only for those ELF libs which we  can not work out.  The format is "dirname=TYPE", where TYPE can be libc4, libc5, or libc6.  (This syntax also works on the command line.)  Spaces are not allowed. Also see the -p option.  ldconfig should normally be run by the superuser as it may require write permission on some root owned directories and files.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;*This worked in our case after some back and forth with Splunk Support.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:30:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339843#M7645</guid>
      <dc:creator>kalmira</dc:creator>
      <dc:date>2017-08-21T13:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk installation issues version 6.6.1</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339844#M7646</link>
      <description>&lt;P&gt;Hi cpetterborg, thanks for your effort on this issue, i could successfully install the splunk 6.6.1 in our test machine. As you had commented that by installing the libxmlsec1-1.2.18-123.1.x86_64.rpm&lt;BR /&gt;
  file from this site. After installing the rpm, i could install and launch the splunk application.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://rpm.pbone.net/index.php3/stat/4/idpl/23752033/dir/redhat_el_6/com/libxmlsec1-1.2.18-123.1.x86_64.rpm.html"&gt;http://rpm.pbone.net/index.php3/stat/4/idpl/23752033/dir/redhat_el_6/com/libxmlsec1-1.2.18-123.1.x86_64.rpm.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;thanks &lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2017 11:10:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339844#M7646</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-09-02T11:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk installation issues version 6.6.1</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339845#M7647</link>
      <description>&lt;P&gt;Hi Kalmira, thanks for your effort on this issue, i could successfully install the splunk 6.6.1 in our test machine. As cpetterborg had commented in his comments,  that by installing the libxmlsec1-1.2.18-123.1.x86_64.rpm&lt;BR /&gt;
file from this site had fixed the issue.&lt;BR /&gt;
 After installing the rpm, i could install and launch the splunk application.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://rpm.pbone.net/index.php3/stat/4/idpl/23752033/dir/redhat_el_6/com/libxmlsec1-1.2.18-123.1.x86_64.rpm.html"&gt;http://rpm.pbone.net/index.php3/stat/4/idpl/23752033/dir/redhat_el_6/com/libxmlsec1-1.2.18-123.1.x86_64.rpm.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;thanks &lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2017 11:35:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339845#M7647</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2017-09-02T11:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk installation issues version 6.6.1</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339846#M7648</link>
      <description>&lt;P&gt;I've converted the comment to an answer if you want to accept the answer so that others can easily find the answer to your question.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2017 15:05:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-installation-issues-version-6-6-1/m-p/339846#M7648</guid>
      <dc:creator>cpetterborg</dc:creator>
      <dc:date>2017-09-02T15:05:02Z</dc:date>
    </item>
  </channel>
</rss>

