trouble compiling bind 9.9.2-P2 with rate limit patch rl-9.9.2-P2.patch

Vernon Schryver vjs at rhyolite.com
Fri Apr 5 18:10:38 UTC 2013


> From: Red Cricket <red.cricket.blog at gmail.com>

> I have been attempting to follow the instructions here:
> http://ss.vix.su/~vjs/rrlrpz.html
> but make fails with this error ...

> undefined reference to `dns_rrl'query.o: In function

I bet that there is are a passle of stray files including rrl.c in
the top of the BIND source pool and that something like this 
    patch -s -i FILE.patch
was used instead of this from http://ss.vix.su/~vjs/rrlrpz.html
    patch -s -p0 -i FILE.patch

Without "-p0", new files from the patch file are created at the current
directory.  See https://www.google.com/search?q=patch+command


Vernon Schryver    vjs at rhyolite.com


More information about the bind-users mailing list