Configure: error: misiing libudev.h

I need libudev.h file. I dont know which package provides this file in rocky linux. I need help to find out the package which provides libudev.h file.

systemd-devel-252-14.el9_2.1.i686 : Development headers for systemd
Repo        : appstream
Matched from:
Filename    : /usr/include/libudev.h

systemd-devel-252-14.el9_2.1.x86_64 : Development headers for systemd
Repo        : appstream
Matched from:
Filename    : /usr/include/libudev.h

Just to help you for the future as per the results from @Cphusion , if you cannot find it, you can use various dnf commands, for example:

dnf whatprovides */libudev.h

in earlier EL, like EL7 for example:

dnf provides */libudev.h

maybe try installing systemd-udev package.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.