<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:41:11 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>[DOCS-1503] Comment on: &quot;manual/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt&quot;</title>
                <link>https://jira.mongodb.org/browse/DOCS-1503</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;mongodb php driver installation issue in redhat.&lt;/p&gt;

&lt;p&gt;My server Os is redhat. I installed mongodb 2.2.3 version successfully in my server. i used this link for reference &lt;a href=&quot;http://docs.mongodb.org/manual/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.mongodb.org/manual/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux/&lt;/a&gt; and I used &lt;a href=&quot;http://docs.mongodb.org/ecosystem/drivers/php/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://docs.mongodb.org/ecosystem/drivers/php/&lt;/a&gt; link for installing php driver for this mongodb. when I execute sudo pecl install mongo command I got the error like bellow. Please help me. mongo db is running successfully&lt;/p&gt;

&lt;p&gt;my pear php and zend versions are&lt;/p&gt;

&lt;p&gt;PEAR Version: 1.9.4 PHP Version: 5.3.3 Zend Engine Version: 2.3.0&lt;/p&gt;


&lt;p&gt;&amp;lt;code&amp;gt;sudo pecl install mongo&amp;lt;/code&amp;gt;&lt;br/&gt;
&amp;lt;code&amp;gt;downloading mongo-1.3.7.tgz ...&amp;lt;/code&amp;gt;&lt;br/&gt;
Starting to download mongo-1.3.7.tgz (126,064 bytes)&lt;br/&gt;
............................done: 126,064 bytes&lt;br/&gt;
49 source files, building&lt;br/&gt;
running: phpize&lt;br/&gt;
Configuring for:&lt;br/&gt;
PHP Api Version:         20090626&lt;br/&gt;
Zend Module Api No:      20090626&lt;br/&gt;
Zend Extension Api No:   220090626&lt;br/&gt;
building in /var/tmp/pear-build-rooto4WFLx/mongo-1.3.7&lt;br/&gt;
running: /var/tmp/mongo/configure&lt;br/&gt;
checking for grep that handles long lines and -e... /bin/grep&lt;br/&gt;
checking for egrep... /bin/grep -E&lt;br/&gt;
checking for a sed that does not truncate output... /bin/sed&lt;br/&gt;
checking for cc... cc&lt;br/&gt;
checking for C compiler default output file name... a.out&lt;br/&gt;
checking whether the C compiler works... yes&lt;br/&gt;
checking whether we are cross compiling... no&lt;br/&gt;
checking for suffix of executables...&lt;br/&gt;
checking for suffix of object files... o&lt;br/&gt;
checking whether we are using the GNU C compiler... yes&lt;br/&gt;
checking whether cc accepts -g... yes&lt;br/&gt;
checking for cc option to accept ISO C89... none needed&lt;br/&gt;
checking how to run the C preprocessor... cc -E&lt;br/&gt;
checking for icc... no&lt;br/&gt;
checking for suncc... no&lt;br/&gt;
checking whether cc understands -c and -o together... yes&lt;br/&gt;
checking for system library directory... lib&lt;br/&gt;
checking if compiler supports -R... no&lt;br/&gt;
checking if compiler supports -Wl,-rpath,... yes&lt;br/&gt;
checking build system type... x86_64-unknown-linux-gnu&lt;br/&gt;
checking host system type... x86_64-unknown-linux-gnu&lt;br/&gt;
checking target system type... x86_64-unknown-linux-gnu&lt;br/&gt;
checking for PHP prefix... /usr&lt;br/&gt;
checking for PHP includes... -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib&lt;br/&gt;
checking for PHP extension directory... /usr/lib64/php/modules&lt;br/&gt;
checking for PHP installed headers prefix... /usr/include/php&lt;br/&gt;
checking if debug is enabled... no&lt;br/&gt;
checking if zts is enabled... no&lt;br/&gt;
checking for re2c... no&lt;br/&gt;
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.&lt;br/&gt;
checking for gawk... gawk&lt;br/&gt;
checking whether to enable Mongo extension... yes, shared&lt;br/&gt;
checking whether byte ordering is bigendian... no&lt;br/&gt;
checking whether to include code coverage symbols... no&lt;br/&gt;
checking for a sed that does not truncate output... (cached) /bin/sed&lt;br/&gt;
checking for fgrep... /bin/grep -F&lt;br/&gt;
checking for ld used by cc... /usr/bin/ld&lt;br/&gt;
checking if the linker (/usr/bin/ld) is GNU ld... yes&lt;br/&gt;
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B&lt;br/&gt;
checking the name lister (/usr/bin/nm -B) interface... BSD nm&lt;br/&gt;
checking whether ln -s works... yes&lt;br/&gt;
checking the maximum length of command line arguments... 1966080&lt;br/&gt;
checking whether the shell understands some XSI constructs... yes&lt;br/&gt;
checking whether the shell understands &quot;+=&quot;... yes&lt;br/&gt;
checking for /usr/bin/ld option to reload object files... -r&lt;br/&gt;
checking for objdump... objdump&lt;br/&gt;
checking how to recognize dependent libraries... pass_all&lt;br/&gt;
checking for ar... ar&lt;br/&gt;
checking for strip... strip&lt;br/&gt;
checking for ranlib... ranlib&lt;br/&gt;
checking command to parse /usr/bin/nm -B output from cc object... ok&lt;br/&gt;
checking for ANSI C header files... yes&lt;br/&gt;
checking for sys/types.h... yes&lt;br/&gt;
checking for sys/stat.h... yes&lt;br/&gt;
checking for stdlib.h... yes&lt;br/&gt;
checking for string.h... yes&lt;br/&gt;
checking for memory.h... yes&lt;br/&gt;
checking for strings.h... yes&lt;br/&gt;
checking for inttypes.h... yes&lt;br/&gt;
checking for stdint.h... yes&lt;br/&gt;
checking for unistd.h... yes&lt;br/&gt;
checking for dlfcn.h... yes&lt;br/&gt;
checking for objdir... .libs&lt;br/&gt;
checking if cc supports -fno-rtti -fno-exceptions... no&lt;br/&gt;
checking for cc option to produce PIC... -fPIC -DPIC&lt;br/&gt;
checking if cc PIC flag -fPIC -DPIC works... yes&lt;br/&gt;
checking if cc static flag -static works... no&lt;br/&gt;
checking if cc supports -c -o file.o... yes&lt;br/&gt;
checking if cc supports -c -o file.o... (cached) yes&lt;br/&gt;
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes&lt;br/&gt;
checking whether -lc should be explicitly linked in... no&lt;br/&gt;
checking dynamic linker characteristics... GNU/Linux ld.so&lt;br/&gt;
checking how to hardcode library paths into programs... immediate&lt;br/&gt;
checking whether stripping libraries is possible... yes&lt;br/&gt;
checking if libtool supports shared libraries... yes&lt;br/&gt;
checking whether to build shared libraries... yes&lt;br/&gt;
checking whether to build static libraries... no&lt;br/&gt;
configure: creating ./config.status&lt;br/&gt;
config.status: creating config.h&lt;br/&gt;
config.status: executing libtool commands&lt;br/&gt;
running: make&lt;br/&gt;
/bin/sh /var/tmp/pear-build-rooto4WFLx/mongo-1.3.7/libtool --mode=compile cc -I./util -I. -I/var/tmp/mongo -DPHP_ATOM_INC -I/var/tmp/pear-build-rooto4WFLx/mongo-1.3.7/include -I/var/tmp/pear-build-rooto4WFLx/mongo-1.3.7/main -I/var/tmp/mongo -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/var/tmp/pear-build-rooto4WFLx/mongo-1.3.7/util -I/var/tmp/mongo/util -I/var/tmp/pear-build-rooto4WFLx/mongo-1.3.7/mcon -I/var/tmp/mongo/mcon  -DHAVE_CONFIG_H  -g -O2   -c /var/tmp/mongo/php_mongo.c -o php_mongo.lo&lt;br/&gt;
libtool: compile:  cc -I./util -I. -I/var/tmp/mongo -DPHP_ATOM_INC -I/var/tmp/pear-build-rooto4WFLx/mongo-1.3.7/include -I/var/tmp/pear-build-rooto4WFLx/mongo-1.3.7/main -I/var/tmp/mongo -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib -I/var/tmp/pear-build-rooto4WFLx/mongo-1.3.7/util -I/var/tmp/mongo/util -I/var/tmp/pear-build-rooto4WFLx/mongo-1.3.7/mcon -I/var/tmp/mongo/mcon -DHAVE_CONFIG_H -g -O2 -c /var/tmp/mongo/php_mongo.c  -fPIC -DPIC -o .libs/php_mongo.o&lt;br/&gt;
In file included from /usr/include/bits/local_lim.h:39,&lt;br/&gt;
                 from /usr/include/bits/posix1_lim.h:157,&lt;br/&gt;
                 from /usr/include/limits.h:145,&lt;br/&gt;
                 from /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/limits.h:122,&lt;br/&gt;
                 from /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/syslimits.h:7,&lt;br/&gt;
                 from /usr/lib/gcc/x86_64-redhat-linux/4.4.7/include/limits.h:11,&lt;br/&gt;
                 from /usr/include/php/Zend/zend.h:242,&lt;br/&gt;
                 from /usr/include/php/main/php.h:35,&lt;br/&gt;
                 from /var/tmp/mongo/php_mongo.c:20:&lt;br/&gt;
/usr/include/linux/limits.h:5: error: expected identifier or &#226;(&#226; before numeric constant&lt;br/&gt;
In file included from /usr/include/php/Zend/zend.h:755,&lt;br/&gt;
                 from /usr/include/php/main/php.h:35,&lt;br/&gt;
                 from /var/tmp/mongo/php_mongo.c:20:&lt;br/&gt;
/usr/include/php/Zend/zend_operators.h: In function &#226;is_numeric_string&#226;:&lt;br/&gt;
/usr/include/php/Zend/zend_operators.h:201: error: &#226;long_min_digits&#226; undeclared (first use in this function)&lt;br/&gt;
/usr/include/php/Zend/zend_operators.h:201: error: (Each undeclared identifier is reported only once&lt;br/&gt;
/usr/include/php/Zend/zend_operators.h:201: error: for each function it appears in.)&lt;br/&gt;
make: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;php_mongo.lo&amp;#93;&lt;/span&gt; Error 1&lt;br/&gt;
ERROR: `make&apos; failed&lt;/p&gt;

</description>
                <environment>OS is redhat, PEAR Version: 1.9.4 PHP Version: 5.3.3 Zend Engine Version: 2.3.0&lt;br/&gt;
&lt;br/&gt;
*Location*: &lt;a href=&quot;http://docs.mongodb.org/manual/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux/&quot;&gt;http://docs.mongodb.org/manual/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux/&lt;/a&gt;&lt;br/&gt;
*User-Agent*: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.64 Safari/537.31&lt;br/&gt;
*Referrer*: &lt;a href=&quot;https://www.google.co.in/&quot;&gt;https://www.google.co.in/&lt;/a&gt;&lt;br/&gt;
*Screen Resolution*: 1366 x 768&lt;br/&gt;
*repo*: docs&lt;br/&gt;
*source*: tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux&lt;br/&gt;
</environment>
        <key id="75091">DOCS-1503</key>
            <summary>Comment on: &quot;manual/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux.txt&quot;</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</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="barrie">Barrie Segal</assignee>
                                    <reporter username="auto">auto</reporter>
                        <labels>
                            <label>collector-298ba4e7</label>
                    </labels>
                <created>Mon, 13 May 2013 06:33:06 +0000</created>
                <updated>Fri, 3 Nov 2017 11:24:30 +0000</updated>
                            <resolved>Tue, 11 Jun 2013 14:25:39 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                        <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 11 Jun 2013 14:25:39 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        10 years, 40 weeks, 3 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>jess.mokrzecki@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 40 weeks, 3 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>auto</customfieldvalue>
            <customfieldvalue>barrie</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrrw4v:</customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>52758</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_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrzkrz:</customfieldvalue>

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