<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>Thanks a lot pavlin,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Your comments are indeed very help full for me.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I could able to resolve the compilation issues. Following are my changes .</DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV>1) --wiith-LD = mips-linux-ld</DIV>
<DIV>&nbsp;</DIV>
<DIV>2) CFLAGS = "mxgots" </DIV>
<DIV>&nbsp;</DIV>
<DIV>3) CXXFLAGS = "mxgots"</DIV>
<DIV>&nbsp;</DIV>
<DIV>4) Enableing the PIMSM V1, PIMSM V2 and IPIP kernal modules.</DIV>
<DIV>&nbsp;</DIV>
<DIV>With above changes&nbsp;i could able to run the xorp on my target board.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Through testing i found that it doesnot support immedieate leave , am i right ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>To &nbsp;supports&nbsp; this do i need change any thing in config.boot ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>How&nbsp;many minimum number of multicast groups it can support ?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Do we have any control like on the specific interface we&nbsp;can allow only the specific multicast range addresses ? </DIV>
<DIV>&nbsp;</DIV>
<DIV>Please send your comments</DIV>
<DIV>&nbsp;</DIV>
<DIV>regards</DIV>
<DIV>Kanth</DIV>
<DIV><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Pavlin Radoslavov &lt;pavlin@ICSI.Berkeley.EDU&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> RamaKanthVarala &lt;varala_kanth@yahoo.com&gt;<BR><B><SPAN style="FONT-WEIGHT: bold">Cc:</SPAN></B> Pavlin Radoslavov &lt;pavlin@ICSI.Berkeley..EDU&gt;; xorp-users@xorp.org<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Friday, 20 March, 2009 11:10:48 PM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [Xorp-users] compilation problmes with mips<BR></FONT><BR>Kanth,<BR><BR>Before I try to answer your questions I'd like to emphasize that if<BR>you want to use XORP for multicast routing, you MUST use PIM-SM<BR>(i.e., IGMP only is not enough).<BR><BR>RamaKanthVarala &lt;<A href="mailto:varala_kanth@yahoo.com" ymailto="mailto:varala_kanth@yahoo.com">varala_kanth@yahoo.com</A>&gt; wrote:<BR><BR>&gt; Thanks pavlin,<BR>&gt; <BR>&gt; <BR>&gt; Iam using the latest stable version 1.6
 .<BR>&gt; <BR>&gt; My testing environment is like below<BR>&gt; <BR>&gt; Windows PC (server )====WAN ===&gt; Fedor 8 Linux PC =====Private Lan ===&gt; Windows PC (client/host)<BR>&gt; <BR>&gt; When i compile the source with fedora 8 version i did not had any problems.<BR>&gt; <BR>&gt; In linux pc iam using the iptables to give me the NAT functionality to windows PC .<BR>&gt; <BR>&gt; In this when i compiled for fedora 8 and tested it , the video stream is received by the client PC from server PC in short it gave me the expected result .<BR>&gt; <BR>&gt; As same like above now my target board with mips on it is between server and client instead of fedora Linux PC.<BR>&gt; <BR>&gt; My intention is&nbsp;to get the same result what i got with the linux pc.I hope i can achive the same ..!<BR>&gt; <BR>&gt; My basic obstacles till now is <BR>&gt; <BR>&gt; <BR>&gt; 1) Compilation problems in the BGP and FEA modules..?<BR><BR>The error you are seeing ("... is
 not a valid libtool object")<BR>doesn't indicate an obvious issue. Here are few things that you can<BR>try:<BR>* Start with a clean source and build tree<BR><BR>* Don't use parallel make like "gmake -j4" in case you are. You<BR>&nbsp; could try "gmake -j1", but I think "-j1" is the default anyway.<BR><BR>* Double-check that your cross-compilation environment is setup<BR>&nbsp; properly (e.g., try to cross-compile other software that you know<BR>&nbsp; can be cross-compiled).<BR><BR>* Try using "--enable-static --disable-shared" argument to ./configure<BR><BR>* Try using older XORP release (e.g., XORP-1.5).<BR><BR>&gt; 2) Do they really need to be compiled in order to use igmp ..?<BR><BR>For multicast you need (at least) the following processes/modules:<BR>fea/mfea, igmp, rib, fib2mrib, pim.<BR><BR>Depends on the setup, you might need some unicast routing protocols<BR>as well (unless all unicast routes are static and installed outside<BR>of
 XORP).<BR><BR>&gt; 3) What are all the modules does igmp depend on ..?<BR><BR>igmp itself depends only on fea/mfea, but as I mentioned before you<BR>must run pim.<BR><BR>Regards,<BR>Pavlin<BR><BR>&gt; Please put in your thoughts .<BR>&gt; <BR>&gt; Thanks &amp; Regards<BR>&gt; Kanth<BR>&gt; <BR>&gt; ________________________________<BR>&gt; From: Pavlin Radoslavov &lt;<A href="mailto:pavlin@ICSI.Berkeley.EDU" ymailto="mailto:pavlin@ICSI.Berkeley.EDU">pavlin@ICSI.Berkeley.EDU</A>&gt;<BR>&gt; To: RamaKanthVarala &lt;<A href="mailto:varala_kanth@yahoo.com" ymailto="mailto:varala_kanth@yahoo.com">varala_kanth@yahoo.com</A>&gt;<BR>&gt; Cc: <A href="mailto:xorp-users@xorp.org" ymailto="mailto:xorp-users@xorp.org">xorp-users@xorp.org</A><BR>&gt; Sent: Tuesday, 17 March, 2009 10:40:25 PM<BR>&gt; Subject: Re: [Xorp-users] compilation problmes with mips<BR>&gt; <BR>&gt; RamaKanthVarala &lt;<A href="mailto:varala_kanth@yahoo.com"
 ymailto="mailto:varala_kanth@yahoo.com">varala_kanth@yahoo.com</A>&gt; wrote:<BR>&gt; <BR>&gt; &gt; Hello friends,<BR>&gt; &gt; <BR>&gt; &gt; I want to use the xorp as igmp proxy.<BR>&gt; <BR>&gt; Unfortunately you can't use XORP as IGMP proxy.<BR>&gt; The IGMP implementation in XORP is the router-side, and it is used<BR>&gt; in tandem with PIM-SM.<BR>&gt; <BR>&gt; Re. the "libtool object" error below, what XORP version are you<BR>&gt; using? The latest 1.6 release or the code from CVS?<BR>&gt; <BR>&gt; Regards,<BR>&gt; Pavlin<BR>&gt; <BR>&gt; &gt; I want to put this into one of my target board which has mips as its o.s.<BR>&gt; &gt; <BR>&gt; &gt; I configured with options like host as mips-linux&nbsp; and --with-openssl to corresponding package.<BR>&gt; &gt; <BR>&gt; &gt; When&nbsp; i make it i get the following error.<BR>&gt; &gt; <BR>&gt; &gt; /bin/sh ../../../libtool --tag=CXX&nbsp;&nbsp; --mode=link mips-linux-g++&nbsp; -g -Werror -W -Wall
 -Wwrite-strings -Wcast-qual -Wpointer-arith -Wcast-align -Woverloaded-virtual -ftemplate-depth-25 -pipe&nbsp;&nbsp; -o libxorp_fibconfig.la&nbsp; fibconfig_entry_get_click.lo fibconfig_entry_get_dummy.lo fibconfig_entry_get_iphelper.lo fibconfig_entry_get_netlink_socket.lo fibconfig_entry_get_routing_socket.lo fibconfig_entry_get_rtmv2.lo fibconfig_entry_observer_dummy.lo fibconfig_entry_observer_iphelper.lo fibconfig_entry_observer_netlink_socket.lo fibconfig_entry_observer_routing_socket.lo fibconfig_entry_observer_rtmv2.lo fibconfig_entry_parse_netlink_socket.lo fibconfig_entry_parse_routing_socket.lo fibconfig_entry_set_click.lo fibconfig_entry_set_dummy.lo fibconfig_entry_set_iphelper.lo fibconfig_entry_set_netlink_socket.lo fibconfig_entry_set_routing_socket.lo fibconfig_entry_set_rtmv2.lo fibconfig_forwarding_dummy.lo fibconfig_forwarding_proc_linux.lo<BR>&gt; &gt;&nbsp; fibconfig_forwarding_solaris.lo fibconfig_forwarding_sysctl.lo
 fibconfig_forwarding_windows.lo fibconfig_table_get_click.lo fibconfig_table_get_dummy..lo fibconfig_table_get_iphelper.lo fibconfig_table_get_netlink_socket.lo fibconfig_table_get_sysctl.lo fibconfig_table_observer_dummy.lo fibconfig_table_observer_iphelper.lo fibconfig_table_observer_netlink_socket.lo fibconfig_table_observer_routing_socket.lo fibconfig_table_observer_rtmv2.lo fibconfig_table_parse_netlink_socket.lo fibconfig_table_parse_routing_socket.lo fibconfig_table_set_click.lo fibconfig_table_set_dummy.lo fibconfig_table_set_iphelper.lo fibconfig_table_set_netlink_socket.lo fibconfig_table_set_routing_socket.lo fibconfig_table_set_rtmv2.lo&nbsp; -lcrypto&nbsp; -L/root/SW/userapps/opensource/openssl -L/root/SW/userapps/opensource/openssl/lib -lrt<BR>&gt; &gt; libtool: link: `fibconfig_forwarding_proc_linux.lo' is not a valid libtool object<BR>&gt; &gt; make: *** [libxorp_fibconfig.la] Error 1<BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt; Another
 general doubt is what are all the components needed for igmp to work .<BR>&gt; &gt; <BR>&gt; &gt; If i donot include fea and ospf does it work..?<BR>&gt; &gt; <BR>&gt; &gt; Your help will be highly appreciated in this.<BR>&gt; &gt; <BR>&gt; &gt; regards<BR>&gt; &gt; Kanth <BR>&gt; &gt; ________________________________<BR>&gt; &gt; Add more friends to your messenger and enjoy! Invite them now.. <BR>&gt; &gt; <BR>&gt; &gt; <BR>&gt; &gt;&nbsp; &nbsp; &nbsp; Add more friends to your messenger and enjoy! Go to <A href="http://messenger.yahoo.com/invite/_______________________________________________" target=_blank>http://messenger.yahoo.com/invite/_______________________________________________</A><BR>&gt; &gt; Xorp-users mailing list<BR>&gt; &gt; <A href="mailto:Xorp-users@xorp.org" ymailto="mailto:Xorp-users@xorp.org">Xorp-users@xorp.org</A><BR>&gt; &gt; <A href="http://mailman.icsi.berkeley.edu/mailman/listinfo/xorp-users"
 target=_blank>http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users</A><BR>&gt; <BR>&gt; ________________________________<BR>&gt; Download prohibited? No problem. CHAT from any browser, without download.<BR>&gt; <BR>&gt; <BR>&gt;&nbsp; &nbsp; &nbsp; Add more friends to your messenger and enjoy! Go to <A href="http://messenger.yahoo.com/invite/_______________________________________________" target=_blank>http://messenger.yahoo.com/invite/_______________________________________________</A><BR>&gt; Xorp-users mailing list<BR>&gt; <A href="mailto:Xorp-users@xorp.org" ymailto="mailto:Xorp-users@xorp.org">Xorp-users@xorp.org</A><BR>&gt; <A href="http://mailman.icsi.berkeley.edu/mailman/listinfo/xorp-users" target=_blank>http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users</A><BR></DIV></DIV></div><br>
      <!--6--><hr size=1></hr> Add more friends to your messenger and enjoy! <a href="http://in.rd.yahoo.com/tagline_messenger_6/*http://messenger.yahoo.com/invite/"> Invite them now.</a></body></html>