Hi Bogdan.<br><br>The compilation on Solaris 10/SPARC has ended succesfully.<br><br>Acording to my current setup, in particular, related to fulfilled dependencies, my final gmake command was:<br><br><b>gmake exclude_modules=&quot;jabber mi_xmlrpc osp perl postgres unixodbc snmpstats xmpp tlsops db_berkeley ldap mi_dm perlvdb xcap_client&quot;
<br><br></b>I have mysql 5.0.22 and radiusclient 0.5.2<br><br>The attached file contains the whole warnings reported at the compilation process; most of them are related to assignments without casting, and implicit declaration of functions.
<br><br>I will peform the TLS compilation, and the testing on Solaris x86, and I will be notifying you as soon as they end.<br><br>If there is something I can help, or another test you would like I perform, please let me know.
<br><br>Best Regards.<br><br>Sergio Gutiérrez<br>EPM Telecomunicaciones<br>Medellin, Colombia<br>Tel: +574 - 3802947<br><br><br><br><br><div class="gmail_quote">On Dec 12, 2007 4:54 PM, Sergio Gutierrez &lt;<a href="mailto:saguti@gmail.com">
saguti@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Bogdan.<br><br>Continuing with compilation, this error appeared when compiling LDAP module:
<br><br>In file included from ldap_api_fn.c:40:<br>ldap_api_fn.h:57: error: conflicting types for &#39;ldap_url_search&#39;<br>/usr/include/ldap.h:789: error: previous declaration of &#39;ldap_url_search&#39; was here
<br>ldap_api_fn.h:57: error: conflicting types for &#39;ldap_url_search&#39;<br>/usr/include/ldap.h:789: error: previous declaration of &#39;ldap_url_search&#39; was here<br>ldap_api_fn.c: In function `ldap_params_search&#39;:
<br>ldap_api_fn.c:211: warning: implicit declaration of function `LDAP_API_ERROR&#39;<br><br>In my case, I do not have OpenLDAP libraries installed, but my system has the LDAP library which is standard on Solaris since Solaris 9.
<br><br>checking at the manual, I see the declaration on Solaris is:<br><br><pre><tt>int</tt> <tt><font color="#c00000"><b>ldap_url_search</b></font></tt>(<tt>LDAP</tt> <var>*ld</var>, <tt>char</tt> <var>*url</var>, <tt>
int
</tt> <var>attrsonly</var>);<br><br><br></pre>Please, let me know how can we continue.<br><br>Regards.<br><font color="#888888"><br>Sergio.</font><div><div></div><div class="Wj3C7c"><br><br><br><div class="gmail_quote">On Dec 12, 2007 4:22 PM, Bogdan-Andrei Iancu &lt;
<a href="mailto:bogdan@voice-system.ro" target="_blank">
bogdan@voice-system.ro</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Sergio,<br><br>Thanks for the feedback - I&#39;m glad we were able to catch this issue in
<br>last minutes before release :). I also applied your patch for the<br>Makefile of the carrierroute module.<br><div><br>Regards,<br>Bogdan<br><br>Sergio Gutierrez wrote:<br>&gt; Hi Bogdan.<br>&gt;<br></div>
<div><div></div><div>&gt; The compilation so far is going right, with no warnings;<br>&gt;<br>&gt; A modification I did is I installed libconfuse, because for our<br>&gt; particular setup we are interested in exploring the carrierroute
<br>&gt; module; I installed at my LOCALBASE, and at compiling the module, it<br>&gt; failed; trying to fix it I added a couple lines to the Makefile of the<br>&gt; module as indicated at the following diff; I am not sure if they are
<br>&gt; required, but they fixed my problem:<br>&gt;<br>&gt;<br>&gt; ------------------------- BEGIN DIFF<br>&gt; --- Makefile &nbsp; &nbsp;Wed Dec 12 16:05:06 2007<br>&gt; +++ Makefile.saguti &nbsp; &nbsp; Wed Dec 12 16:04:58 2007<br>&gt; @@ -8,7 +8,8 @@
<br>&gt; &nbsp;include ../../Makefile.defs<br>&gt; &nbsp;auto_gen=<br>&gt; &nbsp;NAME=carrierroute.so<br>&gt; -LIBS=-lconfuse<br>&gt; +LIBS+=-L$(LOCALBASE)/lib -lconfuse<br>&gt; +DEFS+=-I$(LOCALBASE)/include<br>&gt;<br>&gt; &nbsp;include ../../Makefile.modules
<br>&gt;<br>&gt; ------------------------ END DIFF<br>&gt;<br>&gt; I will try again the compilation, and I hope to test it too on Solaris<br>&gt; x86.<br>&gt;<br>&gt; Best regards.<br>&gt;<br>&gt; Sergio.<br>&gt;<br><br>
</div>
</div></blockquote></div><br>
</div></div></blockquote></div><br>