<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:59:45 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>[CXX-613] Checking for sasl_version_info(0, 0, 0, 0, 0, 0) in C library sasl2... no</title>
                <link>https://jira.mongodb.org/browse/CXX-613</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;When I try build cxx-driver with &quot;--ssl --use-sasl-client&quot; I get this:&lt;br/&gt;
scons: Reading SConscript files ...&lt;br/&gt;
scons version: 2.3.0&lt;br/&gt;
python version: 2 7 6 &apos;final&apos; 0&lt;br/&gt;
Checking whether the C++ compiler works(cached) yes&lt;br/&gt;
Checking whether the C compiler works(cached) yes&lt;br/&gt;
Checking if C++ compiler &quot;g++&quot; is GCC... (cached) yes&lt;br/&gt;
Checking if C compiler &quot;gcc&quot; is GCC... (cached) yes&lt;br/&gt;
Checking if C compiler supports -Wno-unused-local-typedefs... (cached) yes&lt;br/&gt;
Checking if C compiler supports -Wno-unused-function... (cached) yes&lt;br/&gt;
Checking if C compiler supports -Wno-unused-private-field... (cached) no&lt;br/&gt;
Checking if C compiler supports -Wno-deprecated-declarations... (cached) yes&lt;br/&gt;
Checking if C compiler supports -Wno-tautological-constant-out-of-range-compare... (cached) no&lt;br/&gt;
Checking if C compiler supports -Wno-unused-const-variable... (cached) no&lt;br/&gt;
Checking if C compiler supports -Wno-missing-braces... (cached) yes&lt;br/&gt;
Checking if we are using libstdc++... (cached) yes&lt;br/&gt;
Checking for libstdc++ 4.6.0 or better... (cached) yes&lt;br/&gt;
Checking if we are on a POSIX system... (cached) yes&lt;br/&gt;
Checking if the POSIX monotonic clock is supported... (cached) yes&lt;br/&gt;
Checking for __thread... (cached) yes&lt;br/&gt;
Checking for gcc __atomic builtins... (cached) yes&lt;br/&gt;
Checking for C++ header file boost/version.hpp... (cached) yes&lt;br/&gt;
Checking for C++ library boost_regex-mt... (cached) no&lt;br/&gt;
Checking for C++ library boost_regex... (cached) yes&lt;br/&gt;
Checking for C++ library boost_thread-mt... (cached) no&lt;br/&gt;
Checking for C++ library boost_thread... (cached) yes&lt;br/&gt;
Checking for C++ library boost_system-mt... (cached) no&lt;br/&gt;
Checking for C++ library boost_system... (cached) yes&lt;br/&gt;
Checking for C header file unistd.h... (cached) yes&lt;br/&gt;
Checking for C library rt... (cached) yes&lt;br/&gt;
Checking for sasl_version_info(0, 0, 0, 0, 0, 0) in C library sasl2... no&lt;/p&gt;

&lt;p&gt;and this stop. But I have libsasl2 in my computer&lt;/p&gt;</description>
                <environment>xubuntu-14.04, gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1)</environment>
        <key id="210027">CXX-613</key>
            <summary>Checking for sasl_version_info(0, 0, 0, 0, 0, 0) in C library sasl2... no</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</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="-1">Unassigned</assignee>
                                    <reporter username="ssi91">Sergei</reporter>
                        <labels>
                            <label>legacy-cxx</label>
                    </labels>
                <created>Thu, 11 Jun 2015 15:57:34 +0000</created>
                <updated>Wed, 11 Sep 2019 19:05:08 +0000</updated>
                            <resolved>Thu, 11 Jun 2015 19:30:12 +0000</resolved>
                                    <version>legacy-1.0.0</version>
                                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="938166" author="acm" created="Thu, 11 Jun 2015 19:30:12 +0000"  >&lt;p&gt;Happy to hear you were able to get it working.&lt;/p&gt;</comment>
                            <comment id="938160" author="ssi91" created="Thu, 11 Jun 2015 19:26:29 +0000"  >&lt;p&gt; re-run scons with the flag --config=force resolve this. Thanks a lot&lt;/p&gt;</comment>
                            <comment id="938080" author="acm" created="Thu, 11 Jun 2015 18:38:24 +0000"  >&lt;p&gt;Could you please re-run scons, but adding the flag --config=force. If it still fails, please attach the contents of the file build/scons/config.log.&lt;/p&gt;</comment>
                            <comment id="937927" author="ssi91" created="Thu, 11 Jun 2015 17:19:30 +0000"  >&lt;p&gt;yes, libsasl2-dev installed:&lt;/p&gt;

&lt;p&gt;$ dpkg -l | grep sasl2&lt;br/&gt;
ii  libsasl2-2:amd64                                            2.1.25.dfsg1-17build1                      amd64        Cyrus SASL - authentication abstraction library&lt;br/&gt;
ii  libsasl2-2:i386                                             2.1.25.dfsg1-17build1                      i386         Cyrus SASL - authentication abstraction library&lt;br/&gt;
ii  libsasl2-dev                                                2.1.25.dfsg1-17build1                      amd64        Cyrus SASL - development files for authentication abstraction library&lt;br/&gt;
ii  libsasl2-modules:amd64                                      2.1.25.dfsg1-17build1                      amd64        Cyrus SASL - pluggable authentication modules&lt;br/&gt;
ii  libsasl2-modules:i386                                       2.1.25.dfsg1-17build1                      i386         Cyrus SASL - pluggable authentication modules&lt;br/&gt;
ii  libsasl2-modules-db:amd64                                   2.1.25.dfsg1-17build1                      amd64        Cyrus SASL - pluggable authentication modules (DB)&lt;br/&gt;
ii  libsasl2-modules-db:i386                                    2.1.25.dfsg1-17build1                      i386         Cyrus SASL - pluggable authentication modules (DB)&lt;/p&gt;</comment>
                            <comment id="937823" author="acm" created="Thu, 11 Jun 2015 16:18:32 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=ssi91&quot; class=&quot;user-hover&quot; rel=&quot;ssi91&quot;&gt;ssi91&lt;/a&gt; -&lt;/p&gt;

&lt;p&gt;What is the output of &lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt; dpkg -l | grep sasl2 &lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt; on your machine. Do you have the -dev package for sasl2 installed?&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </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|hsa8br:</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="567">Platform 5 06/26/16</customfieldvalue>

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