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)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to