<P><BR><BR>Hi Purna, <BR> <BR>We are using PCQLinux as I mentioned in my previous mail, unlike Debian this needs lots of dependencies to be resolved. <BR> <BR>I have these two on my machine: <BR>xmlrpc-c-devel-0.9.10-1 <BR>xmlrpc-c-0.9.10-1 <BR> <BR>I used the following for the installation: <BR><BR>xmlrpc-c-0.9.10.tar.gz (build from source) <BR><BR>xmlrpc-c-devel-0.9.10-1.i386.rpm (direct installation from rpm). As far as I remember these libraries further needed libwww libraries for complete installation. <BR> <BR>For that I used: w3c-libwww-5.4.0.tgz <BR> <BR>I got all these from googling, let me know if you dont get any. <BR><BR> <BR> <BR>Regards, <BR><BR>- Kriti</P><P>&nbsp;</P><P><BR><FONT SIZE=2 STYLE=font-size:9pt><B>&quot;Purna Chandar M&quot; &lt;cmongusagusa@gmail.com&gt;</B></FONT><BR><FONT SIZE=2 STYLE=font-size:9pt>Sent by: users-bounces@openser.org</FONT><BR><FONT SIZE=2 STYLE=font-size:9pt>09/05/2007 16:42</FONT><BR><BR> <FONT SIZE=2 STYLE=font-size:9pt>To</FONT> &nbsp; <FONT SIZE=2 STYLE=font-size:9pt>users@openser.org</FONT><BR> <FONT SIZE=2 STYLE=font-size:9pt>cc</FONT> &nbsp; <BR> <FONT SIZE=2 STYLE=font-size:9pt>bcc</FONT> &nbsp; <BR> <FONT SIZE=2 STYLE=font-size:9pt>Subject</FONT> &nbsp; <FONT SIZE=2 STYLE=font-size:9pt>Re: [OpenSER-Users] mi_xmlrpc compilation issues</FONT><BR> &nbsp;<BR><BR></P><P><FONT SIZE=4 STYLE=font-size:12pt>Hi Kriti</FONT><BR><FONT SIZE=4 STYLE=font-size:12pt>Thanks for the quick reply.</FONT><BR><FONT SIZE=4 STYLE=font-size:12pt>The INSTALL file asks us to install libxmlrpc-c3 library. I could only find this package for Debian and for none of the other linux flavors. The latest package for Suse is xmlrpc-c-0.9.10-36 and I have it installed. Can you please let me know what linux you are using. If you have this rpm, I would be more than happy if you send it to me.</FONT><BR><BR><FONT SIZE=4 STYLE=font-size:12pt>On 9/5/07, <B>Kriti Wadhwa</B> &lt;</FONT><FONT SIZE=4 STYLE=font-size:12pt COLOR=BLUE><U><A HREF=mailto:kriti.wadhwa@tcs.com>kriti.wadhwa@tcs.com</A></U></FONT><FONT SIZE=4 STYLE=font-size:12pt COLOR=BLACK>&gt; wrote:</FONT><BR>Hi Purna,<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR><BR>Even I was stuck with the same issue(s) few days back. I am working on PC Linux. <BR>Somehow I managed to resolve all but one dependencies... Giving a few pointers, may help:<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR><BR>-&gt; Install all xmlrpc libraries mentioned in README/INSTALL files through source instead of rpm.<BR>-&gt; If you get stuck in compilation of libraries, you may get patches on Koders site.<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR>-&gt; Remove all older versions of Openser code before you start with the latest one.<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR>-&gt; In src/modules/mi_xml/Makefile include all dependent libraries that this module needs to get compiled. Please refer to the one I used, it may help. You may check the &nbsp; &nbsp; &nbsp;dependencies of libwww library and include the same from /usr/local/lib or /usr/lib.<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR><BR><BR><BR>Makefile:<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR><BR># WARNING: do not run this directly, it should be run by the master Makefile<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR><BR>include ../../Makefile.defs<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR>auto_gen=<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR>NAME=mi_xmlrpc.so<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR>LIBS=<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR><BR>DEFS+=-I$(LOCALBASE)/include -I$(LOCALBASE)/include/xmlrpc-c \<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -I$(SYSBASE)/include/xmlrpc-c<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR>LIBS+=-L$(SYSBASE)/lib -L$(SYSBASE)/local/lib &nbsp;-L$(LOCALBASE)/lib -L$(LOCALBASE)/local/lib -lxmlrpc -lxmlrpc_xmlparse \<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lxmlrpc_xmltok -lxmlrpc_abyss -lxmlrpc_abyss_server \<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lxmlrpc_client -lwwwinit -lwwwstream -lwwwxml -lxmltok -lxmlparse \<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lwwwutils -lpics -lwwwapp -lwwwcache -lwwwcore -lwwwdir -lwwwfile \<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lwwwftp -lwwwgopher -lwwwhtml -lwwwhttp -lwwwmime -lwwwmux \<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lwwwnews -lwwwtelnet -lwwwtrans<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR><BR>include ../../Makefile.modules<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR><BR><BR>Hope this might help.<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR><BR>Regards,<FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR>- Kriti <BR>mailto: <FONT COLOR=BLUE><U><A HREF=mailto:kriti.wadhwa@cs.com>kriti.wadhwa@cs.com</A></U></FONT><FONT SIZE=4 STYLE=font-size:12pt COLOR=BLACK> </FONT><BR><BR><BR><BR><BR><BR><TABLE WIDTH="100%" BORDER="1"><TR VALIGN="top"><TD WIDTH="41%"><FONT SIZE=2 STYLE=font-size:8pt COLOR=BLACK><B>&quot;Purna Chandar M&quot; &lt;</B></FONT><FONT SIZE=2 STYLE=font-size:8pt COLOR=BLUE><B><U><A HREF=mailto:cmongusagusa@gmail.com>cmongusagusa@gmail.com</A></U></B></FONT><FONT SIZE=2 STYLE=font-size:8pt COLOR=BLACK><B>&gt;</B> </FONT><BR><FONT SIZE=2 STYLE=font-size:8pt>Sent by: </FONT><FONT SIZE=2 STYLE=font-size:8pt COLOR=BLUE><U><A HREF=mailto:users-bounces@openser.org>users-bounces@openser.org</A></U></FONT><FONT SIZE=4 STYLE=font-size:12pt COLOR=BLACK> </FONT><BR><BR><FONT SIZE=2 STYLE=font-size:8pt>09/05/2007 06:47 AM</FONT><FONT SIZE=4 STYLE=font-size:12pt> </TD><TD WIDTH="60%"><TABLE WIDTH="100%" BORDER="1"><TR VALIGN="top"><TD WIDTH="14%"></FONT></P><DIV ALIGN=RIGHT><FONT SIZE=2 STYLE=font-size:8pt>To</FONT></DIV><P></TD><TD WIDTH="66%"><FONT SIZE=2 STYLE=font-size:8pt COLOR=BLUE><U><A HREF=mailto:users@openser.org>users@openser.org</A></U></FONT><FONT SIZE=4 STYLE=font-size:12pt COLOR=BLACK> </TD></TR><TR VALIGN="top"><TD WIDTH="14%"></FONT></P><DIV ALIGN=RIGHT><FONT SIZE=2 STYLE=font-size:8pt>cc</FONT></DIV><P></TD><TD WIDTH="66%"><FONT COLOR=BLACK><IMG SRC=/icons/ecblank.gif HSPACE=5  ALT=""></TD></TR><TR VALIGN="top"><TD WIDTH="14%"></FONT></P><DIV ALIGN=RIGHT><FONT SIZE=2 STYLE=font-size:8pt>Subject</FONT></DIV><P></TD><TD WIDTH="66%"><FONT SIZE=2 STYLE=font-size:8pt COLOR=BLACK>[OpenSER-Users] mi_xmlrpc compilation issues</TD></TR></TABLE><TABLE WIDTH="100%" BORDER="1"><TR VALIGN="top"><TD WIDTH="0%"></FONT><FONT COLOR=BLACK><IMG SRC=/icons/ecblank.gif HSPACE=5  ALT=""></TD><TD WIDTH="0%"></FONT><FONT COLOR=BLACK><IMG SRC=/icons/ecblank.gif HSPACE=5  ALT=""></TD></TR></TABLE></TD></TR></TABLE></FONT><FONT SIZE=4 STYLE=font-size:12pt COLOR=BLACK>Hi,</FONT><BR><FONT SIZE=4 STYLE=font-size:12pt>Im trying to compile mi_xmlrpc module in openser but could not succeed. The following errors are displayed</FONT><BR><BR><FONT SIZE=4 STYLE=font-size:12pt>mi_xmlrpc.c: In function 'xmlrpc_process':</FONT><BR><FONT SIZE=4 STYLE=font-size:12pt>mi_xmlrpc.c:161: error: 'xmlrpc_server_abyss_rpc2_handler' undeclared (first use in this function) </FONT><BR><FONT SIZE=4 STYLE=font-size:12pt>mi_xmlrpc.c:161: error: (Each undeclared identifier is reported only once</FONT><BR><FONT SIZE=4 STYLE=font-size:12pt>mi_xmlrpc.c:161: error: for each function it appears in.)</FONT><BR><FONT SIZE=4 STYLE=font-size:12pt>mi_xmlrpc.c:167: error: 'xmlrpc_server_abyss_default_handler' undeclared (first use in this function) </FONT><BR><BR><FONT SIZE=4 STYLE=font-size:12pt>Im using Suse 10.1; The libraries xmlrpc-c-0.9.10-36, libxml-1.8.17-385, libxml2-devel-2.6.23-13, xmlrpc-c-devel-0.9.10-36 are properly installed. Few discussions on the mailing list concluded that the module mi_xmlrpc compiles well on Debian without any dependency issues. Is it true?? </FONT><BR><BR><FONT SIZE=4 STYLE=font-size:12pt>Can somebody tell me whether Im missing any dependencies?? Please let me know how to successfully compile this module.</FONT><BR><BR><FONT SIZE=4 STYLE=font-size:12pt>Thanks and regards,</FONT><BR><FONT SIZE=4 STYLE=font-size:12pt>Purna Chandar M</FONT><FONT FACE="Monospace,Courier">_______________________________________________</FONT><BR><FONT FACE="Monospace,Courier">Users mailing list</FONT><BR><FONT COLOR=BLUE FACE="Monospace,Courier"><U><A HREF=mailto:Users@openser.org>Users@openser.org</A></U></FONT><FONT COLOR=BLACK><BR></FONT><FONT COLOR=BLUE FACE="Monospace,Courier"><U><A HREF=http://openser.org/cgi-bin/mailman/listinfo/users>http://openser.org/cgi-bin/mailman/listinfo/users</A></U></FONT><FONT COLOR=BLACK><BR></FONT><FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR><FONT SIZE=2 STYLE=font-size:8pt>ForwardSourceID:NT0000CFFE &nbsp; &nbsp;</FONT><FONT SIZE=4 STYLE=font-size:12pt> </FONT><BR><BR><FONT SIZE=4 STYLE=font-size:12pt FACE="Monospace,Courier">=====-----=====-----=====</FONT><BR><FONT SIZE=4 STYLE=font-size:12pt FACE="Monospace,Courier">Notice: The information contained in this e-mail</FONT><BR><FONT SIZE=4 STYLE=font-size:12pt FACE="Monospace,Courier">message and/or attachments to it may contain </FONT><BR><FONT SIZE=4 STYLE=font-size:12pt FACE="Monospace,Courier">confidential or privileged information. If you are </FONT><BR><FONT SIZE=4 STYLE=font-size:12pt FACE="Monospace,Courier">not the intended recipient, any dissemination, use, </FONT><BR><FONT SIZE=4 STYLE=font-size:12pt FACE="Monospace,Courier">review, distribution, printing or copying of the </FONT><BR><FONT SIZE=4 STYLE=font-size:12pt FACE="Monospace,Courier">information contained in this e-mail message </FONT><BR><FONT SIZE=4 STYLE=font-size:12pt FACE="Monospace,Courier">and/or attachments to it are strictly prohibited. If </FONT><BR><FONT SIZE=4 STYLE=font-size:12pt FACE="Monospace,Courier">you have received this communication in error, </FONT><BR><FONT SIZE=4 STYLE=font-size:12pt FACE="Monospace,Courier">please notify us by reply e-mail or telephone and </FONT><BR><FONT SIZE=4 STYLE=font-size:12pt FACE="Monospace,Courier">immediately and permanently delete the message </FONT><BR><FONT SIZE=4 STYLE=font-size:12pt FACE="Monospace,Courier">and any attachments. Thank you</FONT><BR><BR><BR><BR><BR><BR><BR><FONT FACE="Monospace,Courier">_______________________________________________<BR>Users mailing list<BR>Users@openser.org<BR><A HREF=http://openser.org/cgi-bin/mailman/listinfo/users>http://openser.org/cgi-bin/mailman/listinfo/users</A></FONT><BR><BR><FONT SIZE=1 STYLE=font-size:1pt COLOR=WHITE>ForwardSourceID:NT0001E98A </FONT></P><pre>=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


</pre>