...
Code Block |
---|
$ sudo yum install autoconf automake libtool |
ATS v9.0
ATS v9.0.0 drops CentOS 6 support because of minimum openssl version (v1.0.2). If you want, you can build OpenSSL (v1.0.2 or later) from source and use it for ATS 9.
ATS v8.0
For ATS v8.0.0 and later, a compiler with support for C++17 is required. You can install this using devtoolset-7 on both CentOS 6 and 7:
...
For more details how to use Git with our source, please see our Git GitHub page.
autoreconf
The first time you build trafficserver, you must run autoreconf to create the ./configure script:
...