Hello Tim, Friday, November 02, 2001, 12:10:56 PM, you wrote:
TS> #ifdef HAVE_GDBM_H TS> #define BIND_DB "/var/named/bind.db" TS> #elif defined (HAVE_NDBM_H) TS> #define BIND_DB "/var/named/bind" TS> #endif TS> #ifdef HAVE_GDBM_H TS> #define BIND_EXCL_DB "/var/named/bind-excl.db" TS> #elif defined (HAVE_NDBM_H) TS> #define BIND_EXCL_DB "/var/named/bind-excl" TS> #endif TS> If you have neither GDBM or NDBM (tested for by the configure script) TS> BIND_DB and BIND_EXCL_DB are not going to be defined and will produce the TS> error you are seeing. Installing gdbm and executing your configure script TS> again should solve this. In this specific test installation, first of all, i use bind 8. As far as i saw, all domain declarations are made in /var/named/named.conf .. Second, i'm not interested in adding new domains.. I only want to add new aliases like you.mydomain.com me.mydomain.com etc.. using the same IP address.. Can i comment out these functions in Makefile ? -- Best regards, George [EMAIL PROTECTED] Tel: +30 31 0888448 Fax: +30 31 0848770 VideoPhone:+30 31 0888447 I've set up my Wish Lists at Amazon.com and Amazon.co.uk. If you're ever feeling generous and fancy splashing out on a present for me, here's where to go to find something you know I'll love. PS. Have I told you lately how much I admire and respect you? Seems like a good time to do that. ;-) To view my Wish Lists, click on the links below. http://www.amazon.com/exec/obidos/wishlist/257PYFNXCHPVH/ref=wl_em_to?add-fav=1 ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
