Verify Your Build Host

In order to build a Microservice binding natively, you need to be using a supported Linux distribution. In general, a recent version of Debian, Ubuntu, OpenSUSE, and Fedora works. Following is a specific list of supported distributions:

Exporting the DISTRO environment variable defines the distribution. Following are examples:

export DISTRO="Debian_9.0"
export DISTRO="xUbuntu_16.04"
export DISTRO="xUbuntu_16.10"
export DISTRO="xUbuntu_17.10"
export DISTRO="xUbuntu_18.04"

Set the DISTRO environment appropriately.