Was this helpful?
Install libaio
The Linux Asynchronous I/O library, libaio, must be installed before installing Ingres.
Libaio has a huge performance benefit over the standard POSIX asynchronous I/O facility because the operations are performed in the Linux kernel instead of as a separate user process.
Note:  The Ingres installer may install libaio automatically or flag it as missing, depending on the Ingres distribution you downloaded.
To install libaio
Using RPM:
rpm ‑ivh libaio*.rpm
Using the yum system update tool:
yum install libaio
Using Ubuntu:
apt-get update
apt-get install libaio1
Last modified date: 11/28/2023