Closed kometchtech closed 3 years ago
Already fixed by #10765.
Notice in this same checkout where TCPOutConnectionManager error happens I struggled to compile Recursor with decaf library. No matter how I pass the path of of the library it always returns:-
decafsigners.cc:4:10: fatal error: decaf.hxx: No such file or directory
4 | #include <decaf.hxx>
| ^~~~~~~~~~~
it seems configure option of --with-libdecaf=/usr/local/decaf is not handled properly, it discards whatever path value being set to.
I had to copy the headers inside /pdns/pdns/recursordist/ directory in order for make process to complete.
Please do not hijack an issue report with a different issue. open a new one. Thanks.
Sure.
Short description
If the build specification is alpine linux in the aarch64 environment, an error will occur. Alpine linux is running on docker.
Environment
Steps to reproduce
Expected behaviour
The build should finish normally.
Actual behaviour
Other information