In order to build Traffic Server, a few requirements must be met:

Typically, this means you have to include the appropriate "dev" package. Unfortunately, naming here may vary between different distros and platforms. Development packages are usually named -dev or -devel or some such. For more details, see the instructions for the various distributions and platforms below.

When building from the GitHub repository, you may need to have the following tools available or installed:

Clang

Use the following command to build Traffic Server with Clang:

  $ CC=clang CXX=clang++ ./configure