0

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

erikvimz
  • 5,256
  • 6
  • 44
  • 60
hawarden_
  • 1,904
  • 5
  • 28
  • 48

1 Answers1

0

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).

Maxime B
  • 966
  • 1
  • 9
  • 30