<html>

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">


<meta name=Generator content="Microsoft Word 10 (filtered)">

<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:sans-serif;
        panose-1:0 0 0 0 0 0 0 0 0 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p
        {margin-right:0in;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
pre
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
tt
        {font-family:"Courier New";}
span.EmailStyle20
        {font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>Hi,</span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>I had the same problems and even managed
to compile the code after taking care of all the dependencies nn CentOS but
nothing worked.<br>
I got it to work by switching to Debian. </span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=2 face=Tahoma><span
style='font-size:10.0pt;font-family:Tahoma'>-----Original Message-----<br>
<b><span style='font-weight:bold'>From:</span></b> users-bounces@openser.org
[mailto:users-bounces@openser.org] <b><span style='font-weight:bold'>On Behalf
Of </span></b>Kriti Wadhwa<br>
<b><span style='font-weight:bold'>Sent:</span></b> Wednesday, September 05,
2007 3:40 AM<br>
<b><span style='font-weight:bold'>To:</span></b> Purna Chandar M<br>
<b><span style='font-weight:bold'>Cc:</span></b> users-bounces@openser.org;
users@openser.org<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [OpenSER-Users]
mi_xmlrpc compilation issues</span></font></p>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'>&nbsp;</span></font></p>

<p class=MsoNormal style='margin-right:0in;margin-bottom:12.0pt;margin-left:
.5in'><font size=3 face="Times New Roman"><span style='font-size:12.0pt'><br>
</span></font><font size=2 face=sans-serif><span style='font-size:10.0pt;
font-family:sans-serif'>Hi Purna,</span></font> <br>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>Even
I was stuck with the same issue(s) few days back. I am working on PC Linux. </span></font><br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>Somehow
I managed to resolve all but one dependencies... Giving a few pointers, may
help:</span></font> <br>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>-&gt;
Install all xmlrpc libraries mentioned in README/INSTALL files through source
instead of rpm.</span></font> <br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>-&gt;
If you get stuck in compilation of libraries, you may get patches on Koders
site.</span></font> <br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>-&gt;
Remove all older versions of Openser code before you start with the latest one.</span></font>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>-&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.</span></font> <br>
<br>
<br>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>Makefile:</span></font>
<br>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>#
WARNING: do not run this directly, it should be run by the master Makefile</span></font>
<br>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>include
../../Makefile.defs</span></font> <br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>auto_gen=</span></font>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>NAME=mi_xmlrpc.so</span></font>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>LIBS=</span></font>
<br>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>DEFS+=-I$(LOCALBASE)/include
-I$(LOCALBASE)/include/xmlrpc-c \</span></font> <br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -I$(SYSBASE)/include/xmlrpc-c</span></font>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>LIBS+=-L$(SYSBASE)/lib
-L$(SYSBASE)/local/lib &nbsp;-L$(LOCALBASE)/lib -L$(LOCALBASE)/local/lib
-lxmlrpc -lxmlrpc_xmlparse \</span></font> <br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lxmlrpc_xmltok -lxmlrpc_abyss
-lxmlrpc_abyss_server \</span></font> <br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lxmlrpc_client -lwwwinit
-lwwwstream -lwwwxml -lxmltok -lxmlparse \</span></font> <br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lwwwutils -lpics -lwwwapp
-lwwwcache -lwwwcore -lwwwdir -lwwwfile \</span></font> <br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lwwwftp -lwwwgopher -lwwwhtml
-lwwwhttp -lwwwmime -lwwwmux \</span></font> <br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>&nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; -lwwwnews -lwwwtelnet
-lwwwtrans</span></font> <br>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>include
../../Makefile.modules</span></font> <br>
<br>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>Hope
this might help.</span></font> <br>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>Regards,</span></font>
<br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>-
Kriti </span></font><br>
<font size=2 face=sans-serif><span style='font-size:10.0pt;font-family:sans-serif'>mailto:
kriti.wadhwa@cs.com</span></font> <br>
<br>
<br>
<br>
</p>

<table class=MsoNormalTable border=0 cellpadding=0 width="100%"
 style='width:100.0%;margin-left:.5in'>
 <tr>
  <td width="39%" valign=top style='width:39.98%;padding:.75pt .75pt .75pt .75pt'>
  <p class=MsoNormal><b><font size=1 face=sans-serif><span style='font-size:
  7.5pt;font-family:sans-serif;font-weight:bold'>&quot;Purna Chandar M&quot;
  &lt;cmongusagusa@gmail.com&gt;</span></font></b><font size=1 face=sans-serif><span
  style='font-size:7.5pt;font-family:sans-serif'> </span></font><br>
  <font size=1 face=sans-serif><span style='font-size:7.5pt;font-family:sans-serif'>Sent
  by: users-bounces@openser.org</span></font> </p>
  <p><font size=1 face=sans-serif><span style='font-size:7.5pt;font-family:
  sans-serif'>09/05/2007 06:47 AM</span></font> </p>
  </td>
  <td width="58%" valign=top style='width:58.98%;padding:.75pt .75pt .75pt .75pt'>
  <table class=MsoNormalTable border=0 cellpadding=0 width="100%"
   style='width:100.0%'>
   <tr>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal align=right style='text-align:right'><font size=1
    face=sans-serif><span style='font-size:7.5pt;font-family:sans-serif'>To</span></font></p>
    </td>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal><font size=1 face=sans-serif><span style='font-size:
    7.5pt;font-family:sans-serif'>users@openser.org</span></font> </p>
    </td>
   </tr>
   <tr>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal align=right style='text-align:right'><font size=1
    face=sans-serif><span style='font-size:7.5pt;font-family:sans-serif'>cc</span></font></p>
    </td>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal><font size=3 face="Times New Roman"><span
    style='font-size:12.0pt'>&nbsp;</span></font></p>
    </td>
   </tr>
   <tr>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal align=right style='text-align:right'><font size=1
    face=sans-serif><span style='font-size:7.5pt;font-family:sans-serif'>Subject</span></font></p>
    </td>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal><font size=1 face=sans-serif><span style='font-size:
    7.5pt;font-family:sans-serif'>[OpenSER-Users] mi_xmlrpc compilation issues</span></font></p>
    </td>
   </tr>
  </table>
  <p class=MsoNormal><font size=3 face="Times New Roman"><span
  style='font-size:12.0pt'>&nbsp;</span></font></p>
  <table class=MsoNormalTable border=0 cellpadding=0>
   <tr>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal><font size=3 face="Times New Roman"><span
    style='font-size:12.0pt'>&nbsp;</span></font></p>
    </td>
    <td valign=top style='padding:.75pt .75pt .75pt .75pt'>
    <p class=MsoNormal><font size=3 face="Times New Roman"><span
    style='font-size:12.0pt'>&nbsp;</span></font></p>
    </td>
   </tr>
  </table>
  <p class=MsoNormal></p>
  </td>
 </tr>
</table>

<p class=MsoNormal style='margin-left:.5in'><font size=3 face="Times New Roman"><span
style='font-size:12.0pt'><br>
<br>
<br>
Hi,<br>
Im trying to compile mi_xmlrpc module in openser but could not succeed. The
following errors are displayed<br>
<br>
mi_xmlrpc.c: In function 'xmlrpc_process':<br>
mi_xmlrpc.c:161: error: 'xmlrpc_server_abyss_rpc2_handler' undeclared (first
use in this function) <br>
mi_xmlrpc.c:161: error: (Each undeclared identifier is reported only once<br>
mi_xmlrpc.c:161: error: for each function it appears in.)<br>
mi_xmlrpc.c:167: error: 'xmlrpc_server_abyss_default_handler' undeclared (first
use in this function) <br>
<br>
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?? <br>
<br>
Can somebody tell me whether Im missing any dependencies?? Please let me know
how to successfully compile this module.<br>
<br>
Thanks and regards,<br>
Purna Chandar M</span></font><tt><font size=2 face="Courier New"><span
style='font-size:10.0pt'>_______________________________________________</span></font></tt><font
size=2 face="Courier New"><span style='font-size:10.0pt;font-family:"Courier New"'><br>
<tt><font face="Courier New">Users mailing list</font></tt><br>
<tt><font face="Courier New">Users@openser.org</font></tt><br>
<tt><font face="Courier New">http://openser.org/cgi-bin/mailman/listinfo/users</font></tt><br>
</span></font><br>
<font size=1 color=white face=sans-serif><span style='font-size:7.5pt;
font-family:sans-serif;color:white'>ForwardSourceID:NT0000CFFE &nbsp; &nbsp;</span></font>
</p>

<pre style='margin-left:.5in'><font size=2 face="Courier New"><span
style='font-size:10.0pt'>=====-----=====-----=====</span></font></pre><pre
style='margin-left:.5in'><font size=2 face="Courier New"><span
style='font-size:10.0pt'>Notice: The information contained in this e-mail</span></font></pre><pre
style='margin-left:.5in'><font size=2 face="Courier New"><span
style='font-size:10.0pt'>message and/or attachments to it may contain </span></font></pre><pre
style='margin-left:.5in'><font size=2 face="Courier New"><span
style='font-size:10.0pt'>confidential or privileged information. If you are </span></font></pre><pre
style='margin-left:.5in'><font size=2 face="Courier New"><span
style='font-size:10.0pt'>not the intended recipient, any dissemination, use, </span></font></pre><pre
style='margin-left:.5in'><font size=2 face="Courier New"><span
style='font-size:10.0pt'>review, distribution, printing or copying of the </span></font></pre><pre
style='margin-left:.5in'><font size=2 face="Courier New"><span
style='font-size:10.0pt'>information contained in this e-mail message </span></font></pre><pre
style='margin-left:.5in'><font size=2 face="Courier New"><span
style='font-size:10.0pt'>and/or attachments to it are strictly prohibited. If </span></font></pre><pre
style='margin-left:.5in'><font size=2 face="Courier New"><span
style='font-size:10.0pt'>you have received this communication in error, </span></font></pre><pre
style='margin-left:.5in'><font size=2 face="Courier New"><span
style='font-size:10.0pt'>please notify us by reply e-mail or telephone and </span></font></pre><pre
style='margin-left:.5in'><font size=2 face="Courier New"><span
style='font-size:10.0pt'>immediately and permanently delete the message </span></font></pre><pre
style='margin-left:.5in'><font size=2 face="Courier New"><span
style='font-size:10.0pt'>and any attachments. Thank you</span></font></pre><pre
style='margin-left:.5in'><font size=2 face="Courier New"><span
style='font-size:10.0pt'>&nbsp;</span></font></pre><pre style='margin-left:
.5in'><font size=2 face="Courier New"><span style='font-size:10.0pt'>&nbsp;</span></font></pre></div>

</body>

</html>