<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><span class="e" id="q_1116ea663b9d965b_1">Hi and thanks for your answer,</span></div>
</blockquote><div style="margin-left: 40px;">Do I need a newer version of libxml ?, below is what I have installed:<br></div><div><div style="margin-left: 40px;">[root@ims-server03 ser]# rpm -qa |grep libxml<br>libxml-1.8.17-9.2
<br>perl-libxml-enno-1.02-29<br>libxml2-2.5.10-7<br>libxml2-devel-2.5.10-7<br>perl-libxml-perl-0.07-28<br>libxml2-python-2.5.10-7<br></div><br>Thanks,<br>Fabian.<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_1116ea663b9d965b_1"><div><span class="gmail_quote">On 3/20/07, <b class="gmail_sendername">Greger V. Teigre</b> &lt;<a href="mailto:greger@teigre.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
greger@teigre.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;">



  

<div bgcolor="#ffffff" text="#000000">
libxml is required.<br>
<br>
Fabian Dedu wrote:
<blockquote cite="http://mid1ac0c1f20703171948s49efe5a0n6fa72b671f475fb4@mail.gmail.com" type="cite"><div><span><span class="gmail_quote"><br>
  </span>Hi all,<br>
  <br>
I&#39;m trying to compile the&nbsp; ser-2.0.0+cvs20070315_src.tar.gz version and
I&#39;m obtaining the following error when trying to compile with xmlrpc
support:<br>
Input: &nbsp; make include_modules=&quot;mysql xmlrpc&quot; all
  <br>
------------------------------------------------------------------------------------------------------------<br>
make[1]: Entering directory `/downloads/ser2.0/ser/modules/mysql&#39;<br>
make[1]: `mysql.so&#39; is up to date.
  <br>
make[1]: Leaving directory `/downloads/ser2.0/ser/modules/mysql&#39;<br>
  <br>
make[1]: Entering directory `/downloads/ser2.0/ser/modules/xmlrpc&#39;<br>
gcc -fPIC -DPIC -g -O9 -funroll-loops&nbsp; -Wcast-align&nbsp;
-minline-all-stringops -falign-loops -mcpu=athlon&nbsp;&nbsp; -Wall&nbsp;&nbsp;&nbsp;&nbsp;
-DNAME=&#39;&quot;ser&quot;&#39; -DVERSION=&#39;&quot;
2.0.0+cvs20070309&quot;&#39; -DARCH=&#39;&quot;i386&quot;&#39; -DOS=&#39;linux_&#39; -DOS_QUOTED=&#39;&quot;linux&quot;&#39;
-DCOMPILER=&#39;&quot;gcc 3.2.3&quot;&#39; -D__CPU_i386 -D__OS_linux -DSER_VER=2000000
-DCFG_DIR=&#39;&quot;/usr/local/etc/ser/&quot;&#39; -DPKG_MALLOC -DSHM_MEM&nbsp; -DSHM_MMAP
-DDNS_IP_HACK -DUSE_IPV6 -DUSE_MCAST -DUSE_TCP -DDISABLE_NAGLE
-DHAVE_RESOLV_RES -DUSE_DNS_CACHE -DUSE_DNS_FAILOVER
-DUSE_DST_BLACKLIST -DDBG_QM_MALLOC&nbsp; -DUSE_TLS -DTLS_HOOKS -DFAST_LOCK
-DADAPTIVE_WAIT -DADAPTIVE_WAIT_LOOPS=1024&nbsp; -DCC_GCC_LIKE_ASM
-DHAVE_GETHOSTBYNAME2 -DHAVE_UNION_SEMUN -DHAVE_SCHED_YIELD
-DHAVE_MSG_NOSIGNAL -DHAVE_MSGHDR_MSG_CONTROL -DHAVE_ALLOCA_H
-DHAVE_TIMEGM -DHAVE_SIGIO_RT -DSIGINFO64_WORKARROUND -DHAVE_SELECT
-I/usr/include/libxml2 -I/usr/local/include/libxml2
-I/usr/local/include -c xmlrpc.c -o xmlrpc.o<br>
xmlrpc.c: In function `open_doc&#39;:<br>
xmlrpc.c:1159: warning: implicit declaration of function `xmlReadMemory&#39;<br>
xmlrpc.c:1160: `XML_PARSE_NOBLANKS&#39; undeclared (first use in this
function)
  <br>
xmlrpc.c:1160: (Each undeclared identifier is reported only once<br>
xmlrpc.c:1160: for each function it appears in.)<br>
xmlrpc.c:1161: `XML_PARSE_NONET&#39; undeclared (first use in this function)<br>
xmlrpc.c:1162: `XML_PARSE_NOCDATA&#39; undeclared (first use in this
function)
  <br>
xmlrpc.c:1162: warning: assignment makes pointer from integer without a
cast<br>
xmlrpc.c: In function `select_method&#39;:<br>
xmlrpc.c:1505: `XML_PARSE_NOBLANKS&#39; undeclared (first use in this
function)<br>
xmlrpc.c
:1505: `XML_PARSE_NONET&#39; undeclared (first use in this function)<br>
xmlrpc.c:1505: `XML_PARSE_NOCDATA&#39; undeclared (first use in this
function)<br>
xmlrpc.c:1505: warning: assignment makes pointer from integer without a
cast
  <br>
make[1]: *** [xmlrpc.o] Error 1<br>
make[1]: Leaving directory `/downloads/ser2.0/ser/modules/xmlrpc&#39;<br>
  <br>
make[1]: Entering directory `/downloads/ser2.0/ser/modules/acc_db&#39;<br>
make[1]: `acc_db.so&#39; is up to date.
  <br>
make[1]: Leaving directory `/downloads/ser2.0/ser/modules/acc_db&#39;<br>
  <br>
etc.... all the other modules are compiling okay<br>
------------------------------------------------------------------------------------------------------------
  <br>
  <br>
I&#39;m using Red Hat Enterprise AS 3.0 with all updates included.<br>
Did anyone experiencing the above compile issue regarding this new
xmlrpc module ?<br>
  <br>
  <br>
Thank you,<br>
  <span>Fabian.<br>
  <br>
  <br>
  <br>
  <br>
  </span>
  </span></div><pre><hr size="4" width="90%">
_______________________________________________<br>Serusers mailing list<br><a href="mailto:Serusers@lists.iptel.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Serusers@lists.iptel.org</a>
<a href="http://lists.iptel.org/mailman/listinfo/serusers" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.iptel.org/mailman/listinfo/serusers</a>
  </pre>
</blockquote>
</div>

</blockquote></div><br>
</span></div></blockquote></div><br>