Derek Marcotte

Results 3 comments of Derek Marcotte

Options are: - use the node_exporter in FreeBSD ports/packages - build a binary yourself (it's pretty easy, but you need gmake installed)

This particular error listed here, is trying to cross-build on linux. linux doesn't have the same C header files nor appropriate build environment, so things like CircleCI and Travis are...

FreeBSD 10.x was [end-of-life'd in 2017](https://www.freebsd.org/releases/). For my money, I'd spin up a 10.x vm (match your version), and get a new copy of the ports tree. Use `ALLOW_UNSUPPORTED_SYSTEM=true` in...