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
Check out Keryx, it's an offline packet repository which permits you to firstly download bind9
and push it to your offline workstation (assuming you're on a Debian based distro).