I'm trying to install libaio with following command line :
sudo apt-get install libaio
and
sudo apt-get install automake libtool autoconf gcc-g++ gcc libaio libaio-dev make
but both of them doesn't work for me. How do I install libaio?
|
I'm trying to install libaio with following command line :
and
but both of them doesn't work for me. How do I install libaio? |
|||
|
You need to use libaio1 package, which provides the Linux kernel AIO access library - shared library To install libaio Use the command
For more information of libaio look here |
|||||||||
|
doesn't work? – Karthik Dec 11 '12 at 4:04