<docbook><section><title>VirtLibAIO</title><title> Linux libaio Library not found</title> Linux libaio Library not found
<bridgehead class="http://www.w3.org/1999/xhtml:h2"> What</bridgehead>
<para>Attempting to run the Virtuoso server binary results in error:</para>
<programlisting>virtuoso: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
</programlisting><para> </para>
<bridgehead class="http://www.w3.org/1999/xhtml:h2"> Why</bridgehead>
<para>On some Linux Operating Systems the libaio library Virtuoso requires is not installed by default and thus need to be manually installed.
 This library facilitates asynchronous I/O operations on the system.</para>
<bridgehead class="http://www.w3.org/1999/xhtml:h2"> How</bridgehead>
<para>The following commands can be run to install the libaio library on popular Linux systems:</para>
<bridgehead class="http://www.w3.org/1999/xhtml:h3"> Red Hat and CentOS</bridgehead>
<para>Use the following command to install the libaio package: </para>
<programlisting>yum install libaio
</programlisting><para> </para>
<bridgehead class="http://www.w3.org/1999/xhtml:h3"> Ubuntu</bridgehead>
<para>Use the following command to install the libaio package: </para>
<programlisting>sudo apt-get install libaio1
</programlisting><para> </para>
<bridgehead class="http://www.w3.org/1999/xhtml:h3"> Fedora</bridgehead>
<para>Install the RPM for the libaio package from the <ulink url="https://getfedora.org/">Fedora website</ulink>.</para>
<bridgehead class="http://www.w3.org/1999/xhtml:h3"> Debian</bridgehead>
<para>Use the following command to install the libaio package: </para>
<programlisting>mkdir /usr/libaio
 
cd /usr/libaiot
 
wget http://http.us.debian.org/debian/pool/main/liba/libaio/libaio1_0.3.106-3_i386.deb
 
ar -x libaio1*.deb
 
tar zxvf data.tar.gz
 
sudo cp lib/* /emul/ia32-linux/lib/
</programlisting><para> </para>
<bridgehead class="http://www.w3.org/1999/xhtml:h2"> Related</bridgehead>
<itemizedlist mark="bullet" spacing="compact"><listitem><ulink url="https://docs.appdynamics.com/display/PRO14S/Install+libaio+on+Linux">Install libaio on Linux</ulink> </listitem>
</itemizedlist></section></docbook>