LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   bind dns configuration from source in centos 5.5 (https://www.linuxquestions.org/questions/linux-server-73/bind-dns-configuration-from-source-in-centos-5-5-a-914046/)

rath_pan 11-17-2011 09:06 AM

bind dns configuration from source in centos 5.5
 
Hi,

I want to configure bind 9.8 in centos 5.5 through rpm on path /disk1.
How can I do it by step by step. my domain is 'senior.com'


Arthur

bathory 11-18-2011 02:56 AM

Quote:

Originally Posted by rath_pan (Post 4526564)
Hi,

I want to configure bind 9.8 in centos 5.5 through rpm on path /disk1.
How can I do it by step by step. my domain is 'senior.com'


Arthur

Hi,

There is no rpm for bind-9.8, so I guess that as the title of your message says, configure bind from source is what you're actually trying to do.
If that's the case you should run inside the bind 9.8 sources directory:
Code:

./configure --prefix=/disk1
make
su
make install

To setup a domain, follow the instructions on this howto

Regards

rath_pan 11-19-2011 12:37 AM

Thanks for the info...

Arthur


All times are GMT -5. The time now is 08:57 AM.