<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:42:55 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-16983] mongod: error while loading shared libraries: libnetsnmpagent.so.20</title>
                <link>https://jira.mongodb.org/browse/SERVER-16983</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;Mongo binaries are - &lt;br/&gt;
mongodb-linux-x86_64-enterprise-rhel62-2.6.4.tar.gz  installed on x86-64 box.&lt;br/&gt;
----------------------------------------------------------------------&lt;br/&gt;
OS Red Hat linux -&lt;br/&gt;
$ uname -a&lt;br/&gt;
Linux  2.6.18-398.el5 x86_64&lt;br/&gt;
----------------------------------------------------------------------&lt;br/&gt;
Mongo configuration file in YAML format.&lt;/p&gt;

&lt;p&gt;daycare2:/dbahome/mongo/configs &amp;gt;&lt;br/&gt;
$ cat  t0lab.conf&lt;br/&gt;
net:&lt;br/&gt;
     bindIp: 10.250.114.71&lt;br/&gt;
     port: 29000&lt;br/&gt;
     processManagement:&lt;br/&gt;
          fork: true&lt;br/&gt;
storage:&lt;br/&gt;
       dbPath: /data/db/mongo_inst0/t0lab&lt;br/&gt;
       directoryPerDB: true&lt;br/&gt;
       smallFiles: true&lt;br/&gt;
       journal:&lt;br/&gt;
              enabled: true&lt;/p&gt;

&lt;p&gt;systemLog:&lt;br/&gt;
         destination: file&lt;br/&gt;
         timeStampFormat: iso8601-local&lt;br/&gt;
         logAppend: false&lt;br/&gt;
         path: /msglog/mongo_inst0/msg.log&lt;br/&gt;
         quiet: true&lt;br/&gt;
----------------------------------------------------------------------&lt;br/&gt;
Error on attempt to start mongo instance&lt;/p&gt;

&lt;p&gt;daycare2:/ &amp;gt;&lt;br/&gt;
$ mongod -f /dbahome/mongo/configs/t0lab.conf            &lt;br/&gt;
mongod: error while loading shared libraries: libnetsnmpagent.so.20: cannot open shared object file: No such file or directory&lt;/p&gt;

&lt;p&gt;----------------------------------------------------------------------&lt;/p&gt;

&lt;p&gt;daycare2:/dbahome/mongo &amp;gt;&lt;br/&gt;
$  cat /etc/redhat-release&lt;br/&gt;
Red Hat Enterprise Linux Server release 5.11 (Tikanga)             &amp;lt;= release of Linux on daycare2.&lt;br/&gt;
----------------------------------------------------------------------&lt;br/&gt;
$ rpm -qa |grep snmp            &amp;lt;= determines all rpm packages with the name snmp that are installed on the box.&lt;br/&gt;
net-snmp-libs-5.3.2.2-25.el5_11&lt;br/&gt;
net-snmp-5.3.2.2-25.el5_11&lt;br/&gt;
net-snmp-utils-5.3.2.2-25.el5_11&lt;br/&gt;
----------------------------------------------------------------------&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@daycare2 ~&amp;#93;&lt;/span&gt;# rpm -ql net-snmp-libs |grep snmp          &amp;lt;= to see what is in the package&lt;br/&gt;
/usr/lib64/libnetsnmp.so.10&lt;br/&gt;
/usr/lib64/libnetsnmp.so.10.0.3&lt;br/&gt;
/usr/lib64/libnetsnmpagent.so.10&lt;br/&gt;
/usr/lib64/libnetsnmpagent.so.10.0.3&lt;br/&gt;
/usr/lib64/libnetsnmphelpers.so.10&lt;br/&gt;
/usr/lib64/libnetsnmphelpers.so.10.0.3&lt;br/&gt;
/usr/lib64/libnetsnmpmibs.so.10&lt;br/&gt;
/usr/lib64/libnetsnmpmibs.so.10.0.3&lt;br/&gt;
/usr/lib64/libnetsnmptrapd.so.10&lt;br/&gt;
/usr/lib64/libnetsnmptrapd.so.10.0.3&lt;br/&gt;
/usr/lib64/libsnmp.so.10&lt;br/&gt;
/usr/lib64/libsnmp.so.10.0.3&lt;br/&gt;
/usr/lib/libnetsnmp.so.10&lt;br/&gt;
/usr/lib/libnetsnmp.so.10.0.3&lt;br/&gt;
/usr/lib/libnetsnmpagent.so.10&lt;br/&gt;
/usr/lib/libnetsnmpagent.so.10.0.3&lt;br/&gt;
/usr/lib/libnetsnmphelpers.so.10&lt;br/&gt;
/usr/lib/libnetsnmphelpers.so.10.0.3&lt;br/&gt;
/usr/lib/libnetsnmpmibs.so.10&lt;br/&gt;
/usr/lib/libnetsnmpmibs.so.10.0.3&lt;br/&gt;
/usr/lib/libnetsnmptrapd.so.10&lt;br/&gt;
/usr/lib/libnetsnmptrapd.so.10.0.3&lt;br/&gt;
/usr/lib/libsnmp.so.10&lt;br/&gt;
/usr/lib/libsnmp.so.10.0.3&lt;/p&gt;

&lt;p&gt;so appears we do not have the libnetsnmp.so.20 file in RHEL 5.11&lt;br/&gt;
----------------------------------------------------------------------&lt;/p&gt;

&lt;p&gt;$ rpm -ql net-snmp-libs-5.5-49.el6_5.4.x86_64 |grep -i libnetsnmp &lt;br/&gt;
/usr/lib64/libnetsnmp.so.20             &amp;lt;= seems like present in a higher version of net-snmp-libs e.g. RHLinux 6+&lt;/p&gt;

&lt;p&gt;----------------------------------------------------------------------&lt;br/&gt;
The mongo website says RH linux 5.6 is supported so why this problem ? how do we obtain net-snmp-libs-5.5-49.el6_5.4.x86_64 for RHEL 5.6 ? or is the issue because of some other problem ?&lt;/p&gt;</description>
                <environment></environment>
        <key id="180049">SERVER-16983</key>
            <summary>mongod: error while loading shared libraries: libnetsnmpagent.so.20</summary>
                <type id="6" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14720&amp;avatarType=issuetype">Question</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="ernie.hershey@mongodb.com">Ernie Hershey</assignee>
                                    <reporter username="DN">Dharmaraj Narayan</reporter>
                        <labels>
                    </labels>
                <created>Wed, 21 Jan 2015 23:10:27 +0000</created>
                <updated>Thu, 22 Jan 2015 00:33:43 +0000</updated>
                            <resolved>Thu, 22 Jan 2015 00:33:43 +0000</resolved>
                                    <version>2.6.4</version>
                                                    <component>Packaging</component>
                                        <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="810167" author="ernie.hershey@10gen.com" created="Thu, 22 Jan 2015 00:02:29 +0000"  >&lt;p&gt;No problem!&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://downloads.10gen.com/linux/mongodb-linux-x86_64-enterprise-rhel57-2.6.4.tgz&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Here&lt;/a&gt;&apos;s the link for 2.6.4. &lt;/p&gt;</comment>
                            <comment id="810153" author="dn" created="Thu, 22 Jan 2015 00:01:06 +0000"  >&lt;p&gt;in the mean time I did find the link to mongodb-linux-x86_64-enterprise-rhel57-2.6.7.tgz. . Thanks a lot ...my bad with the earlier rhel6 binary download.&lt;/p&gt;</comment>
                            <comment id="810139" author="dn" created="Wed, 21 Jan 2015 23:41:43 +0000"  >&lt;p&gt;please point me to the link mongo enterprise version 2.6.4  &quot;Archive&quot; file for RHEL 5.7+ ( we are at 5.11) .  This is for testing purposes only&lt;br/&gt;
Thanks&lt;/p&gt;

&lt;p&gt;Dharmaraj Narayan&lt;/p&gt;

</comment>
                            <comment id="810128" author="ernie.hershey@10gen.com" created="Wed, 21 Jan 2015 23:31:53 +0000"  >&lt;p&gt;Hi - you&apos;re running the rhel6 binaries in rhel5. Please download the rhel5 binaries instead. I can point you to them if you can&apos;t find them in the same location you downloaded those from. &lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 21 Jan 2015 23:25:11 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        9 years, 4 weeks 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>ernie.hershey@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            9 years, 4 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>DN</customfieldvalue>
            <customfieldvalue>ernie.hershey@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrle3r:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>158076</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_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|hs4l7j:</customfieldvalue>

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