Re: Difficulties finding libaio

2022-01-31 Thread Justin Bertram
Thanks for following up. I'm glad you got it sorted out. Justin On Fri, Jan 28, 2022 at 8:31 AM Matthew Harris wrote: > It was an issue with how I was creating the container, sorry for any > confusion. > > On Fri, Jan 28, 2022 at 8:12 AM Matthew Harris > wrote: > > > Any updates on this? For

Re: Difficulties finding libaio

2022-01-28 Thread Matthew Harris
It was an issue with how I was creating the container, sorry for any confusion. On Fri, Jan 28, 2022 at 8:12 AM Matthew Harris wrote: > Any updates on this? For a bit more context: > > On my local machine that's able to run the AIO journal, all I have > installed are 3 .so files of what I'm assu

Re: Difficulties finding libaio

2022-01-28 Thread Matthew Harris
Any updates on this? For a bit more context: On my local machine that's able to run the AIO journal, all I have installed are 3 .so files of what I'm assuming are different versions of libaio and some documentation files for the program, or at least that's what I see when I run "rpm -ql libaio". T

Re: Difficulties finding libaio

2022-01-27 Thread Matthew Harris
What is the file extension for a libaio kernel module? Also I'm going to be picking this up again tomorrow but I'm done for today, so there might be a delay in my response, just a heads up. On Thu, Jan 27, 2022 at 4:40 PM Justin Bertram wrote: > You need *both* the libaio kernel module installed

Re: Difficulties finding libaio

2022-01-27 Thread Justin Bertram
You need *both* the libaio kernel module installed as well as the shared object (i.e. .so) file shipped with ActiveMQ Artemis. I've only seen you mention the .so file. Do you have the libaio kernel module installed? Justin On Thu, Jan 27, 2022 at 3:14 PM Matthew Harris wrote: > Hi, > > I'm try

Re: Difficulties finding libaio

2022-01-27 Thread Matthew Harris
Hi, I'm unable to run installs like that in my build, but I have the .so files for libaio so I should be able to run an AIO journal if I can set up the environment correctly. Thanks for the suggestion, but I really need something more in line with the approach I laid out. Thanks, Matthew On Thu,

RE: Difficulties finding libaio

2022-01-27 Thread Vilius Ĺ umskas
Hi, most of the distributions have libaio packaged and ready. You just need to "dnf install" or "apt-get" it in your container image. -- Vilius -Original Message- From: Matthew Harris Sent: Thursday, January 27, 2022 11:14 PM To: users@activemq.apache.org Subject: Difficulties fi