Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions source/includes/note-minimum-glibc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.. note::

MongoDB uses the
`GNU C Library <http://www.gnu.org/software/libc/>`_
(glibc) if available on a system.
Version glibc-2.12-1.2.el6 is required to avoid a known bug
with earlier versions, however a minimum level of 2.13 is
recommended.
2 changes: 2 additions & 0 deletions source/tutorial/install-mongodb-on-debian.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ configuration and operation.
use this tutorial. Other Ubuntu users will want to follow
the :doc:`/tutorial/install-mongodb-on-ubuntu` tutorial.

.. include:: /includes/note-minimum-glibc.rst

.. seealso:: The documentation of following related processes and
concepts.

Expand Down
2 changes: 2 additions & 0 deletions source/tutorial/install-mongodb-on-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ that provides a simple option for users who cannot use packages. This
tutorial outlines the basic installation of MongoDB using these
compiled versions and an initial usage guide.

.. include:: /includes/note-minimum-glibc.rst

.. seealso:: The documentation of following related processes and
concepts.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ instructions for configuring the package manager, the process install
packages from the 10gen repository, and preliminary MongoDB
configuration and operation.

.. include:: /includes/note-minimum-glibc.rst

.. seealso:: The documentation of following related processes and
concepts.

Expand Down
2 changes: 2 additions & 0 deletions source/tutorial/install-mongodb-on-ubuntu.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ configuration and operation.
If you use an older Ubuntu that does **not** use Upstart, (i.e. any
since version 9.10 "Karmic,") please follow the instructions on the
:doc:`install-mongodb-on-debian` tutorial.

.. include:: /includes/note-minimum-glibc.rst

.. seealso:: The documentation of following related processes and
concepts.
Expand Down