Re: Cannot get ./configure to create Makefile for Bind 9.10.3-P4. Please help!

2016-03-19 Thread Majid Mir
about the arguments you are passing to configure. You told > configue > to NOT CREATE the makefiles. > > Mark > > In message n04fgwsxyatzh5a7f...@mail.gmail.com> > , Majid Mir writes: > > > > Hello all > > > > I am trying to compile Bind 9.1

Re: Cannot get ./configure to create Makefile for Bind 9.10.3-P4. Please help!

2016-03-19 Thread Majid Mir
I find. On Thu, Mar 17, 2016 at 5:20 PM, Majid Mir wrote: > > Thank you for your response.. I thought of that earlier, but when I run > the exact same configure options on an older machine of ours (for 9.10.1) > it creates the output files just fine.. That is where it confused me

Cannot get ./configure to create Makefile for Bind 9.10.3-P4. Please help!

2016-03-19 Thread Majid Mir
Hello all I am trying to compile Bind 9.10.3-P4 from source and whenever I try to run the following: ./configure --sbindir=/usr/sbin --sysconfdir=/etc/bind --with-openssl --disable-openssl-version-check --no-create --no-recursion I receive the following error after the configuration script is f

Re: Cannot get ./configure to create Makefile for Bind 9.10.3-P4. Please help!

2016-03-18 Thread Majid Mir
Mark. I owe you a virtual beer.. You were right! Thank you Sorry I am still a n00b at this at times On Thu, Mar 17, 2016 at 5:24 PM, Majid Mir wrote: > I think I Know why it worked on the old server.. it is because there is an > existing Makefile already.. I am going to rename the ex