I need to install bind9 on a machine that has no internet connection.
I downloaded the source code and want to compile it on this machine, but there is no C compiler on my machine. And as I have no internet connection, I cannot install gcc (manual install is too difficult).
How should I do this? Is there a way that I can compile everything on another machine and move all the binaries? Thanks