[
https://issues.apache.org/jira/browse/ARTEMIS-5638?focusedWorklogId=980731&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-980731
]
ASF GitHub Bot logged work on ARTEMIS-5638:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Aug/25 15:10
Start Date: 27/Aug/25 15:10
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on code in PR #5889:
URL: https://github.com/apache/activemq-artemis/pull/5889#discussion_r2304279118
##########
docs/user-manual/libaio.adoc:
##########
@@ -22,21 +22,46 @@ When using libaio, Apache ActiveMQ Artemis will always try
loading these files a
== Runtime dependencies
If you just want to use the provided native binaries you need to install the
required libaio dependency.
+You can install libaio using the following steps either as the root user or
using `sudo`:
-You can install libaio using the following steps as the root user:
-
-Using yum, (e.g. on Fedora or Red Hat Enterprise Linux):
+* On Fedora, CentOS, Rocky Linux, Red Hat Enterprise Linux, etc.:
++
+----
+dnf install libaio
+----
+* On Ubuntu, Debian, etc.:
++
----
-yum install libaio
+apt install <package-name>
----
++
+The value for `<package-name>` will depend on which Linux distribution version
you're using:
++
+
+|===
+|Linux Distro Version |Package Name
-Using aptitude, (e.g. on Ubuntu or Debian system):
+|Ubuntu 22.04 (and earlier)
+|libaio1
+|Ubuntu 24.04 (and later)
+|libaio1t64
+
+|Debian 12 (and earlier)
+|libaio1
+
+|Debian 13 (and later)
+|libaio1t64
+|===
++
+Since the package name in later versions of Ubuntu and Debian is different
you'll also need to create a symlink on these versions so that the ActiveMQ
Artemis Native library can find the shared library at the expected location,
e.g.:
Review Comment:
shouldn't we be more specific, noting that Ubuntu decided for a non
compatible name with other distributions?
someone reading this will probably ask why we shouldn't fix the dependency?
while it's not fixable (unless we provide a package specific for ubuntu)
Issue Time Tracking
-------------------
Worklog Id: (was: 980731)
Time Spent: 1h (was: 50m)
> Clarify docs for installing libaio
> ----------------------------------
>
> Key: ARTEMIS-5638
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5638
> Project: ActiveMQ Artemis
> Issue Type: Task
> Components: Documentation
> Reporter: Justin Bertram
> Assignee: Justin Bertram
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 1h
> Remaining Estimate: 0h
>
> We haven't updated our documentation since the package name for libaio
> changed in Ubuntu. See ARTEMIS-4960.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact