Skip to content
#

collectd

Here are 158 public repositories matching this topic...

Brown-LiuZan
Brown-LiuZan commented Feb 28, 2022
./configure \
  --prefix="${INSTALL_DIR}" \
  --libdir="${LIBDIR}" \
  --bindir="${BINDIR}" \
  --sbindir="${SBINDIR}" \
  --sysconfdir="${SYSCONFDIR}" \
  --localstatedir="${LOCALSTATEDIR}" \
  --datarootdir="${DATAROOTDIR}" \
  --datarootdir="${DATADIR}" \    <--- Should this second datarootdir be datadir?
  --disable-all-plugins \
  --host="

Improve this page

Add a description, image, and links to the collectd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the collectd topic, visit your repo's landing page and select "manage topics."

Learn more