Preconditions

  • ?local software
  • [[!format Error: unsupported page format sudo apt install automake autoconf]]
  • diet libc

Installation

Get source. Note, we have patched isoqlog:

  • Removed unneeded type conversions
  • Respect --sysconfdir parameter.
sudo true

sudo install -d -m 2775 -o root -g staff /etc/isoqlog
PATH=/opt/diet/bin:$PATH

./autogen.sh
CC="diet gcc -nostdinc" ./configure --sysconfdir=/etc/isoqlog
make
make install

Notes