RE: Reinstall after modifying

2013-08-21 Thread McDonald, Dan
-Original Message- From: bind-users-bounces+dan.mcdonald=austinenergy@lists.isc.org on behalf of Maria Sent: Wed 21-Aug-13 16:18 To: ngiw2...@hotmail.com Cc: bind-users@lists.isc.org Subject: Re: Reinstall after modifying On Wed, Aug 21, 2013 at 08:18:36PM +0200, Jan-Piet Mens

Re: Reinstall after modifying

2013-08-21 Thread Maria
On Wed, Aug 21, 2013 at 08:18:36PM +0200, Jan-Piet Mens wrote: > > how can I install bind as a named server after I have made my > > modification to it's source code without using "yum" > > First you ./configure, specifying the options you want to use; pay > particular attention to installation pa

Re: Reinstall after modifying

2013-08-21 Thread Sean Channel
Crude but effective: 1. install the yum package 2. check the output from ``named -V`` to see how the packaged version was configured. 3. use the same directory-specific options that you see in step 2 when you run ``./configure`` in your copy of the source 4. ``make install`` (as root) right over

Re: Reinstall after modifying

2013-08-21 Thread Jan-Piet Mens
> how can I install bind as a named server after I have made my > modification to it's source code without using "yum" First you ./configure, specifying the options you want to use; pay particular attention to installation paths. (The best way to determine how your existing BIND was configured is

Reinstall after modifying

2013-08-21 Thread Nidal Shater
Hi I'm working on BIND source code, we know that we can install BIND in centos by the command " yum install bind" how can I install bind as a named server after I have made my modification to it's source code without using "yum" = with make,make install and ./configure.and I want to make it happe