On Mon, Aug 24, 2020 at 02:56:33PM +0530, KrishnaMurali Chennuboina wrote: > While updating the LVM2 package to lvm2-2_02_180, configure is failing with > biling out error. > Error Message Observed: > checking for langinfo.h... yes > checking libaio.h usability... no > checking libaio.h presence... no > checking for libaio.h... no I would call that pretty obvious. You need libaio.h, which according to https://packages.debian.org/file:libaio.h is in package libaio-dev and comes from https://pagure.io/libaio. You can disable the usage of libaio, but please read the configure help yourself for that. Regards, Bastian -- Violence in reality is quite different from theory. -- Spock, "The Cloud Minders", stardate 5818.4 _______________________________________________ linux-lvm mailing list linux-lvm@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/