michelamarie opened a new issue #8605: URL: https://github.com/apache/trafficserver/issues/8605
Hello! I am trying to build Traffic Server 9.1.1 on Oracle Linux 8, using the [official documentation for CentOS](https://cwiki.apache.org/confluence/display/TS/CentOS), and I have run into a number of issues. It appears that I have got the software to build correctly, but I see an error when I run 'make install': `src/node_data.cpp:16:20: error: no declaration matches ‘const string& YAML::detail::node_data::empty_scalar()’ const std::string& node_data::empty_scalar() {` Might anyone here know what other dependencies should be installed to properly build and install ATS 9.1.1 on EL 8? I am happy to contribute to the documentation myself, however I can, once I have a complete list of the requirements and steps. So far, _I believe_ I have found the following differences between what is in the latest version of the documentation for building ATS 9.1 on EL 8, and what is required to do so: * It is no longer necessary to install and enable devtoolset. * Additional packages required: make, yaml-cpp-static. I know this is not a support forum, though I believe the issue is relevant because it is related to some potentially missing or outdated items in the documentation. Please excuse me if this is not the right place to post this report and these questions. I may be wrong about the above elements of the documentation, as I have not successfully installed ATS yet. I am happy to update this ticket _(or to post elsewhere)_ with my findings once I get everything worked out in the build and installation procedure. :) Thank you!! Michela -- 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]
