Skip to content

Commit c2e4973

Browse files
committed
DOCS-3887-26: Specify tgz archive dependencies
1 parent d02f5d9 commit c2e4973

9 files changed

+48
-31
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. code-block:: sh
2+
3+
sudo apt-get install libgssapi-krb5-2 libsasl2-2 libssl1.0.0 libstdc++6 snmp
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.. code-block:: sh
2+
3+
yum install cyrus-sasl-lib krb5-libs net-snmp-libs openssl
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. code-block:: sh
2+
3+
yum install cyrus-sasl-lib krb5-libs lm_sensors-libs net-snmp-agent-libs \
4+
net-snmp-libs openssl-libs rpm-libs tcp_wrappers-libs
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Use the provided distribution packages as described in this page if possible.
2+
These packages will automatically install all of MongoDB's dependencies, and are
3+
the recommended installation method.

source/tutorial/install-mongodb-enterprise-on-amazon.txt

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,9 @@ support for several features related to security and monitoring.
1414

1515
Prerequisites
1616
-------------
17+
To install all of MongoDB's dependencies, run the following command:
1718

18-
To use MongoDB Enterprise on Amazon Linux AMI, you must install several
19-
prerequisite packages:
20-
21-
- ``net-snmp``
22-
- ``net-snmp-libs``
23-
- ``openssl``
24-
- ``net-snmp-utils``
25-
- ``cyrus-sasl``
26-
- ``cyrus-sasl-lib``
27-
- ``cyrus-sasl-devel``
28-
- ``cyrus-sasl-gssapi``
29-
30-
To install these packages, you can issue the following command:
31-
32-
.. code-block:: sh
33-
34-
sudo yum install openssl net-snmp net-snmp-libs net-snmp-utils cyrus-sasl cyrus-sasl-lib cyrus-sasl-devel cyrus-sasl-gssapi
19+
.. include:: /includes/fact-redhat-7-dependencies.rst
3520

3621
Install MongoDB Enterprise
3722
--------------------------

source/tutorial/install-mongodb-enterprise-on-debian.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ Considerations
1818

1919
.. include:: /includes/note-package-change.rst
2020

21-
MongoDB only provides Enterprise packages for 64-bit versions of Debian Wheezy.
21+
.. include:: /includes/fact-use-distribution-package.rst
2222

23-
.. this is actually missing - builds only exist for 2.4 and 2.7 releases. FIX
23+
To manually install all dependencies, run the following command:
24+
25+
.. include:: /includes/fact-debian-dependencies.rst
2426

2527
Install MongoDB Enterprise
2628
--------------------------

source/tutorial/install-mongodb-enterprise-on-red-hat.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,19 @@ Linux from ``.rpm`` packages.
1919
Considerations
2020
--------------
2121

22-
MongoDB only provides Enterprise packages for Red Hat
23-
Enterprise Linux and CentOS Linux versions 5 and 6, 64-bit.
22+
MongoDB only provides Enterprise packages for 64-bit builds of Red Hat
23+
Enterprise Linux and CentOS Linux versions 5, 6, and 7.
24+
25+
.. include:: /includes/fact-use-distribution-package.rst
26+
27+
To manually install all dependencies, run the appropriate command for your
28+
Red Hat/CentOS version.
29+
30+
Version 6
31+
.. include:: /includes/fact-redhat-6-dependencies.rst
32+
33+
Version 7
34+
.. include:: /includes/fact-redhat-7-dependencies.rst
2435

2536
.. include:: /includes/fact-installation-bind-ip-default-in-config.rst
2637

source/tutorial/install-mongodb-enterprise-on-suse.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ for several features related to security and monitoring.
1515
Prerequisites
1616
-------------
1717

18-
To use MongoDB Enterprise on SUSE Enterprise Linux, you must install
19-
several prerequisite packages:
18+
MongoDB only provides Enterprise packages for 64-bit builds of SUSE
19+
Enterprise Linux version 11.
2020

21-
- ``libopenssl0_9_8``
22-
- ``libsnmp15``
23-
- ``net-snmp``
24-
- ``snmp-mibs``
25-
- ``cyrus-sasl``
26-
- ``cyrus-sasl-gssapi``
21+
.. include:: /includes/fact-use-distribution-package.rst
2722

28-
To install these packages, you can issue the following command:
23+
MongoDB only provides Enterprise packages for 64-bit builds of SUSE
24+
Enterprise Linux version 11.
25+
26+
.. include:: /includes/fact-use-distribution-package.rst
27+
28+
To manually install all dependencies, run the following command:
2929

3030
.. code-block:: sh
3131

32-
sudo zypper install libopenssl0_9_8 net-snmp libsnmp15 snmp-mibs cyrus-sasl cyrus-sasl-gssapi
32+
zypper install cyrus-sasl krb5 libgcc46 libopenssl0_9_8 libsnmp15 libstdc++46 zlib
3333

3434
Install MongoDB Enterprise
3535
--------------------------

source/tutorial/install-mongodb-enterprise-on-ubuntu.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ MongoDB only provides Enterprise packages for Ubuntu
2121

2222
.. include:: /includes/note-package-change.rst
2323

24+
.. include:: /includes/fact-use-distribution-package.rst
25+
26+
To manually install all dependencies, run the following command:
27+
28+
.. include:: /includes/fact-debian-dependencies.rst
29+
2430
Install MongoDB Enterprise
2531
--------------------------
2632

0 commit comments

Comments
 (0)