<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:02:36 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-1425] &quot;error while loading shared libraries: libmongocxx.so._noabi:&quot;</title>
                <link>https://jira.mongodb.org/browse/CXX-1425</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;I&apos;ve been working with the latest C++ version and cannot get the test to run due to the&lt;br/&gt;
&quot;error while loading shared libraries: libmongocxx.so._noabi: cannot open shared object library file: No such file or directory&quot; error&lt;/p&gt;

&lt;p&gt;This issue was resolved by Claudio Palumbo on the issue on the Google Group at &lt;a href=&quot;https://groups.google.com/forum/#!topic/mongodb-user/t9I2QPAkTSg&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://groups.google.com/forum/#!topic/mongodb-user/t9I2QPAkTSg&lt;/a&gt;&lt;br/&gt;
and he fixed his own error by running &quot;apt-get upgrade&quot; and upgrading cpp, g++ and gcc.&lt;/p&gt;

&lt;p&gt;Since we are in the compiler business we are reluctant to upgrade those compiler elements at this time.&lt;/p&gt;

&lt;p&gt;It looks like this may be related to the experimental C++17,&lt;br/&gt;
specifically C++17 features std::optional and std::string_view.&lt;/p&gt;

&lt;p&gt;Do you know if the problem is related to this or something else, because it states at the top of the install page that the driver is compatible with gcc 4.8, 5.4. We are using 5.4.&lt;/p&gt;

&lt;p&gt;Any additional insight will be most helpful.&lt;/p&gt;</description>
                <environment>ubuntu 16.04, gcc 5.4</environment>
        <key id="419666">CXX-1425</key>
            <summary>&quot;error while loading shared libraries: libmongocxx.so._noabi:&quot;</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="aptech">Richard D. Johnson</reporter>
                        <labels>
                            <label>driver</label>
                    </labels>
                <created>Wed, 23 Aug 2017 22:54:18 +0000</created>
                <updated>Wed, 11 Sep 2019 19:06:59 +0000</updated>
                            <resolved>Mon, 28 Aug 2017 12:34:19 +0000</resolved>
                                    <version>3.1.3</version>
                                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="1657725" author="aptech" created="Fri, 25 Aug 2017 22:50:57 +0000"  >&lt;p&gt;It works!&lt;/p&gt;

&lt;p&gt;$ c++ --std=c++11 test.cpp $(pkg-config --cflags --libs libmongocxx) -Wl,-rpath,/usr/local/lib&lt;br/&gt;
$&lt;br/&gt;
$ ./a.out&lt;br/&gt;
{ &quot;_id&quot; : &lt;/p&gt;
{ &quot;$oid&quot; : &quot;59a0a7b9fc26a222ca37a012&quot; }
&lt;p&gt;, &quot;hello&quot; : &quot;world&quot; }&lt;br/&gt;
$ &lt;/p&gt;</comment>
                            <comment id="1657584" author="acm" created="Fri, 25 Aug 2017 20:08:13 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=aptech&quot; class=&quot;user-hover&quot; rel=&quot;aptech&quot;&gt;aptech&lt;/a&gt; - Right, so your most recent post shows the example running. It is throwing an exception because it isn&apos;t able to connect to a running server on the local machine. So your prior issue was definitely one of getting the right library path. I suggest that you build your program with &lt;tt&gt;-Wl,-rpath,/usr/local/lib&lt;/tt&gt; to work around this issue. Unfortunately, it does not seem like there is an approved way to inject the desired runtime library search path into the pkg-config file, per &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1071&quot; title=&quot;pkg-config files do not appear to set rpath&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1071&quot;&gt;&lt;del&gt;CXX-1071&lt;/del&gt;&lt;/a&gt;. &lt;/p&gt;</comment>
                            <comment id="1657532" author="aptech" created="Fri, 25 Aug 2017 19:30:10 +0000"  >&lt;p&gt;$ ./a.out&lt;br/&gt;
./a.out: error while loading shared libraries: libmongocxx.so._noabi: cannot open shared object file: No such file or directory&lt;/p&gt;


&lt;p&gt;$ LD_LIBRARY_PATH=/usr/local/lib ./a.out&lt;br/&gt;
terminate called after throwing an instance of &apos;mongocxx::v_noabi::bulk_write_exception&apos;&lt;br/&gt;
  what():  No suitable servers found (`serverSelectionTryOnce` set): &lt;span class=&quot;error&quot;&gt;&amp;#91;connection refused calling ismaster on &amp;#39;localhost:27017&amp;#39;&amp;#93;&lt;/span&gt;: generic server error&lt;/p&gt;</comment>
                            <comment id="1657526" author="aptech" created="Fri, 25 Aug 2017 19:26:27 +0000"  >&lt;p&gt;$ pkg-config --cflags --libs libmongocxx&lt;br/&gt;
-I/usr/local/include/mongocxx/v_noabi -I/usr/local/include/libmongoc-1.0 -I/usr/local/include/bsoncxx/v_noabi -I/usr/local/include/libbson-1.0 -L/usr/local/lib -lmongocxx -lbsoncxx&lt;/p&gt;</comment>
                            <comment id="1657522" author="aptech" created="Fri, 25 Aug 2017 19:25:13 +0000"  >&lt;p&gt;here is the output for make &amp;amp;&amp;amp; make install:&lt;br/&gt;
$ make &amp;amp;&amp;amp; sudo make install&lt;br/&gt;
[  2%] Built target EP_mnmlstc_core&lt;br/&gt;
[  8%] Built target bsoncxx_static&lt;br/&gt;
[ 15%] Built target bsoncxx&lt;br/&gt;
[ 18%] Built target test_bson&lt;br/&gt;
[ 38%] Built target mongocxx_static&lt;br/&gt;
[ 60%] Built target mongocxx_mocked&lt;br/&gt;
[ 81%] Built target mongocxx&lt;br/&gt;
[ 98%] Built target test_driver&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;100%&amp;#93;&lt;/span&gt; Built target test_instance&lt;br/&gt;
[  2%] Built target EP_mnmlstc_core&lt;br/&gt;
[  8%] Built target bsoncxx_static&lt;br/&gt;
[ 15%] Built target bsoncxx&lt;br/&gt;
[ 18%] Built target test_bson&lt;br/&gt;
[ 38%] Built target mongocxx_static&lt;br/&gt;
[ 60%] Built target mongocxx_mocked&lt;br/&gt;
[ 81%] Built target mongocxx&lt;br/&gt;
[ 98%] Built target test_driver&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;100%&amp;#93;&lt;/span&gt; Built target test_instance&lt;br/&gt;
Install the project...&lt;br/&gt;
&amp;#8211; Install configuration: &quot;Release&quot;&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/view_or_value.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/validate.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/cmake&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/enums&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/enums/type.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/enums/binary_sub_type.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/test&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/test/CMakeFiles&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/test/CMakeFiles/test_bson.dir&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/test/CMakeFiles/test_bson.dir/__&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/test/CMakeFiles/test_bson.dir/_&lt;em&gt;/&lt;/em&gt;_&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/test/CMakeFiles/test_bson.dir/_&lt;em&gt;/&lt;/em&gt;_/third_party&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/test/CMakeFiles/test_bson.dir/_&lt;em&gt;/&lt;/em&gt;_/third_party/catch&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/util&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/util/functor.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/json.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/string&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/string/view_or_value.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/config&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/config/postlude.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/config/CMakeFiles&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/config/compiler.hpp&lt;br/&gt;
&amp;#8211; Installing: /usr/local/include/bsoncxx/v_noabi/bsoncxx/config/export.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/config/prelude.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/config/private&lt;br/&gt;
&amp;#8211; Installing: /usr/local/include/bsoncxx/v_noabi/bsoncxx/config/config.hpp&lt;br/&gt;
&amp;#8211; Installing: /usr/local/include/bsoncxx/v_noabi/bsoncxx/config/version.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx.dir&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx.dir/string&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx.dir/exception&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx.dir/document&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx.dir/builder&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx.dir/types&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx.dir/array&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx.dir/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx_static.dir&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx_static.dir/string&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx_static.dir/exception&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx_static.dir/document&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx_static.dir/builder&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx_static.dir/types&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx_static.dir/array&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/CMakeFiles/bsoncxx_static.dir/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/oid.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/exception&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/exception/error_code.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/exception/exception.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/document&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/document/view_or_value.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/document/element.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/document/view.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/document/value.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/concatenate.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/core.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/basic&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/basic/document.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/basic/kvp.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/basic/array.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/basic/sub_array.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/basic/sub_document.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/basic/helpers.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/basic/impl.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/stream&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/stream/single_context.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/stream/document.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/stream/key_context.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/stream/value_context.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/stream/array_context.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/stream/array.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/stream/closed_context.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/builder/stream/helpers.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/types&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/types/value.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/decimal128.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/stdx&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/stdx/make_unique.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/stdx/string_view.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/stdx/optional.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/array&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/array/view_or_value.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/array/element.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/array/view.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/array/value.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/types.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/third_party&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/third_party/CMakeFiles&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/third_party/CMakeFiles/EP_mnmlstc_core.dir&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/third_party/EP_mnmlstc_core-prefix&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/third_party/EP_mnmlstc_core-prefix/tmp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/third_party/EP_mnmlstc_core-prefix/src&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/third_party/EP_mnmlstc_core-prefix/src/EP_mnmlstc_core-stamp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/third_party/EP_mnmlstc_core-prefix/src/EP_mnmlstc_core&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/bsoncxx/v_noabi/bsoncxx/third_party/EP_mnmlstc_core-prefix/src/EP_mnmlstc_core-build&lt;br/&gt;
&amp;#8211; Installing: /usr/local/include/bsoncxx/v_noabi/bsoncxx/config/export.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/lib/libbsoncxx.so.3.1.3&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/lib/libbsoncxx.so._noabi&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/lib/libbsoncxx.so&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/lib/libbsoncxx.a&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/lib/cmake/libbsoncxx-3.1.3/libbsoncxx-config.cmake&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/lib/cmake/libbsoncxx-3.1.3/libbsoncxx-config-version.cmake&lt;br/&gt;
&amp;#8211; Installing: /usr/local/include/bsoncxx/v_noabi/bsoncxx/config/config.hpp&lt;br/&gt;
&amp;#8211; Installing: /usr/local/include/bsoncxx/v_noabi/bsoncxx/config/version.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/lib/pkgconfig/libbsoncxx.pc&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/cmake&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/client.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/options&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/options/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_driver.dir&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_driver.dir/options&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_driver.dir/options/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_driver.dir/__&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_driver.dir/_&lt;em&gt;/&lt;/em&gt;_&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_driver.dir/_&lt;em&gt;/&lt;/em&gt;_/third_party&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_driver.dir/_&lt;em&gt;/&lt;/em&gt;_/third_party/catch&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_driver.dir/__/test_util&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_driver.dir/model&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_driver.dir/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_driver.dir/result&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_instance.dir&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_instance.dir/__&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_instance.dir/_&lt;em&gt;/&lt;/em&gt;_&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_instance.dir/_&lt;em&gt;/&lt;/em&gt;_/third_party&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/CMakeFiles/test_instance.dir/_&lt;em&gt;/&lt;/em&gt;_/third_party/catch&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/model&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test/result&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/delete.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/find_one_and_replace.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/client.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/ssl.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/find_one_common_options.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/find_one_and_update.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/modify_collection.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/bulk_write.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/pool.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/create_view.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/index.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/distinct.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/count.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/insert.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/find.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/update.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/create_collection.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/aggregate.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/options/find_one_and_delete.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/write_concern.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/config&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/config/postlude.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/config/CMakeFiles&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/config/compiler.hpp&lt;br/&gt;
&amp;#8211; Installing: /usr/local/include/mongocxx/v_noabi/mongocxx/config/export.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/config/prelude.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/config/private&lt;br/&gt;
&amp;#8211; Installing: /usr/local/include/mongocxx/v_noabi/mongocxx/config/config.hpp&lt;br/&gt;
&amp;#8211; Installing: /usr/local/include/mongocxx/v_noabi/mongocxx/config/version.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx.dir&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx.dir/options&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx.dir/options/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx.dir/exception&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx.dir/model&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx.dir/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx.dir/result&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx_static.dir&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx_static.dir/options&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx_static.dir/options/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx_static.dir/exception&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx_static.dir/model&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx_static.dir/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx_static.dir/result&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx_mocked.dir&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx_mocked.dir/options&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx_mocked.dir/options/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx_mocked.dir/exception&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx_mocked.dir/model&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx_mocked.dir/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/CMakeFiles/mongocxx_mocked.dir/result&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/validation_criteria.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/logger.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/read_preference.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/instance.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/bulk_write.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/pool.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/cursor.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/exception&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/exception/error_code.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/exception/operation_exception.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/exception/query_exception.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/exception/logic_error.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/exception/write_exception.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/exception/server_error_code.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/exception/bulk_write_exception.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/exception/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/exception/exception.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/exception/authentication_exception.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/uri.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/write_type.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/model&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/model/insert_one.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/model/update_one.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/model/replace_one.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/model/update_many.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/model/delete_one.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/model/write.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/model/delete_many.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/insert_many_builder.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/database.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/collection.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/private&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/hint.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/read_concern.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/test_util&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/stdx.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/pipeline.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/result&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/result/delete.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/result/insert_one.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/result/bulk_write.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/result/replace_one.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/result/update.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/include/mongocxx/v_noabi/mongocxx/result/insert_many.hpp&lt;br/&gt;
&amp;#8211; Installing: /usr/local/include/mongocxx/v_noabi/mongocxx/config/export.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/lib/libmongocxx.so.3.1.3&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/lib/libmongocxx.so._noabi&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/lib/libmongocxx.so&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/lib/libmongocxx.a&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/lib/cmake/libmongocxx-3.1.3/libmongocxx-config.cmake&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/lib/cmake/libmongocxx-3.1.3/libmongocxx-config-version.cmake&lt;br/&gt;
&amp;#8211; Installing: /usr/local/include/mongocxx/v_noabi/mongocxx/config/config.hpp&lt;br/&gt;
&amp;#8211; Installing: /usr/local/include/mongocxx/v_noabi/mongocxx/config/version.hpp&lt;br/&gt;
&amp;#8211; Up-to-date: /usr/local/lib/pkgconfig/libmongocxx.pc&lt;/p&gt;</comment>
                            <comment id="1657127" author="acm" created="Fri, 25 Aug 2017 12:48:07 +0000"  >&lt;p&gt;Also of interest is &lt;a href=&quot;https://jira.mongodb.org/browse/CXX-1071&quot; title=&quot;pkg-config files do not appear to set rpath&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CXX-1071&quot;&gt;&lt;del&gt;CXX-1071&lt;/del&gt;&lt;/a&gt;.&lt;/p&gt;</comment>
                            <comment id="1657113" author="acm" created="Fri, 25 Aug 2017 12:45:58 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=aptech&quot; class=&quot;user-hover&quot; rel=&quot;aptech&quot;&gt;aptech&lt;/a&gt; - Along with providing the info that &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=matt.broadstone&quot; class=&quot;user-hover&quot; rel=&quot;matt.broadstone&quot;&gt;matt.broadstone&lt;/a&gt; provided, can you please see if the following makes your program run?&lt;/p&gt;

&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;LD_LIBRARY_PATH=/usr/local/lib ./a.out&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;If so, then this is just a runtime library search path issue.&lt;/p&gt;</comment>
                            <comment id="1657076" author="matt.broadstone" created="Fri, 25 Aug 2017 11:56:43 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=aptech&quot; class=&quot;user-hover&quot; rel=&quot;aptech&quot;&gt;aptech&lt;/a&gt; it looks like you&apos;re missing 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;make &amp;amp;&amp;amp; make install&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt; after your cmake output in the last comment. Could you please provide that information, as well as the output for &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;pkg-config --cflags --libs libmongocxx&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;. Thank you!&lt;/p&gt;</comment>
                            <comment id="1656627" author="aptech" created="Thu, 24 Aug 2017 20:49:32 +0000"  >&lt;p&gt;$ cmake -DCMAKE_BUILD_TYPE=Release -DBSONCXX_POLY_USE_MNMLSTC=1 -DCMAKE_INSTALL_PREFIX=/usr/local&lt;br/&gt;
&amp;#8211; The CXX compiler identification is GNU 5.4.0&lt;br/&gt;
&amp;#8211; Check for working CXX compiler: /usr/bin/c++&lt;br/&gt;
&amp;#8211; Check for working CXX compiler: /usr/bin/c++ &amp;#8211; works&lt;br/&gt;
&amp;#8211; Detecting CXX compiler ABI info&lt;br/&gt;
&amp;#8211; Detecting CXX compiler ABI info - done&lt;br/&gt;
&amp;#8211; Detecting CXX compile features&lt;br/&gt;
&amp;#8211; Detecting CXX compile features - done&lt;br/&gt;
&amp;#8211; The C compiler identification is GNU 5.4.0&lt;br/&gt;
&amp;#8211; Check for working C compiler: /usr/bin/cc&lt;br/&gt;
&amp;#8211; Check for working C compiler: /usr/bin/cc &amp;#8211; works&lt;br/&gt;
&amp;#8211; Detecting C compiler ABI info&lt;br/&gt;
&amp;#8211; Detecting C compiler ABI info - done&lt;br/&gt;
&amp;#8211; Detecting C compile features&lt;br/&gt;
&amp;#8211; Detecting C compile features - done&lt;br/&gt;
&amp;#8211; Checking for module &apos;libbson-1.0&amp;gt;=1.5.0&apos;&lt;br/&gt;
&amp;#8211;   Found libbson-1.0, version 1.7.0&lt;br/&gt;
&amp;#8211; Found LIBBSON: TRUE  &lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_HIDDEN_VISIBILITY&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_DEPRECATED_ATTR&lt;br/&gt;
&amp;#8211; Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success&lt;br/&gt;
&amp;#8211; Checking for module &apos;libmongoc-1.0&amp;gt;=1.5.0&apos;&lt;br/&gt;
&amp;#8211;   Found libmongoc-1.0, version 1.7.0&lt;br/&gt;
&amp;#8211; Found LIBMONGOC: TRUE  &lt;br/&gt;
&amp;#8211; Configuring done&lt;br/&gt;
&amp;#8211; Generating done&lt;br/&gt;
&amp;#8211; Build files have been written to: /home/rijo/github_repos/mongo-cxx-driver&lt;br/&gt;
$&lt;br/&gt;
$ c++ --std=c++11 test.cpp $(pkg-config --cflags --libs libmongocxx)&lt;br/&gt;
$&lt;br/&gt;
$ ./a.out&lt;br/&gt;
./a.out: error while loading shared libraries: libmongocxx.so._noabi: cannot open shared object file: No such file or directory&lt;br/&gt;
$ &lt;/p&gt;
</comment>
                            <comment id="1656595" author="aptech" created="Thu, 24 Aug 2017 20:18:52 +0000"  >&lt;ol&gt;
	&lt;li&gt;&lt;a href=&quot;https://mongodb.github.io/mongo-cxx-driver/mongocxx-v3/installation/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://mongodb.github.io/mongo-cxx-driver/mongocxx-v3/installation/&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;prerequisites Ubuntu C++11 (gcc 4.8, 5.4), CMake 3.2 or later&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;Step 1: Install the latest version of the MongoDB C driver&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;This did not install the latest version of libmongoc&lt;/li&gt;
	&lt;li&gt;sudo apt-get install libmongoc-1.0-0&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;libmongoc version 1.7.0&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;wget &lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/releases/download/1.7.0/mongo-c-driver-1.7.0.tar.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/releases/download/1.7.0/mongo-c-driver-1.7.0.tar.gz&lt;/a&gt;&lt;br/&gt;
tar -xzf mongo-c-driver-1.7.0.tar.gz&lt;br/&gt;
cd mongo-c-driver-1.7.0&lt;br/&gt;
./configure --disable-automatic-init-and-cleanup&lt;br/&gt;
make&lt;br/&gt;
make install&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;libbson version 1.7.0&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;wget &lt;a href=&quot;https://github.com/mongodb/libbson/releases/download/1.7.0/libbson-1.7.0.tar.gz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/libbson/releases/download/1.7.0/libbson-1.7.0.tar.gz&lt;/a&gt;&lt;br/&gt;
tar -xzf libbson-1.7.0.tar.gz&lt;br/&gt;
cd libbson-1.7.0&lt;br/&gt;
./configure&lt;br/&gt;
make&lt;br/&gt;
make install&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Step 2: Choose a C++17 polyfill&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;The mongocxx driver uses the experimental C++17 features std::optional and std::string_view.&lt;/li&gt;
	&lt;li&gt;To compile the mongocxx driver, you must choose MNMLSTC/core (default for non-Windows platforms)&lt;/li&gt;
	&lt;li&gt;Select with -DBSONCXX_POLY_USE_MNMLSTC=1. This option vendors a header-only installation of&lt;/li&gt;
	&lt;li&gt;MNMLSTC/core into the bsoncxx library installation. NOTE: this will download MLNMLSTC from&lt;/li&gt;
	&lt;li&gt;GitHub during the build process.&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;Step 3: Download the latest version of the mongocxx driver.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;git clone &lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver.git&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver.git&lt;/a&gt; --branch releases/stable --depth 1&lt;br/&gt;
cd mongo-cxx-driver/build/&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Step 4: Configure the driver&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;cmake -DCMAKE_BUILD_TYPE=Release -DBSONCXX_POLY_USE_MNMLSTC=1 -DCMAKE_INSTALL_PREFIX=/usr/local ..&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Step 5: Build and install the driver&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;If you are using the default MNMLSTC polyfill and are installing to a directory requiring&lt;/li&gt;
	&lt;li&gt;root permissions, you should install the polyfill with sudo before running make so you don&#8217;t&lt;/li&gt;
	&lt;li&gt;have to run all of make with sudo:&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;Only for MNMLSTC polyfill&lt;br/&gt;
make EP_mnmlstc_core&lt;/li&gt;
&lt;/ol&gt;



&lt;ol&gt;
	&lt;li&gt;Once MNMLSTC is installed, or if you are using a different polyfill, build and install the driver:&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;make &amp;amp;&amp;amp; sudo make install&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Step 6: Test your installation&lt;/li&gt;
	&lt;li&gt;Copy test source program from &lt;a href=&quot;https://mongodb.github.io/mongo-cxx-driver/mongocxx-v3/installation&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://mongodb.github.io/mongo-cxx-driver/mongocxx-v3/installation&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;Compile with the help of pkg-config&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;c++ --std=c++11 test.cpp $(pkg-config --cflags --libs libmongocxx)&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;Set PKG_CONFIG_PATH&lt;br/&gt;
export PKG_CONFIG_PATH=&quot;/usr/local/lib/pkgconfig&quot;&lt;br/&gt;
path=$PATH:/usr/local/lib:/usr/local/lib/pkgconfig&lt;/li&gt;
&lt;/ol&gt;

</comment>
                            <comment id="1655924" author="acm" created="Thu, 24 Aug 2017 13:12:11 +0000"  >&lt;p&gt;Could you please provide the complete CMake invocation you used, the CMake console output, the make (or ninja, etc.) command you invoked, and its console output, and then finally the complete console output generated when you try to run the test? Also, could you please let us know what version of libmongoc and libbson you are using, and how you obtained and built them?&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|ht5cd3:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>