Ronald Wiplinger | 10 Aug 2006 04:49
Picon
Favicon

Re: (Bind 9.3.2) with dlz: REQUIRE (module...)

>Ronald,
>
>What version of the DLZ patch are you using and where
>did you get it from.  For Bind 9.3.2 you should use
>the DLZ patch from here: http://projects.navynet.it/
>

Rob,

thanks for looking at this.

I tried it again, below is the history file for that part:
1036  cp bind-9.3.2.tar.gz bind-new
1037  cp ctrix_dlz_9.3.2-1.patch bind-new
1038  cd bind-new
1039  ls
1040  tar -xvzf bind-9.3.2.tar.gz
1041  ls
1042  more ctrix_dlz_9.3.2-1.patch
1043  mv bind-9.3.2  bind-9.3.2-orig
1044  ls
1045  patch -p0 <ctrix_dlz_9.3.2-1.patch
1046  ls
1047  cd bind-9.3.2-orig/
1048  ls
1049  ./configure --prefix=/usr/local --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info --sysconfdir=/etc --localstatedir=/var 
--enable-threads  --with-libtool --enable-shared --enable-static 
--with-openssl=/usr --with-gnu-ld  --enable-ipv6  --with-dlz-mysql 
--with-dlz-bdb --with-dlz-filesystem --with-dlz-stub
(Continue reading)

Rob Butler | 10 Aug 2006 05:02
Picon
Favicon

Re: (Bind 9.3.2) with dlz: REQUIRE (module...)

Ronald,

Can you try this on a 32 bit machine?  I'm wondering
if this might be the result of some enlarged data type
due to the 64 bit OS.

Rob

--- Ronald Wiplinger <ronaldlists <at> hotmail.com> wrote:

> >Ronald,
> >
> >What version of the DLZ patch are you using and
> where
> >did you get it from.  For Bind 9.3.2 you should use
> >the DLZ patch from here:
> http://projects.navynet.it/
> >
> 
> Rob,
> 
> thanks for looking at this.
> 
> 
> I tried it again, below is the history file for that
> part:
> 1036  cp bind-9.3.2.tar.gz bind-new
> 1037  cp ctrix_dlz_9.3.2-1.patch bind-new
> 1038  cd bind-new
> 1039  ls
(Continue reading)

bind-dlz | 10 Aug 2006 17:35
Picon

Re: (Bind 9.3.2) with dlz: REQUIRE (module...)

On Wed, 9 Aug 2006, Rob Butler wrote:
> Can you try this on a 32 bit machine?  I'm wondering
> if this might be the result of some enlarged data type
> due to the 64 bit OS.

I've just compiled bind-9.3.2 with the DLZ patch applied and without the 
"--with-dlz-bdb" option on a amd64 box and it started fine and answering 
requests. Ronald, which compiler version are you using? gcc-4.0.3 over 
here...

Oh, and for the PID problem: it's --localstatedir you've got to set, 
IIRC.

And, out of curiosity: why do you have to specify

    --with-gnu-ld    <-- SuSE 10 is a GNU system, not?
    --with-libtool   <-- same as above
    --enable-shared  <-- default
    --enable-static  <-- default

...if they are default, why bother?

Christian.
--

-- 
BOFH excuse #200:

The monitor needs another box of pixels.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
(Continue reading)

Ronald Wiplinger | 11 Aug 2006 05:55
Picon
Favicon

Re: (Bind 9.3.2) with dlz: REQUIRE (module...)


>From: bind-dlz <at> nerdbynature.de
>Reply-To: bind-dlz-testers <at> lists.sourceforge.net
>To: bind-dlz-testers <at> lists.sourceforge.net
>Subject: Re: [Bind-dlz-testers] (Bind 9.3.2) with dlz: REQUIRE (module...)
>Date: Thu, 10 Aug 2006 16:35:19 +0100 (BST)
>
>On Wed, 9 Aug 2006, Rob Butler wrote:
> > Can you try this on a 32 bit machine?  I'm wondering
> > if this might be the result of some enlarged data type
> > due to the 64 bit OS.
>
>I've just compiled bind-9.3.2 with the DLZ patch applied and without the
>"--with-dlz-bdb" option on a amd64 box and it started fine and answering
>requests. Ronald, which compiler version are you using? gcc-4.0.3 over
>here...

Thanks, I removed all not used drivers, ....

>
>Oh, and for the PID problem: it's --localstatedir you've got to set,
>IIRC.
>
>And, out of curiosity: why do you have to specify
>
>     --with-gnu-ld    <-- SuSE 10 is a GNU system, not?
>     --with-libtool   <-- same as above
>     --enable-shared  <-- default
>     --enable-static  <-- default
>
(Continue reading)

Ronald Wiplinger | 11 Aug 2006 05:56
Picon
Favicon

Re: (Bind 9.3.2) with dlz: REQUIRE (module...)


>From: bind-dlz <at> nerdbynature.de
>Reply-To: bind-dlz-testers <at> lists.sourceforge.net
>To: bind-dlz-testers <at> lists.sourceforge.net
>Subject: Re: [Bind-dlz-testers] (Bind 9.3.2) with dlz: REQUIRE (module...)
>Date: Thu, 10 Aug 2006 16:35:19 +0100 (BST)
>
>On Wed, 9 Aug 2006, Rob Butler wrote:
> > Can you try this on a 32 bit machine?  I'm wondering
> > if this might be the result of some enlarged data type
> > due to the 64 bit OS.
>
>I've just compiled bind-9.3.2 with the DLZ patch applied and without the
>"--with-dlz-bdb" option on a amd64 box and it started fine and answering
>requests. Ronald, which compiler version are you using? gcc-4.0.3 over
>here...

Thanks, I removed all not used drivers, ....

>
>Oh, and for the PID problem: it's --localstatedir you've got to set,
>IIRC.
>
>And, out of curiosity: why do you have to specify
>
>     --with-gnu-ld    <-- SuSE 10 is a GNU system, not?
>     --with-libtool   <-- same as above
>     --enable-shared  <-- default
>     --enable-static  <-- default
>
(Continue reading)

bind-dlz | 11 Aug 2006 07:25
Picon

Re: (Bind 9.3.2) with dlz: REQUIRE (module...)

On Fri, 11 Aug 2006, Ronald Wiplinger wrote:
> Thanks, I removed all not used drivers, ....

I probably missed that information, but: does it work now?
Or does it still give you this error upon startup? If not, I wonder what 
it was exactly....

Christian.
--

-- 
BOFH excuse #294:

PCMCIA slave driver

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Ronald Wiplinger | 11 Aug 2006 07:39
Picon
Favicon

Re: (Bind 9.3.2) with dlz: REQUIRE (module...)

>On Fri, 11 Aug 2006, Ronald Wiplinger wrote:
> > Thanks, I removed all not used drivers, ....
>
>I probably missed that information, but: does it work now?
>Or does it still give you this error upon startup? If not, I wonder what
>it was exactly....

Yes it works now.
Ja, es funktioniert nun endlich!

bye

Ronald

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Rob Butler | 10 Aug 2006 17:44
Picon
Favicon

Re: (Bind 9.3.2) with dlz: REQUIRE (module...)

Cool!

I would also recommend not building support for any
driver you are not using so remove --with-dlz-bdb
--with-dlz-filesystem --with-dlz-stub.  Bind is
usually not built multi-threaded either.  So unless
you have a specific need I wouldn't pass
--enable-threads.

Rob

--- bind-dlz <at> nerdbynature.de wrote:

> On Wed, 9 Aug 2006, Rob Butler wrote:
> > Can you try this on a 32 bit machine?  I'm
> wondering
> > if this might be the result of some enlarged data
> type
> > due to the 64 bit OS.
> 
> I've just compiled bind-9.3.2 with the DLZ patch
> applied and without the 
> "--with-dlz-bdb" option on a amd64 box and it
> started fine and answering 
> requests. Ronald, which compiler version are you
> using? gcc-4.0.3 over 
> here...
> 
> Oh, and for the PID problem: it's --localstatedir
> you've got to set, 
(Continue reading)

Ronald Wiplinger | 10 Aug 2006 05:55
Picon
Favicon

Re: (Bind 9.3.2) with dlz: REQUIRE (module...)

>Ronald,
>
>Can you try this on a 32 bit machine?  I'm wondering
>if this might be the result of some enlarged data type
>due to the 64 bit OS.
>

I do not have any 32 bit machine anymore available.

bye

Ronald

>Rob
>
>--- Ronald Wiplinger <ronaldlists <at> hotmail.com> wrote:
>
> > >Ronald,
> > >
> > >What version of the DLZ patch are you using and
> > where
> > >did you get it from.  For Bind 9.3.2 you should use
> > >the DLZ patch from here:
> > http://projects.navynet.it/
> > >
> >
> > Rob,
> >
> > thanks for looking at this.
> >
(Continue reading)

Rob Butler | 10 Aug 2006 17:37
Picon
Favicon

Re: (Bind 9.3.2) with dlz: REQUIRE (module...)

I'm away from home for another week.  When I get home
I'll see if I can replicate your environment on a
64-bit machine with Suse and see what's going on.  It
might be a few weeks though because I will not only
have to install suse, etc. but I will have a lot of
other things to catch up on as well.

Rob

--- Ronald Wiplinger <ronaldlists <at> hotmail.com> wrote:

> >Ronald,
> >
> >Can you try this on a 32 bit machine?  I'm
> wondering
> >if this might be the result of some enlarged data
> type
> >due to the 64 bit OS.
> >
> 
> I do not have any 32 bit machine anymore available.
> 
> bye
> 
> Ronald
> 
> >Rob
> >
> >--- Ronald Wiplinger <ronaldlists <at> hotmail.com>
> wrote:
(Continue reading)


Gmane