%general-entities; ]> Udev Extras (from systemd) udev extras (from systemd) Introduction to Udev Extras Udev was installed as a part of systemd in LFS. However, not all components were installed due to dependencies that were unavailable. This procedure adds those missing components. Package Information Download (HTTP): Download (FTP): Download size: &systemd-size; Estimated disk space required: &systemd-buildsize; Estimated build time: &systemd-time; Udev Extras Dependencies Required (for the gudev library) Optional Dependencies (for gir-data, needed for Gnome) Optional Runtime Dependencies and User Notes: Installation of Udev Extras First, build systemd: ./configure --disable-tests && make If you maintained the default System V/systemd installation in LFS, do not run make install. It will overwrite the symbolic links needed to switch boot systems. Now install gudev as the root user: mkdir -pv /usr/include/gudev-1.0/gudev /usr/share/gtk-doc/html/gudev && cp -v src/gudev/gudev.h /usr/include/gudev-1.0/gudev && cp -v src/gudev/gudev[a-e,t]*.h /usr/include/gudev-1.0/gudev && cp -v .libs/libgudev-1.0.so.0.2.0 /usr/lib && ln -svfn libgudev-1.0.so.0.2.0 /usr/lib/libgudev-1.0.so && ln -svfn libgudev-1.0.so.0.2.0 /usr/lib/libgudev-1.0.so.0 && cp -v src/gudev/gudev-1.0.pc /usr/lib/pkgconfig && cp -v docs/gudev/html/* /usr/share/gtk-doc/html/gudev If the optional gobject-introspection package is available, install the gir-data files as the root user: mkdir -pv /usr/lib/girepository-1.0 /usr/share/gir-1.0 && cp -v src/gudev/GUdev-1.0.typelib /usr/lib/girepository-1.0 && cp -v src/gudev/GUdev-1.0.gir /usr/share/gir-1.0 Contents Installed Programs Installed Library Installed Directories None libgudev-1.0.so /usr/include/gudev-1.0/gudev, /usr/lib/girepository-1.0, /usr/share/gir-1.0, and /usr/share/gtk-doc/html/gudev Short Descriptions libgudev-1.0.so is a GObject-based wrapper library for libudev. libgudev-1.0.so