>>>>> On Sat, 05 Jan 2008 14:12:33 -0500, Minkus  said:
> 
> >> One last item ... Has anybody successfully gotten the Win32 FD to
> >> use IPv6?  I used the precompiled version and it gave me an error
> >> similar to:
> >>
> >> got token 'ipv6' expecting [ip|ipv4]
> >>
> >> I received this error when I tried to force it to listen on IPv6 by
> >> putting the following in the FD config:
> >>
> >> FDAddresses {
> >>    ipv6 = { addr = <ADDRESS6>; port=9102; }
> >> }
> >>
> >> I then though that maybe ipv6 was not built into the precompiled
> >> version, so I compiled it myself and I received the same error.  I
> >> read in the archives a response from Kern stating that IPv6 should
> >> be supported in Win32 but according to the error that I am getting
> >> it doesn't even look like ipv6 is valid for win32.
> >
> > The error means that IPV6 was not detected at compile-time.  You'll need to
> > check the config.log to find out why.
> >
> > __Martin
> 
> 
> 
> I get this error only with the WIN32 versions.  The version that I
> compiled myself and the precompiled version both give the same
> error.  I know that IPv6 is detected at compile time because I can
> use the same source tree to compile a GNU/Linux version that works
> with IPv6.  My query here is does the Win32 version support IPv6 at all.

Ah, I see now.  I think the Win32 build uses a fixed configuration
(e.g. mingwconfig.h), not configure.  That configuration does not include
HAVE_IPV6, probably because that option was added later.

__Martin

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to