<?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 is msvcr80.dll, not msvcr90.dll been including in Splunk 5? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-msvcr80-dll-not-msvcr90-dll-been-including-in-Splunk-5/m-p/32131#M178159</link>
    <description>&lt;P&gt;Although Splunk updates the version of Python that ships with Splunk, as I understand it is still a custom build for Splunk and as such some libraries may not be updated or supported (I had some issues a year or so ago with a missing library).&lt;/P&gt;

&lt;P&gt;For MS SQL connectivity, depending on what you want to do, you may find this app helpful;&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/apps/50803/splunk-db-connect"&gt;http://splunk-base.splunk.com/apps/50803/splunk-db-connect&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Feb 2013 08:54:48 GMT</pubDate>
    <dc:creator>Drainy</dc:creator>
    <dc:date>2013-02-16T08:54:48Z</dc:date>
    <item>
      <title>Why is msvcr80.dll, not msvcr90.dll been including in Splunk 5?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-msvcr80-dll-not-msvcr90-dll-been-including-in-Splunk-5/m-p/32130#M178158</link>
      <description>&lt;P&gt;According to the Release Note, version of Python in Splunk 5 is 2.7.3.&lt;/P&gt;

&lt;P&gt;Reference: &lt;A href="http://docs.splunk.com/Documentation/Splunk/5.0.2/ReleaseNotes/Python"&gt;http://docs.splunk.com/Documentation/Splunk/5.0.2/ReleaseNotes/Python&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But in Python 2.7.3 downloaded from python.org, msvcr90.dll has been included, not msvcr80.dll.&lt;/P&gt;

&lt;P&gt;I have tried to use third-part library "pyodbc for Python 2.7" to access MS SQL Server, the library works in Python 2.7.3. In Splunk 5, it does not work since it depends on msvcr90.dll.&lt;/P&gt;

&lt;P&gt;I still have no idea to use pyodbc in Splunk 5. Can someone help me?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2013 13:11:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-msvcr80-dll-not-msvcr90-dll-been-including-in-Splunk-5/m-p/32130#M178158</guid>
      <dc:creator>lzhang_soliton</dc:creator>
      <dc:date>2013-02-14T13:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Why is msvcr80.dll, not msvcr90.dll been including in Splunk 5?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-msvcr80-dll-not-msvcr90-dll-been-including-in-Splunk-5/m-p/32131#M178159</link>
      <description>&lt;P&gt;Although Splunk updates the version of Python that ships with Splunk, as I understand it is still a custom build for Splunk and as such some libraries may not be updated or supported (I had some issues a year or so ago with a missing library).&lt;/P&gt;

&lt;P&gt;For MS SQL connectivity, depending on what you want to do, you may find this app helpful;&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/apps/50803/splunk-db-connect"&gt;http://splunk-base.splunk.com/apps/50803/splunk-db-connect&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2013 08:54:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-msvcr80-dll-not-msvcr90-dll-been-including-in-Splunk-5/m-p/32131#M178159</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-02-16T08:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why is msvcr80.dll, not msvcr90.dll been including in Splunk 5?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-msvcr80-dll-not-msvcr90-dll-been-including-in-Splunk-5/m-p/32132#M178160</link>
      <description>&lt;P&gt;Thank you, Drainy. I am really new to Python.&lt;BR /&gt;
I have found the way to solve the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 02:44:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-msvcr80-dll-not-msvcr90-dll-been-including-in-Splunk-5/m-p/32132#M178160</guid>
      <dc:creator>lzhang_soliton</dc:creator>
      <dc:date>2013-02-18T02:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Why is msvcr80.dll, not msvcr90.dll been including in Splunk 5?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-msvcr80-dll-not-msvcr90-dll-been-including-in-Splunk-5/m-p/32133#M178161</link>
      <description>&lt;P&gt;I have solved the problem by rebuilding pyodbc.pyd library.&lt;/P&gt;

&lt;P&gt;Required items:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Visual Studio 2005&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;includes the compiler using msvcr80.dll.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Python 2.7.3 source code&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;includes Python command.&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;pyodbc source code&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;includes build option in setup.py.&lt;/P&gt;

&lt;P&gt;Building pyd file:&lt;/P&gt;

&lt;P&gt;Running python.exe in Python 2.7.3\PC\VS8.0 folder to build setup.py.&lt;/P&gt;

&lt;P&gt;Check library dependencies:&lt;/P&gt;

&lt;P&gt;Running Dependency Walker tool.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 03:05:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-msvcr80-dll-not-msvcr90-dll-been-including-in-Splunk-5/m-p/32133#M178161</guid>
      <dc:creator>lzhang_soliton</dc:creator>
      <dc:date>2013-02-18T03:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Why is msvcr80.dll, not msvcr90.dll been including in Splunk 5?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-msvcr80-dll-not-msvcr90-dll-been-including-in-Splunk-5/m-p/32134#M178162</link>
      <description>&lt;P&gt;If you are replacing any files within Splunk just be wary that you will need to replace these any time you upgrade Splunk - it will overwrite them each time otherwise.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 07:41:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-msvcr80-dll-not-msvcr90-dll-been-including-in-Splunk-5/m-p/32134#M178162</guid>
      <dc:creator>Drainy</dc:creator>
      <dc:date>2013-02-18T07:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Why is msvcr80.dll, not msvcr90.dll been including in Splunk 5?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-msvcr80-dll-not-msvcr90-dll-been-including-in-Splunk-5/m-p/32135#M178163</link>
      <description>&lt;P&gt;Drainy, you are correct. I should not replace any files within Splunk. &lt;/P&gt;

&lt;P&gt;Pyodbc is the third-party library that is not available in Splunk. So I rebuilt it to let it depend on msvcr80.dll using in Splunk. And I copied it to bin directory in my App. It will not be overwritten during Splunk upgrade.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2013 08:08:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-msvcr80-dll-not-msvcr90-dll-been-including-in-Splunk-5/m-p/32135#M178163</guid>
      <dc:creator>lzhang_soliton</dc:creator>
      <dc:date>2013-02-18T08:08:00Z</dc:date>
    </item>
  </channel>
</rss>

