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

[cobalt-users] bind 8.3.3 patch



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
--
http://frontstreetnetworks.com | http://raqware.com
Front Street Networks LLC  | Phone: +1 203-785-0699
229 Front Street, Ste. C, New Haven, CT. 06513-3203