10.84. Udev-182 32 Bit Libraries

The Udev package contains programs for dynamic creation of device nodes.

10.84.1. Installation of Udev

Prepare Udev for compilation:

PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} CC="gcc ${BUILD32}" \
  ./configure --prefix=/usr --sysconfdir=/etc --with-rootprefix="" \
  --libexecdir=/lib --bindir=/sbin \
  --with-usb-ids-path=no --with-pci-ids-path=no \
  --enable-rule_generator --disable-introspection --disable-keymap \
  --disable-gudev

Compile the package:

make

To test the results, issue: make check.

Install the package:

make install

Details on this package are located in Section 10.85.2, “Contents of Udev.”