Skip to content

DOCS-1764 removed libssl from paragraphs to match yum commands #1156

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

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 2 additions & 2 deletions source/tutorial/install-mongodb-enterprise.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ as follows:
sudo apt-get install libssl0.9.8 snmp snmpd cyrus-sasl2-dbg cyrus-sasl2-mit-dbg libsasl2-2 libsasl2-dev libsasl2-modules libsasl2-modules-gssapi-mit

- CentOS and Red Hat Enterprise Linux 6.x and 5.x, as well as Amazon
Linux AMI require: ``libssl``, ``net-snmp``, ``net-snmp-libs``,
Linux AMI require: ``net-snmp``, ``net-snmp-libs``,
``net-snmp-utils``, ``cyrus-sasl``, ``cyrus-sasl-lib``,
``cyrus-sasl-devel``, and ``cyrus-sasl-gssapi``. Issue a command
such as the following to install these packages:
Expand Down Expand Up @@ -73,7 +73,7 @@ for the different distributions are as follows:
sudo apt-get install libssl0.9.8 libgsasl7 snmp snmpd

- Red Hat Enterprise Linux 6.x series and Amazon Linux AMI require
``libssl``, ``libgsasl7``, ``net-snmp``, ``net-snmp-libs``, and
``libgsasl7``, ``net-snmp``, ``net-snmp-libs``, and
``net-snmp-utils``. To download ``libgsasl`` you must enable the
EPEL repository by issuing the following sequence of commands to add
and update the system repositories:
Expand Down