<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 04:10:56 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-26028] Windows zip releases missing msvcr120.dll and msvcp120.dll</title>
                <link>https://jira.mongodb.org/browse/SERVER-26028</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;The Windows zip releases do not contain the Visual Studio 2013 redistributable libraries.&lt;/p&gt;

&lt;p&gt;The msi installers carry the libraries and install them to %WINDIR%\System32.&lt;/p&gt;</description>
                <environment></environment>
        <key id="314942">SERVER-26028</key>
            <summary>Windows zip releases missing msvcr120.dll and msvcp120.dll</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="2">Won&apos;t Fix</resolution>
                                        <assignee username="andrew.morrow@mongodb.com">Andrew Morrow</assignee>
                                    <reporter username="john.becker">John Becker</reporter>
                        <labels>
                    </labels>
                <created>Thu, 8 Sep 2016 15:44:26 +0000</created>
                <updated>Thu, 28 May 2020 17:14:41 +0000</updated>
                            <resolved>Mon, 18 May 2020 22:05:29 +0000</resolved>
                                    <version>3.2.6</version>
                    <version>3.3.12</version>
                                                    <component>Packaging</component>
                                        <votes>7</votes>
                                    <watches>13</watches>
                                                                                                                <comments>
                            <comment id="3093977" author="acm" created="Mon, 18 May 2020 22:05:29 +0000"  >&lt;p&gt;I am closing this ticket as won&apos;t fix. MongoDB ships two types of releases for Windows: zipfiles and MSIs. If you install our MSIs you will notice that they include the merge modules for the redistributable runtime libraries. This allows us to automatically install the necessary library support should the system not already have it.&lt;/p&gt;

&lt;p&gt;Unfortunately, the same is not possible with the zip distribution, because a zip distribution does not give us an opportunity to run install actions when you unpack it. So there is no way for us to actually install the redistributable runtime libraries. We could bundle the vcredist executable into the zip file (and, in fact, the enterprise zip does so), but that still requires manual intervention to install it.&lt;/p&gt;

&lt;p&gt;Directly including the required DLLs in the zip packages &lt;tt&gt;bin&lt;/tt&gt; directory would work, but is inadvisable from a security perspective: it would mean that MongoDB would need to re-issue packages every time a vulnerability was disclosed in the Microsoft runtime environment. Any lag between disclosure and our issuing a release could leave running servers vulnerable.&lt;/p&gt;

&lt;p&gt;Since including the DLLs directly isn&apos;t an option, and since including the vcredist package doesn&apos;t avoid the need for a manual step one way or another, there isn&apos;t much we can do to improve the situation with the zip file. Our recommendation is that if you want automated installation of the redistributable runtime libraries should your system not have them, you should install via the MSI instead of using the zipfiles.&lt;/p&gt;</comment>
                            <comment id="3091580" author="JIRAUSER1252157" created="Mon, 18 May 2020 04:31:23 +0000"  >&lt;p&gt;Just downloaded the .zip of 4.2.6 and this is still an issue&#160;on Windows 10 &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&#160;&lt;/p&gt;

&lt;p&gt;I&apos;m bundling mongod with another software and would prefer to use a static build if available... but looks like I might have to build it myself...&lt;/p&gt;</comment>
                            <comment id="1861773" author="garydgregory" created="Wed, 11 Apr 2018 18:59:23 +0000"  >&lt;p&gt;Agreed, my testing is now hard coded to Mongo 3.4 due to this bug.&lt;/p&gt;</comment>
                            <comment id="1861703" author="doctorpangloss" created="Wed, 11 Apr 2018 18:18:06 +0000"  >&lt;p&gt;Minor?! It&apos;s a blocker! There are 200 packages that use de.flapdoodle.embed.mongo. Please fix this. The number of workarounds that dependent packages use is staggering.&lt;/p&gt;</comment>
                            <comment id="1859840" author="garydgregory" created="Mon, 9 Apr 2018 23:49:44 +0000"  >&lt;p&gt;I am also a user of &lt;a href=&quot;https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo&lt;/a&gt; and this limits what I can do.&lt;/p&gt;</comment>
                            <comment id="1841853" author="pwirth" created="Thu, 22 Mar 2018 14:03:42 +0000"  >&lt;p&gt;Can we get a fix for 3.6 too? &lt;/p&gt;

&lt;p&gt;I am a maintainer of a lib which relies on the windows zip distributions. It breaks more and more builds on windows machines :/&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1826465" author="ramon.fernandez" created="Wed, 7 Mar 2018 19:41:55 +0000"  >&lt;p&gt;Please see &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-32877&quot; title=&quot;Unable to run mongod.exe on Windows 10 due to missing libraries&quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-32877&quot;&gt;&lt;del&gt;SERVER-32877&lt;/del&gt;&lt;/a&gt; for other missing libraries reported by users when considering this ticket.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="486862">SERVER-32877</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="1339986">SERVER-47954</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="185968">SERVER-17368</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="158010">SERVER-15400</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18555" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname># of Sprints</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 9 Jan 2017 16:47:43 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 38 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>andrew.morrow@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            3 years, 38 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_10032" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Operating System</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10026"><![CDATA[ALL]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>andrew.morrow@mongodb.com</customfieldvalue>
            <customfieldvalue>doctorpangloss</customfieldvalue>
            <customfieldvalue>garydgregory</customfieldvalue>
            <customfieldvalue>john.becker</customfieldvalue>
            <customfieldvalue>paulsukhanov@gmail.com</customfieldvalue>
            <customfieldvalue>pwirth</customfieldvalue>
            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrjwj3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hxaiwf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="3910">Dev Platform 2020-06-01</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10750" key="com.atlassian.jira.plugin.system.customfieldtypes:textarea">
                        <customfieldname>Steps To Reproduce</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>&lt;p&gt;1) Download any zip release from &lt;a href=&quot;https://www.mongodb.org/dl/win32/x86_64-2008plus-ssl?_ga=1.249432199.1028970917.1409164818&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://www.mongodb.org/dl/win32/x86_64-2008plus-ssl?_ga=1.249432199.1028970917.1409164818&lt;/a&gt;&lt;br/&gt;
2) Extract to any directory&lt;br/&gt;
3) Run mongod in an environment that does not have msvcr120.dll or msvcp120.dll on the PATH.&lt;/p&gt;</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrl8on:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>