The libsysstat package contains a library used to query system information and statistics.
![[Note]](../images/note.png)
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
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
Install libsysstat by running the following commands:
mkdir -v build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
.. &&
makeThis package does not come with a test suite.
Now, as the root user:
make install