Re: IPv6 communication from ORBit to OmniORB

Jules Colding <[email protected]> Wed, 09 Aug 2006 12:41:13 +0200
Newsgroups gmane.comp.gnome.orbit.general
Message-ID <[email protected]>
On Wed, 2006-08-09 at 12:33 +0200, Jaromir Talir wrote:
> > > 
> > > # pyorbit
> > > orb = ORBit.CORBA.ORB_init("ORBIIOPIPv6=1")
> > > orb = ORBit.CORBA.ORB_init("-ORBIIOPIPv6=1")
> > 
> > The option must be "--ORBIIOPIPv6=1" (notice the double dash).
> > 
> > HTH,
> >   jules
> > 
> 
> no success. 

<output snipped>


> any way to debug it more deeply?

I don't know the implementation details of pyORBit but I would build
ORBit2 with "--enable-debug=yes" and "export ORBIT2_DEBUG=all" in the
environment.

HTH,
  jules