Thanks a lot Kriti. I could successfully compile the mi_xmlrpc module.<br>For
those of you who may follow this thread, you need to modify few files
in the source of xmlrpc-c-0.9.10.tar.gz. Few files like DataType.cc in
tools/xml-rpc-api2cpp directory includes &lt;
iostream.h&gt; and few versions of g++ do not like this. You just have
to remove the .h (i.e., do #include&lt;iostream&gt;). This may happen
with few other files and the same fix works.<br><br>Thanks once again to Kriti.<br>
<br>Regards,<br><span class="sg">Purna Chandar M</span><br><br><div><span class="gmail_quote">On 9/5/07, <b class="gmail_sendername">Kriti Wadhwa</b> &lt;<a href="mailto:kriti.wadhwa@tcs.com">kriti.wadhwa@tcs.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><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><span class="q"><br><font style="font-size: 9pt;" size="2"><b>&quot;Purna Chandar M&quot; &lt;<a href="mailto:cmongusagusa@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
cmongusagusa@gmail.com</a>&gt;</b></font><br><font style="font-size: 9pt;" size="2">Sent by: <a href="mailto:users-bounces@openser.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">users-bounces@openser.org
</a></font><br></span><font style="font-size: 9pt;" size="2">09/05/2007 16:42</font><span class="q"><br><br> <font style="font-size: 9pt;" size="2">To</font> &nbsp; <font style="font-size: 9pt;" size="2"><a href="mailto:users@openser.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
users@openser.org</a></font><br> <font style="font-size: 9pt;" size="2">cc</font> &nbsp; <br></span> <font style="font-size: 9pt;" size="2">bcc</font> &nbsp; <br> <font style="font-size: 9pt;" size="2">Subject</font> &nbsp; <font style="font-size: 9pt;" size="2">
Re: [OpenSER-Users] mi_xmlrpc compilation issues</font><br> &nbsp;<br><br></p><div><span class="e" id="q_114d56dcefecf9ec_5"><p><font style="font-size: 12pt;" size="4">Hi Kriti</font><br><font style="font-size: 12pt;" size="4">
Thanks for the quick reply.</font><br><font style="font-size: 12pt;" size="4">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 style="font-size: 12pt;" size="4">
On 9/5/07, <b>Kriti Wadhwa</b> &lt;</font><font style="font-size: 12pt;" color="BLUE" size="4"><u><a href="mailto:kriti.wadhwa@tcs.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">kriti.wadhwa@tcs.com
</a></u></font><font style="font-size: 12pt;" color="BLACK" size="4">&gt; wrote:</font><br>Hi Purna,<font style="font-size: 12pt;" size="4"> </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 style="font-size: 12pt;" size="4"> </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 style="font-size: 12pt;" size="4"> </font><br>-&gt; Remove all older versions of Openser code before you start with the latest one.
<font style="font-size: 12pt;" size="4"> </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 style="font-size: 12pt;" size="4"> </font><br><br><br><br>Makefile:<font style="font-size: 12pt;" size="4"> </font><br><br># WARNING: do not run this directly, it should be run by the master Makefile<font style="font-size: 12pt;" size="4">
 </font><br><br>include ../../Makefile.defs<font style="font-size: 12pt;" size="4"> </font><br>auto_gen=<font style="font-size: 12pt;" size="4"> </font><br>NAME=mi_xmlrpc.so<font style="font-size: 12pt;" size="4"> </font>
<br>LIBS=<font style="font-size: 12pt;" size="4"> </font><br><br>DEFS+=-I$(LOCALBASE)/include -I$(LOCALBASE)/include/xmlrpc-c \<font style="font-size: 12pt;" size="4"> </font><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -I$(SYSBASE)/include/xmlrpc-c
<font style="font-size: 12pt;" size="4"> </font><br>LIBS+=-L$(SYSBASE)/lib -L$(SYSBASE)/local/lib &nbsp;-L$(LOCALBASE)/lib -L$(LOCALBASE)/local/lib -lxmlrpc -lxmlrpc_xmlparse \<font style="font-size: 12pt;" size="4"> </font><br>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lxmlrpc_xmltok -lxmlrpc_abyss -lxmlrpc_abyss_server \<font style="font-size: 12pt;" size="4"> </font><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lxmlrpc_client -lwwwinit -lwwwstream -lwwwxml -lxmltok -lxmlparse \<font style="font-size: 12pt;" size="4">
 </font><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lwwwutils -lpics -lwwwapp -lwwwcache -lwwwcore -lwwwdir -lwwwfile \<font style="font-size: 12pt;" size="4"> </font><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lwwwftp -lwwwgopher -lwwwhtml -lwwwhttp -lwwwmime -lwwwmux \
<font style="font-size: 12pt;" size="4"> </font><br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lwwwnews -lwwwtelnet -lwwwtrans<font style="font-size: 12pt;" size="4"> </font><br><br>include ../../Makefile.modules<font style="font-size: 12pt;" size="4">
 </font><br><br><br>Hope this might help.<font style="font-size: 12pt;" size="4"> </font><br><br>Regards,<font style="font-size: 12pt;" size="4"> </font><br>- Kriti <br>mailto: <font color="BLUE"><u><a href="mailto:kriti.wadhwa@cs.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
kriti.wadhwa@cs.com</a></u></font><font style="font-size: 12pt;" color="BLACK" size="4"> </font><br><br><br><br><br><br><table border="1" width="100%"><tbody><tr valign="top"><td width="41%"><font style="font-size: 8pt;" color="BLACK" size="2">
<b>&quot;Purna Chandar M&quot; &lt;</b></font><font style="font-size: 8pt;" color="BLUE" size="2"><b><u><a href="mailto:cmongusagusa@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">cmongusagusa@gmail.com
</a></u></b></font><font style="font-size: 8pt;" color="BLACK" size="2"><b>&gt;</b> </font><br><font style="font-size: 8pt;" size="2">Sent by: </font><font style="font-size: 8pt;" color="BLUE" size="2"><u><a href="mailto:users-bounces@openser.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
users-bounces@openser.org</a></u></font><font style="font-size: 12pt;" color="BLACK" size="4"> </font><br><br><font style="font-size: 8pt;" size="2">09/05/2007 06:47 AM</font><font style="font-size: 12pt;" size="4"> </font>
</td><td width="60%"><table border="1" width="100%"><tbody><tr valign="top"><td width="14%"><br></td></tr></tbody></table></td></tr></tbody></table></p><div align="right"><font style="font-size: 8pt;" size="2">To</font></div>
<p><table><tbody><tr><td width="66%"><font style="font-size: 8pt;" color="BLUE" size="2"><u><a href="mailto:users@openser.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">users@openser.org</a></u>
</font><font style="font-size: 12pt;" color="BLACK" size="4"> </font></td></tr><tr valign="top"><td width="14%"><br></td></tr></tbody></table></p><div align="right"><font style="font-size: 8pt;" size="2">cc</font></div><p>
<table><tbody><tr><td width="66%"><font color="BLACK"><img alt="" hspace="5"></font></td></tr><tr valign="top"><td width="14%"><br></td></tr></tbody></table></p><div align="right"><font style="font-size: 8pt;" size="2">Subject
</font></div></span></div><p></p><div><span class="e" id="q_114d56dcefecf9ec_7"><table><tbody><tr><td width="66%"><font style="font-size: 8pt;" color="BLACK" size="2">[OpenSER-Users] mi_xmlrpc compilation issues</font></td>
</tr></tbody></table><table border="1" width="100%"><tbody><tr valign="top"><td width="0%"><font color="BLACK"><img alt="" hspace="5"></font></td><td width="0%"><font color="BLACK"><img alt="" hspace="5"></font></td></tr>
</tbody></table><font style="font-size: 12pt;" color="BLACK" size="4">Hi,</font><br><font style="font-size: 12pt;" size="4">Im trying to compile mi_xmlrpc module in openser but could not succeed. The following errors are displayed
</font><br><br><font style="font-size: 12pt;" size="4">mi_xmlrpc.c: In function &#39;xmlrpc_process&#39;:</font><br><font style="font-size: 12pt;" size="4">mi_xmlrpc.c:161: error: &#39;xmlrpc_server_abyss_rpc2_handler&#39; undeclared (first use in this function) 
</font><br><font style="font-size: 12pt;" size="4">mi_xmlrpc.c:161: error: (Each undeclared identifier is reported only once</font><br><font style="font-size: 12pt;" size="4">mi_xmlrpc.c:161: error: for each function it appears in.)
</font><br><font style="font-size: 12pt;" size="4">mi_xmlrpc.c:167: error: &#39;xmlrpc_server_abyss_default_handler&#39; undeclared (first use in this function) </font><br><br><font style="font-size: 12pt;" size="4">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 style="font-size: 12pt;" size="4">Can somebody tell me whether Im missing any dependencies?? Please let me know how to successfully compile this module.</font><br><br><font style="font-size: 12pt;" size="4">
Thanks and regards,</font><br><font style="font-size: 12pt;" size="4">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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">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" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://openser.org/cgi-bin/mailman/listinfo/users
</a></u></font><font color="BLACK"><br></font><font style="font-size: 12pt;" size="4"> </font><br><font style="font-size: 8pt;" size="2">ForwardSourceID:NT0000CFFE &nbsp; &nbsp;</font><font style="font-size: 12pt;" size="4"> </font>
<br><br><font style="font-size: 12pt;" face="Monospace,Courier" size="4">=====-----=====-----=====</font><br><font style="font-size: 12pt;" face="Monospace,Courier" size="4">Notice: The information contained in this e-mail
</font><br><font style="font-size: 12pt;" face="Monospace,Courier" size="4">message and/or attachments to it may contain </font><br><font style="font-size: 12pt;" face="Monospace,Courier" size="4">confidential or privileged information. If you are 
</font><br><font style="font-size: 12pt;" face="Monospace,Courier" size="4">not the intended recipient, any dissemination, use, </font><br><font style="font-size: 12pt;" face="Monospace,Courier" size="4">review, distribution, printing or copying of the 
</font><br><font style="font-size: 12pt;" face="Monospace,Courier" size="4">information contained in this e-mail message </font><br><font style="font-size: 12pt;" face="Monospace,Courier" size="4">and/or attachments to it are strictly prohibited. If 
</font><br><font style="font-size: 12pt;" face="Monospace,Courier" size="4">you have received this communication in error, </font><br><font style="font-size: 12pt;" face="Monospace,Courier" size="4">please notify us by reply e-mail or telephone and 
</font><br><font style="font-size: 12pt;" face="Monospace,Courier" size="4">immediately and permanently delete the message </font><br><font style="font-size: 12pt;" face="Monospace,Courier" size="4">and any attachments. Thank you
</font><br><br><br><br><br><br><br><font face="Monospace,Courier">_______________________________________________<br>Users mailing list<br><a href="mailto:Users@openser.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Users@openser.org</a><br><a href="http://openser.org/cgi-bin/mailman/listinfo/users" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://openser.org/cgi-bin/mailman/listinfo/users</a></font><br><br>
</span></div><font style="font-size: 1pt;" color="WHITE" size="1">ForwardSourceID:NT0001E98A </font><p></p><div><span class="e" id="q_114d56dcefecf9ec_9"><pre>=====-----=====-----=====<br>Notice: The information contained in this e-mail
<br>message and/or attachments to it may contain <br>confidential or privileged information. If you are <br>not the intended recipient, any dissemination, use, <br>review, distribution, printing or copying of the <br>information contained in this e-mail message 
<br>and/or attachments to it are strictly prohibited. If <br>you have received this communication in error, <br>please notify us by reply e-mail or telephone and <br>immediately and permanently delete the message <br>and any attachments. Thank you
<br><br><br></pre></span></div></blockquote></div><br>