[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie Q re: Re: [cobalt-users] UPDATED!!!bind 8.3.3 patch



> =============================================
> >Please excuse me, I made a mistake in my earlier post
> >?Not catastrophic though!
> >I copied the 'patch' statement wrong!!!1
> >==============================================
> > Patching your bind
> > ssh to your server
> > issues su -
> > Start at 'A' or 'B'
> > A.=== If you don't have your src ===
> > cd /usr/local/src
> > mkdir bind-8.3.3
> > cd bind-8.3.3
> > wget ftp://ftp.isc.org/isc/bind/src/8.3.3/bind-src.tar.gz
> > tar -zxvf bind-src.tar.gz
> > rm bind-src.tar.gz
> > cd src
> > B.=== if you do still have your source ===
> > cd /usr/local/src/bind-8.3.3/src (or where your source is)
> > wget http://www.isc.org/products/BIND/patches/bind833.diff
> > patch -p0 < bind833.diff
> > make clean
> > make depend
> > make
> > make install
> > ndc restart
> > ndc status  (should show your compile date/time)
> > mine reads "named 8.3.3-REL Thu Nov 14 06:37:25 EST 2002"
>
> > Gerald
>
> Ok if I don't know if I still have the source on the server should I
assume
> I do not and start at A?
>

yes. if you don't know if you have the source on the server, you almost
certainly haven't!

andy