<?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: &amp;quot;ImportError: ... Symbol not found: _inflateValidate&amp;quot; when starting Splunk 6.x on MacOS High Sierra (10.13) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/quot-ImportError-Symbol-not-found-inflateValidate-quot-when/m-p/324483#M93852</link>
    <description>&lt;P&gt;Please note that the "Special Note" paragraph in the above text was NOT put there by me, but (I assume) by someone from Splunk.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Mar 2018 19:58:36 GMT</pubDate>
    <dc:creator>kcepull2</dc:creator>
    <dc:date>2018-03-28T19:58:36Z</dc:date>
    <item>
      <title>"ImportError: ... Symbol not found: _inflateValidate" when starting Splunk 6.x on MacOS High Sierra (10.13)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/quot-ImportError-Symbol-not-found-inflateValidate-quot-when/m-p/324480#M93849</link>
      <description>&lt;P&gt;When starting Splunk 6.6.3 after upgrading to High Sierra, I was seeing the following errors:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Checking prerequisites...
    Checking http port [8000]: open
    Checking mgmt port [8089]: open
    Checking appserver port [127.0.0.1:8065]: open
    Checking kvstore port [8191]: open
Traceback (most recent call last):
  File "/Applications/splunk/lib/python2.7/site-packages/splunk/clilib/cli.py", line 17, in &amp;lt;module&amp;gt;
    import splunk.clilib.cli_common as comm
  File "/Applications/splunk/lib/python2.7/site-packages/splunk/clilib/cli_common.py", line 10, in &amp;lt;module&amp;gt;
    from xml.sax import saxutils
  File "/Applications/splunk/lib/python2.7/xml/sax/saxutils.py", line 6, in &amp;lt;module&amp;gt;
    import os, urlparse, urllib, types
  File "/Applications/splunk/lib/python2.7/urllib.py", line 1440, in &amp;lt;module&amp;gt;
    from _scproxy import _get_proxy_settings, _get_proxies
ImportError: dlopen(/Applications/splunk/lib/python2.7/lib-dynload/_scproxy.so, 2): Symbol not found: _inflateValidate
  Referenced from: /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
  Expected in: /Applications/splunk/lib/libz.1.dylib
 in /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;[This was after adding "OPTIMISTIC_ABOUT_FILE_LOCKING = 1" to the splunk-launch.conf to allow it to start on APFS.]&lt;/P&gt;

&lt;P&gt;After some research, the 'fix' that seems to work was to copy over the (updated?) libz.1.dylib from /usr/lib as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sudo rm /opt/splunk/lib/libz.1.dylib
sudo cp /usr/lib/libz.1.dylib /opt/splunk/lib/libz.1.dylib
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This seems to allow Splunk to start now.&lt;/P&gt;

&lt;P&gt;Note: This doesn't appear to be a problem with Splunk 7.0, just 6.6.x.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 16:24:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/quot-ImportError-Symbol-not-found-inflateValidate-quot-when/m-p/324480#M93849</guid>
      <dc:creator>kcepull2</dc:creator>
      <dc:date>2020-09-29T16:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: "ImportError: ... Symbol not found: _inflateValidate" when starting Splunk 6.x on MacOS High Sierra (10.13)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/quot-ImportError-Symbol-not-found-inflateValidate-quot-when/m-p/324481#M93850</link>
      <description>&lt;P&gt;After some research, the 'fix' that seems to work was to copy over the (updated?) libz.1.dylib from /usr/lib as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; sudo rm /opt/splunk/lib/libz.1.dylib
 sudo cp /usr/lib/libz.1.dylib /opt/splunk/lib/libz.1.dylib
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This seems to allow Splunk to start now.&lt;/P&gt;

&lt;P&gt;Note: This doesn't appear to be a problem with Splunk 7.0, just 6.6.x.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Special Note:&lt;/STRONG&gt; We have revoked support for &lt;EM&gt;all&lt;/EM&gt; versions of Splunk software on macOS 10.13 High Sierra as of 23 Feb 2018. We might reinstate support at a later time, but there is no timeline for that reinstatement, or the work required to satisfy conditions for reinstatement.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 02:25:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/quot-ImportError-Symbol-not-found-inflateValidate-quot-when/m-p/324481#M93850</guid>
      <dc:creator>kcepull2</dc:creator>
      <dc:date>2017-10-24T02:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: "ImportError: ... Symbol not found: _inflateValidate" when starting Splunk 6.x on MacOS High Sierra (10.13)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/quot-ImportError-Symbol-not-found-inflateValidate-quot-when/m-p/324482#M93851</link>
      <description>&lt;P&gt;Some coverage in the documentation now: &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.3/Troubleshooting/FSLockingIssues"&gt;Splunk Enterprise does not start due to unusable file system&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 16:23:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/quot-ImportError-Symbol-not-found-inflateValidate-quot-when/m-p/324482#M93851</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2018-03-28T16:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: "ImportError: ... Symbol not found: _inflateValidate" when starting Splunk 6.x on MacOS High Sierra (10.13)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/quot-ImportError-Symbol-not-found-inflateValidate-quot-when/m-p/324483#M93852</link>
      <description>&lt;P&gt;Please note that the "Special Note" paragraph in the above text was NOT put there by me, but (I assume) by someone from Splunk.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Mar 2018 19:58:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/quot-ImportError-Symbol-not-found-inflateValidate-quot-when/m-p/324483#M93852</guid>
      <dc:creator>kcepull2</dc:creator>
      <dc:date>2018-03-28T19:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: "ImportError: ... Symbol not found: _inflateValidate" when starting Splunk 6.x on MacOS High Sierra (10.13)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/quot-ImportError-Symbol-not-found-inflateValidate-quot-when/m-p/324484#M93853</link>
      <description>&lt;P&gt;Update: This is fixed in the Splunk Enterprise 7.1 release. The fix will also appear in a future 7.0.x maintenance release.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Apr 2018 17:02:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/quot-ImportError-Symbol-not-found-inflateValidate-quot-when/m-p/324484#M93853</guid>
      <dc:creator>ChrisG</dc:creator>
      <dc:date>2018-04-24T17:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: "ImportError: ... Symbol not found: _inflateValidate" when starting Splunk 6.x on MacOS High Sierra (10.13)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/quot-ImportError-Symbol-not-found-inflateValidate-quot-when/m-p/324485#M93854</link>
      <description>&lt;P&gt;While the above link is helpful as it is another issue experienced on OS X, it isn't related to the issue above.  Even though this is a fairly old post, I can confirm the issue with Splunk 6.x on Mojave&lt;/P&gt;</description>
      <pubDate>Wed, 07 Aug 2019 14:02:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/quot-ImportError-Symbol-not-found-inflateValidate-quot-when/m-p/324485#M93854</guid>
      <dc:creator>triest</dc:creator>
      <dc:date>2019-08-07T14:02:42Z</dc:date>
    </item>
  </channel>
</rss>

