Skip to content

Commit 7345acf

Browse files
committedMar 28, 2025·
Update packages related documentation
1 parent fb1395c commit 7345acf

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed
 

Diff for: ‎.circleci/template.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ filters:
725725
- &all_tags_and_master
726726
<<: *all_tags
727727
branches:
728-
only: bundle-openssl-for-older-systems
728+
only: master
729729

730730
workflows:
731731
version: 2

Diff for: ‎doc/getting-started/Installation.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,23 @@ The following sections describe the installation process for different operating
2525
=== "CentOS compatible: AlmaLinux / Rocky Linux"
2626

2727
An ODBC (RDBMS) driver must be installed on your machine to unpack and install from RPM packages. Enter the following command in a terminal window to install the latest unixODBC driver:
28-
28+
2929
```bash
3030
sudo yum install unixODBC
3131
```
32-
32+
3333
Once the RPM file is downloaded, open a terminal window and navigate to the directory containing the package. Use the following command to unpack and install MongooseIM:
34-
34+
3535
```bash
3636
sudo rpm -i mongooseim_[version here].rpm
3737
```
3838

39+
!!! info
40+
Packages for older systems (Ubuntu Focal, Debian Bullseye, Debian Buster, AlmaLinux 8, Rocky Linux 8)
41+
include a bundled OpenSSL 3.x, as this version is required for MongooseIM to function correctly,
42+
but is not available in the official repositories for these distributions.
43+
If your system already has OpenSSL 3.x installed, the package will detect and use the system version instead of the bundled one.
44+
3945
## Docker
4046

4147
In order to install MongooseIM using Docker, simply run the following command:

0 commit comments

Comments
 (0)
Please sign in to comment.