PDA

View Full Version : Install bins in source or tarballs


dexjul
14th January 2009, 09:18
Hi,

How to install bind in source code or tarballs.

Thanks,

marpada
14th January 2009, 14:46
Basically

Download the package
Extract the files
$ ./configure
$ make
$ make install
Check init script to make sure the service will start automatically.

P.S. Source packages usually include installation instructions ;)
________
THE HILLS ADVICE (http://www.tv-gossip.com/hills/)
________
Brunette Doggystyle (http://www.fucktube.com/categories/420/doggystyle/videos/1)

dexjul
15th January 2009, 03:42
Hi,

I already did that. and what next step?

Thank you,

Regards,

zcworld
15th January 2009, 11:45
if no errors and installed
than its comes down to what linux OS your using
like fedora/centos/redhat than it would be like
/etc/init.d/bind start

have a look at the readme file that comes with the package ... and it will tell you what to do ... / how to start it < or it should tell you >