- On Red Hat distributions: systemd-devel.
- Other: https://repology.org/project/systemd/versions
+* wtmpdb libraries
+ + Recommended if wtmpdb is present on the system.
+ Needed for fetching login, logout, and boot times from
+ /var/log/wtmp.db instead of from the file /var/run/wtmp.
+ Related 'configure' option: --with-wtmpdb.
+ + Homepage:
+ https://github.com/thkukuk/wtmpdb
+ + Pre-built package name:
+ - On Debian and Debian-based systems: libwtmpdb-dev,
+ - On Red Hat distributions: --.
+ - Other: https://repology.org/project/wtmpdb/versions
+
* libselinux
+ Mandatory on Linux systems that support SELinux.
Needed so that the file utilities respect the security contexts,
** Improvements
+ When built with the configure option '--with-wtmpdb', invocations of
+ 'who /var/log/wtmp' and 'users /var/log/wtmp' use the wtmpdb database
+ instead of the file /var/log/wtmp. This makes them Y2038-safe.
+
'df', 'du', 'ls', 'od', 'pr', and 'sort' now escape invalid arguments in error
messages for options expecting an integer.