The libsysstat package contains a library used to query system information and statistics.
This package is known to build and work properly using an LFS 12.0 platform.
Download (HTTP): https://github.com/lxqt/libsysstat/releases/download/0.4.6/libsysstat-0.4.6.tar.xz
Download MD5 sum: ad2884271c33716bad68222ace0c7fc0
Download size: 20 KB
Estimated disk space required: 1.5 MB
Estimated build time: less than 0.1 SBU
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libsysstat
Install libsysstat by running the following commands:
mkdir -v build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ .. && make
This package does not come with a test suite.
Now, as the root
user:
make install