bzip2 is required for at least the pts/pgbench install but is not part of the initial dependency check/install (via yum) and should be.
pts/osbench does not compile and seems to require, 'export CFLAGS="-std=c99"' from the command line (and force-install). Error from log files show a bunch of:
error: 'for' loop initial declarations are only allowed in C99 mode
pts/osbench does not compile and seems to require, 'export CFLAGS="-std=c99"' from the command line (and force-install). Error from log files show a bunch of:
error: 'for' loop initial declarations are only allowed in C99 mode
Comment