[Solved] configure: error: udev support requested but libudev header not installed

Specific error

checking libudev.h usability... no
checking libudev.h presence... no
checking for libudev.h... no
configure: error: udev support requested but libudev header not installed

Installation dependency

# udev seems to work without installation
# sudo apt install -y udev

sudo apt install -y libudev-dev

Read More: