Networking Forums

Networking Forums > Computer Networking > Linux Networking > Adding BIND

Reply
 
 
Doug Holtz NOSPAM in adress
Guest
Posts: n/a

 
      10-12-2005, 01:09 AM
Group;

I want to add BIND to my Red Hat 7.3 server with legacy kernel 2.4.20-43.7.
When I try and install from my RH CD using RPM I get a list of 4/5
dependencies I need to add.

Can I do this all from 1 command? If so, what is the best method/string.
If not, what should be installed first; all the dependencies?

Thanks.

Doug


 
Reply With Quote
 
 
 
 
Lenard
Guest
Posts: n/a

 
      10-12-2005, 02:48 AM
Doug Holtz NOSPAM in adress wrote:

> Group;
>
> I want to add BIND to my Red Hat 7.3 server with legacy kernel
> 2.4.20-43.7. When I try and install from my RH CD using RPM I get a list
> of 4/5 dependencies I need to add.


First, do not use the bind RPM as found on the CD. Fedora Legacy has the
following version available;

bind-9.2.1-1.7x.2.i386.rpm 18-Jul-2002 17:50 1.7M

CD version;
bind-9.2.0-8.i386.rpm 17-Apr-2002 00:14 1.7M

> Can I do this all from 1 command? If so, what is the best method/string.
> If not, what should be installed first; all the dependencies?


Couple of ways;

The first is to install and use yum for RHL7.3 from Fedora Legacy;

http://www.fedoralegacy.org/docs/quickstart.php

As an added advantage yum can will bring your system current (install the
latest updates for RHL7.3)

The second is to copy (or download) the bind RPM from wherever and all the
dependencies (and any dependencies for the dependencies) into one common
location and do (installs them all at once); rpm -Uvh *.rpm


--
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- B. Franklin, 1759
 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      10-12-2005, 02:58 AM
"Doug Holtz NOSPAM in adress" <(E-Mail Removed)> wrote in message
news:nnZ2f.30$(E-Mail Removed)

> I want to add BIND to my Red Hat 7.3 server with legacy kernel
> 2.4.20-43.7. When I try and install from my RH CD using RPM I get a
> list of 4/5 dependencies I need to add.
>
> Can I do this all from 1 command? If so, what is the best
> method/string. If not, what should be installed first; all the
> dependencies?


First install the software that will make your life easy:
http://ftp.freshrpms.net/pub/freshrpms/redhat/7.3/apt/

Then get a list of the most recent packages and install BIND:
/usr/bin/apt-get update; /usr/bin/apt-get bind

This will manage all the dependencies for you.

 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      10-12-2005, 03:46 AM
I wrote in message news:(E-Mail Removed)

> /usr/bin/apt-get update; /usr/bin/apt-get bind


Sorry, that should be "apt-get install bind"
 
Reply With Quote
 
Doug Holtz NOSPAM in adress
Guest
Posts: n/a

 
      10-12-2005, 02:48 PM

"Lenard" <lenard@127.0.0.1> wrote in message
news:4Q_2f.1350$(E-Mail Removed) m...
> Doug Holtz NOSPAM in adress wrote:
>
>> Group;
>>
>> I want to add BIND to my Red Hat 7.3 server with legacy kernel
>> 2.4.20-43.7. When I try and install from my RH CD using RPM I get a list
>> of 4/5 dependencies I need to add.

>
> First, do not use the bind RPM as found on the CD. Fedora Legacy has the
> following version available;
>
> bind-9.2.1-1.7x.2.i386.rpm 18-Jul-2002 17:50 1.7M
>
> CD version;
> bind-9.2.0-8.i386.rpm 17-Apr-2002 00:14 1.7M
>
>> Can I do this all from 1 command? If so, what is the best method/string.
>> If not, what should be installed first; all the dependencies?

>
> Couple of ways;
>
> The first is to install and use yum for RHL7.3 from Fedora Legacy;
>
> http://www.fedoralegacy.org/docs/quickstart.php
>
> As an added advantage yum can will bring your system current (install the
> latest updates for RHL7.3)
>
> The second is to copy (or download) the bind RPM from wherever and all the
> dependencies (and any dependencies for the dependencies) into one common
> location and do (installs them all at once); rpm -Uvh *.rpm
>
>
> --
> "They that can give up essential liberty to obtain a little temporary
> safety deserve neither liberty nor safety." -- B. Franklin, 1759


Lenard;

Thanks. I use yum and fedora legacy, didn't check for an updated "bind". I
should put all rpm's in the usr/local directory and install them from there
if I understand you correctly. Doing it from a home directory doesn't make
sense to me.

Doug


 
Reply With Quote
 
Doug Holtz NOSPAM in adress
Guest
Posts: n/a

 
      10-12-2005, 02:50 PM

"ynotssor" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I wrote in message news:(E-Mail Removed)
>
>> /usr/bin/apt-get update; /usr/bin/apt-get bind

>
> Sorry, that should be "apt-get install bind"


ynotssor;

This sounds easy. I will check and see what makes it easy on the fedora
site you recommend.

doug


 
Reply With Quote
 
Doug Holtz NOSPAM in adress
Guest
Posts: n/a

 
      10-12-2005, 02:58 PM

"ynotssor" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I wrote in message news:(E-Mail Removed)
>
>> /usr/bin/apt-get update; /usr/bin/apt-get bind

>
> Sorry, that should be "apt-get install bind"



ynotssor;

I had a problem installing apt; error: unpacking of archive failed on file
/usr/bin/apt-get; ... read failed - Bad file descriptor

Any other place to get apt?

Doug


 
Reply With Quote
 
ynotssor
Guest
Posts: n/a

 
      10-12-2005, 04:27 PM
"Doug Holtz NOSPAM in adress" <(E-Mail Removed)> wrote in message
news:8w93f.53$(E-Mail Removed)

> I had a problem installing apt; error: unpacking of archive failed on
> file /usr/bin/apt-get; ... read failed - Bad file descriptor
>
> Any other place to get apt?


In your OP you stated RH7.3, so I provided that link to you. Subsequently
you made some mention of "fedora site", so I'll leave you to select your
distro from http://apt.freshrpms.net/

 
Reply With Quote
 
Lenard
Guest
Posts: n/a

 
      10-13-2005, 12:51 AM
Doug Holtz NOSPAM in adress wrote:

> Thanks. I use yum and fedora legacy, didn't check for an updated "bind".
> I should put all rpm's in the usr/local directory and install them from
> there
> if I understand you correctly. Doing it from a home directory doesn't
> make sense to me.


You can put the rpm files whereever you want, it is not necessary to put
them in /usr/local, it makes as much sense to install the packages
from /usr/local as it does from a home directory. After all once you done
with the rpm it can be deleted, unless you think you might want it for
later usage.

--
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- B. Franklin, 1759
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bind 9.3.1 =?ISO-8859-1?Q?J=F8rn?= Dahl-Stamnes Linux Networking 2 09-29-2005 08:39 AM
Cannot bind to tcp/ip Rosman Computing Wireless Networks 1 09-23-2005 11:31 AM
Please help on Bind jackliu Linux Networking 5 09-15-2005 08:01 AM
BIND 9.22 Baho Utot Linux Networking 3 04-28-2005 12:00 AM
Newbie: DNS/Bind problem with adding zone john Linux Networking 4 12-27-2003 10:46 PM



1 2 3 4 5 6 7 8 9 10 11