<?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 Error on start for Darwin  11.3.0 Darwin Kernel Version 11.3.0: root:xnu-1699.24.23~1/RELEASE_I386 i386 in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Error-on-start-for-Darwin-11-3-0-Darwin-Kernel-Version-11-3-0/m-p/70264#M1134</link>
    <description>&lt;P&gt;Anyone else getting this error:&lt;/P&gt;

&lt;P&gt;This appears to be your first time running this version of Splunk.&lt;BR /&gt;
Traceback (most recent call last):&lt;BR /&gt;
  File "/Applications/splunk/lib/python2.7/site-packages/splunk/clilib/cli.py", line 17, in &lt;MODULE&gt;&lt;BR /&gt;
    import splunk.clilib.cli_common as comm&lt;BR /&gt;
  File "/Applications/splunk/lib/python2.7/site-packages/splunk/&lt;STRONG&gt;init&lt;/STRONG&gt;.py", line 2, in &lt;MODULE&gt;&lt;BR /&gt;
    import util, os, logging&lt;BR /&gt;
  File "/Applications/splunk/lib/python2.7/site-packages/splunk/util.py", line 13, in &lt;MODULE&gt;&lt;BR /&gt;
    import subprocess&lt;BR /&gt;
  File "/Applications/splunk/lib/python2.7/subprocess.py", line 432, in &lt;MODULE&gt;&lt;BR /&gt;
    import pickle&lt;BR /&gt;
  File "/Applications/splunk/lib/python2.7/pickle.py", line 1266, in &lt;MODULE&gt;&lt;BR /&gt;
    import binascii as _binascii&lt;BR /&gt;
ImportError: dlopen(/Applications/splunk/lib/python2.7/lib-dynload/binascii.so, 2): Library not loaded: @Anonymous_path/../../libz.1.dylib&lt;BR /&gt;
  Referenced from: /Applications/splunk/lib/python2.7/lib-dynload/binascii.so&lt;BR /&gt;
  Reason: Incompatible library version: binascii.so requires version 4.0.0 or later, but libz.1.dylib provides version 1.0.0&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 11:23:19 GMT</pubDate>
    <dc:creator>jesselee</dc:creator>
    <dc:date>2020-09-28T11:23:19Z</dc:date>
    <item>
      <title>Error on start for Darwin  11.3.0 Darwin Kernel Version 11.3.0: root:xnu-1699.24.23~1/RELEASE_I386 i386</title>
      <link>https://community.splunk.com/t5/Installation/Error-on-start-for-Darwin-11-3-0-Darwin-Kernel-Version-11-3-0/m-p/70264#M1134</link>
      <description>&lt;P&gt;Anyone else getting this error:&lt;/P&gt;

&lt;P&gt;This appears to be your first time running this version of Splunk.&lt;BR /&gt;
Traceback (most recent call last):&lt;BR /&gt;
  File "/Applications/splunk/lib/python2.7/site-packages/splunk/clilib/cli.py", line 17, in &lt;MODULE&gt;&lt;BR /&gt;
    import splunk.clilib.cli_common as comm&lt;BR /&gt;
  File "/Applications/splunk/lib/python2.7/site-packages/splunk/&lt;STRONG&gt;init&lt;/STRONG&gt;.py", line 2, in &lt;MODULE&gt;&lt;BR /&gt;
    import util, os, logging&lt;BR /&gt;
  File "/Applications/splunk/lib/python2.7/site-packages/splunk/util.py", line 13, in &lt;MODULE&gt;&lt;BR /&gt;
    import subprocess&lt;BR /&gt;
  File "/Applications/splunk/lib/python2.7/subprocess.py", line 432, in &lt;MODULE&gt;&lt;BR /&gt;
    import pickle&lt;BR /&gt;
  File "/Applications/splunk/lib/python2.7/pickle.py", line 1266, in &lt;MODULE&gt;&lt;BR /&gt;
    import binascii as _binascii&lt;BR /&gt;
ImportError: dlopen(/Applications/splunk/lib/python2.7/lib-dynload/binascii.so, 2): Library not loaded: @Anonymous_path/../../libz.1.dylib&lt;BR /&gt;
  Referenced from: /Applications/splunk/lib/python2.7/lib-dynload/binascii.so&lt;BR /&gt;
  Reason: Incompatible library version: binascii.so requires version 4.0.0 or later, but libz.1.dylib provides version 1.0.0&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:23:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Error-on-start-for-Darwin-11-3-0-Darwin-Kernel-Version-11-3-0/m-p/70264#M1134</guid>
      <dc:creator>jesselee</dc:creator>
      <dc:date>2020-09-28T11:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error on start for Darwin  11.3.0 Darwin Kernel Version 11.3.0: root:xnu-1699.24.23~1/RELEASE_I386 i386</title>
      <link>https://community.splunk.com/t5/Installation/Error-on-start-for-Darwin-11-3-0-Darwin-Kernel-Version-11-3-0/m-p/70265#M1135</link>
      <description>&lt;P&gt;Similar, but different, error here:&lt;/P&gt;

&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;
  File "/Applications/splunk/lib/python2.7/site-packages/splunk/clilib/cli.py", line 17, in &lt;MODULE&gt;&lt;BR /&gt;
    import splunk.clilib.cli_common as comm&lt;BR /&gt;
  File "/Applications/splunk/lib/python2.7/site-packages/splunk/clilib/cli_common.py", line 5, in &lt;MODULE&gt;&lt;BR /&gt;
    import xml.etree.cElementTree as et&lt;BR /&gt;
  File "/usr/lib/python/xml/etree/cElementTree.py", line 3, in &lt;MODULE&gt;&lt;BR /&gt;
    from _elementtree import *&lt;BR /&gt;
  File "&lt;STRING&gt;", line 147, in &lt;MODULE&gt;&lt;BR /&gt;
AttributeError: 'module' object has no attribute 'fromstringlist'&lt;/MODULE&gt;&lt;/STRING&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/MODULE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:44:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Error-on-start-for-Darwin-11-3-0-Darwin-Kernel-Version-11-3-0/m-p/70265#M1135</guid>
      <dc:creator>aprepo</dc:creator>
      <dc:date>2020-09-28T12:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error on start for Darwin  11.3.0 Darwin Kernel Version 11.3.0: root:xnu-1699.24.23~1/RELEASE_I386 i386</title>
      <link>https://community.splunk.com/t5/Installation/Error-on-start-for-Darwin-11-3-0-Darwin-Kernel-Version-11-3-0/m-p/70266#M1136</link>
      <description>&lt;P&gt;I had the same problem on my Mac...&lt;/P&gt;

&lt;P&gt;Got help from YannK: when I untar from the command line ( &lt;CODE&gt;tar -xvf splunk-5.0.2-149561-Darwin-universal.tgz&lt;/CODE&gt; ) everything worked -- looks like there might be some problem with whatever OS X is doing when I double-click to extract.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 17:08:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Error-on-start-for-Darwin-11-3-0-Darwin-Kernel-Version-11-3-0/m-p/70266#M1136</guid>
      <dc:creator>jbennett_splunk</dc:creator>
      <dc:date>2013-02-12T17:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error on start for Darwin  11.3.0 Darwin Kernel Version 11.3.0: root:xnu-1699.24.23~1/RELEASE_I386 i386</title>
      <link>https://community.splunk.com/t5/Installation/Error-on-start-for-Darwin-11-3-0-Darwin-Kernel-Version-11-3-0/m-p/70267#M1137</link>
      <description>&lt;P&gt;On MAC, try to untar using the command line instead of the Finder extractor.&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;&lt;BR /&gt;
tar -xvf Splunk-5.0.2.xxxx.tgz&lt;BR /&gt;
cd splunk/bin&lt;BR /&gt;
./splunk start&lt;BR /&gt;
&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 18:25:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Error-on-start-for-Darwin-11-3-0-Darwin-Kernel-Version-11-3-0/m-p/70267#M1137</guid>
      <dc:creator>yannK</dc:creator>
      <dc:date>2013-02-12T18:25:50Z</dc:date>
    </item>
  </channel>
</rss>

