JosiahWI commented on issue #12232: URL: https://github.com/apache/trafficserver/issues/12232#issuecomment-2866327087
We support a full CMake build since ATS 10. To build ATS 9.2.10, you will need to use autotools. There are compilation instructions in the README of that version's source code. I will put the instructions in this comment as well, with the following two differences from the ones in the 9.2.10 README: * I have added the `--prefix` flag to the `configure` command to specify where to install. * I have removed `sudo` from the `make install` command because installing in `/tmp` should not need root. ``` autoreconf -if ./configure --prefix=/tmp/ats make make install ``` Note! The 9.2.10 README also contains lists of required and optional packages, including autotools, which may be helpful. Please let us know whether this resolves your issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
