<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:13:41 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>[CDRIVER-1944] On macOS, config is unable to detect the installed OpenSSL library</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-1944</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;On macOS, &lt;tt&gt;configure&lt;/tt&gt; is unable to detect the installed OpenSSL library. When trying to configure the MongoDB C library with OpenSSL installed at a custom location (&lt;tt&gt;/usr/local/custom/openssl&lt;/tt&gt;) specified in the &lt;tt&gt;PKG_CONFIG_LIBDIR&lt;/tt&gt; (or &lt;tt&gt;PKG_CONFIG_PATH&lt;/tt&gt;) environment variable, &lt;tt&gt;configure&lt;/tt&gt; is unable to detect the installation and exits with an error: &lt;tt&gt;configure: error: You must install the OpenSSL development headers to enable OpenSSL support.&lt;/tt&gt;&lt;/p&gt;

&lt;p&gt;See the attachment for the commands and flags I used as well as the &lt;tt&gt;configure&lt;/tt&gt; output.&lt;/p&gt;

&lt;p&gt;I was previously able to use the same build procedure to get the 1.3.6 version of the Mongo C library to correctly configure and build.&lt;/p&gt;</description>
                <environment>macOS 10.12.1</environment>
        <key id="337313">CDRIVER-1944</key>
            <summary>On macOS, config is unable to detect the installed OpenSSL library</summary>
                <type id="1" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14703&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</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="9">Done</resolution>
                                        <assignee username="bjori">Hannes Magnusson</assignee>
                                    <reporter username="jwang">Jonathan Wang</reporter>
                        <labels>
                    </labels>
                <created>Thu, 8 Dec 2016 16:38:56 +0000</created>
                <updated>Fri, 9 Dec 2016 21:26:46 +0000</updated>
                            <resolved>Fri, 9 Dec 2016 21:26:46 +0000</resolved>
                                    <version>1.5.0</version>
                                    <fixVersion>1.5.1</fixVersion>
                                    <component>libmongoc</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="1454334" author="xgen-internal-githook" created="Fri, 9 Dec 2016 21:25:04 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1944&quot; title=&quot;On macOS, config is unable to detect the installed OpenSSL library&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1944&quot;&gt;&lt;del&gt;CDRIVER-1944&lt;/del&gt;&lt;/a&gt; Fix OpenSSL header lookups in non-default paths&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/2cbc5b9f7d818970b588aed60cbf5ff08fb63a76&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/2cbc5b9f7d818970b588aed60cbf5ff08fb63a76&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1454333" author="xgen-internal-githook" created="Fri, 9 Dec 2016 21:24:34 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;bjori&apos;, u&apos;name&apos;: u&apos;Hannes Magnusson&apos;, u&apos;email&apos;: u&apos;bjori@php.net&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-1944&quot; title=&quot;On macOS, config is unable to detect the installed OpenSSL library&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-1944&quot;&gt;&lt;del&gt;CDRIVER-1944&lt;/del&gt;&lt;/a&gt; Fix OpenSSL header lookups in non-default paths&lt;br/&gt;
Branch: r1.5&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/d42650dbc1e044dc473bfdfde0a424ed60b6e668&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/d42650dbc1e044dc473bfdfde0a424ed60b6e668&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="1452793" author="bjori" created="Thu, 8 Dec 2016 21:17:23 +0000"  >&lt;p&gt;Thanks for the report!&lt;br/&gt;
That explains a lot &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.mongodb.org/images/icons/emoticons/biggrin.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                            <comment id="1452635" author="jwang" created="Thu, 8 Dec 2016 19:21:06 +0000"  >&lt;p&gt;After doing some more testing, it seems as though providing &lt;tt&gt;--enable-ssl=openssl&lt;/tt&gt; causes the same config error on Linux as well.&lt;/p&gt;</comment>
                            <comment id="1452475" author="jwang" created="Thu, 8 Dec 2016 16:48:00 +0000"  >&lt;p&gt;Additionally, I&apos;m guessing that the specifying a custom OpenSSL installation also does not work on Linux either. On Linux, there might just not be a build error because the default value of &lt;tt&gt;SSL_LIBS&lt;/tt&gt; is &lt;tt&gt;-lssl -lcrypto&lt;/tt&gt;, which ends up being able to locate those libraries in default locations.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="337803">CDRIVER-1952</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="145568" name="mongoc_error.txt" size="10131" author="jwang" created="Thu, 8 Dec 2016 16:48:23 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hsso4n:</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_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="1301">C Driver 2016 sprint 9</customfieldvalue>

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