10.85. Udev-168 32 Bit Libraries

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

10.85.1. Installation of Udev

Prepare Udev for compilation:

CC="gcc ${BUILD32}" ./configure --prefix=/usr \
  --exec-prefix="" --sysconfdir=/etc --libexecdir=/lib/udev \
  --libdir=/usr/lib --disable-extras --disable-introspection

Compile the package:

make

Install the package:

make install

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