>>I have a question, I'm trying to recompile a flavor of bind but I >>can't find the port because its part of the base install. >> >> Could you point me in the right direction on how I would do it ? >> >> I downloaded the bind source and compiled it but obviously the >> original version that ships on base should be un-installed from openbsd first.. >> >> I don't know how to do it because its part of the base system. >> >> Sorry if I'm posting in the wrong area if so please direct me to the >> proper area. I don't have experinece interacting with the community here.
>If you have src.tar.gz downloaded from an FTP mirror, You can use the local modified version of >BIND instead of trying to "hack it out" of the base system. > >/usr/src/usr.sbin/bind/Makefile.bsd-wrapper would be the file to look at... > >I hope this helps, Good luck. > >-Nix Fan. Ok so I'm compiling bind 9.4.2 using the bsd makefile like you suggested I can compile and install however when add the --with-dlz-bdb option and I keep getting a stop on line 70 of Makefile.bsd-wrapper error: could not find Berkeley DB include directory Already had installed db-4.2.5p11 I know the lib files for bdb go to /usr/local/lib/db4 but I can't figure out what directory the bind compile wants. It seems to want the "intstall" directory for dbv4. Anyone know which directory I can specify for --with-dlz-dbd=/sw/install?