Skip to content

DOCS-396 document minimum glibc versions for mongodb on Linux builds #229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Sep 13, 2012
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