neandrake commented on pull request #316: URL: https://github.com/apache/guacamole-server/pull/316#issuecomment-763195711
I remember running into this issue a while back and I think the use of `scl` and `devtoolset-8` was one way I had resolved this. ```console $ yum install -y centos-release-scl $ yum install -y devtoolset-8 $ scl enable devtoolset-8 'autoreconf --install --force' ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
