[ratelimits] can't trigger rate-limit

Irwin Tillman irwin at princeton.edu
Wed Jan 2 02:35:34 UTC 2013


> Irwin, just to be extra sure, could you paste us the commands you used to patch the source and build bind?

Sure:

gtar xvf bind-9.9.2-P1.tar.gz
cd bind-9.9.2-P1

script patch.out
patch -p0 < ../bind-rl-9.9.2-P1.patch-20121231
exit

cd ..
mv bind-9.9.2-P1 bind-9.9.2-P1+rl-20121231
cd bind-9.9.2-P1+rl-20121231

script configure.out
unsetenv LD_LIBRARY_PATH
./configure  --sysconfdir=/usr/local/etc CC=cc CFLAGS="-L/usr/local/lib -fast" LDFLAGS="-R/usr/local/lib"
exit

script make.out
unsetenv LD_LIBRARY_PATH
make
exit

script make.install.out
unsetenv LD_LIBRARY_PATH
make install
exit


/irwin


More information about the ratelimits mailing list