Hi.

Finally I could load mi_xmlrpc module. 

First I checked out the HEAD version as suggested by Henning.

Second I had to create links to some libraries that were linked without 
version. I mean if in the MAKEFILE it was '-lwwwinit' and my library in 
/usr/lib/ was 'libwwwinit.so.0.1.0'. I had to create a link called 
'libwwwinit.so' pointing to 'libwwwinit.so.0.1.0'.

Third. Once created the module I tried to load it the result in the log was:
'</usr/local/lib/openser/modules/mi_xmlrpc.so>: /usr/lib/libwwwxml.so.0: 
undefined symbol: WWW_TraceFlag'
To solve this I had to add '-lwwwutils' to the MEAKEFILE. It was the only www 
libray where WWW_TraceFlag was not undefinded.

I hope it helps someone.
Regards.
Gregorio.



-----Mensaje original-----
De: Henning Westerholt [mailto:[EMAIL PROTECTED] 
Enviado el: viernes, 28 de septiembre de 2007 13:06
Para: devel@openser.org
CC: Gregorio
Asunto: Re: [OpenSER-Devel] mi_xmlrpc for non Debian

On Friday 28 September 2007, Gregorio wrote:
>
> I am trying to instal mi_xmlrpc module, my SO is Centos 5. I downloaded
> OpenSER (v1.3.x). Checkout version 2327. As suggested in
> http://uctimsclient.berlios.de/xcap_server_howto.html

Hello Gregorio,

argh, this xmlrpc stuff is killing me. It is really a painful to support this 
library. :-/

Well, the tutorial suggested a rather old version. The fix you mentioned was 
applied in revision 2689. I suggest that you simply checkout the HEAD version 
of trunk, this should work now. If not, report and it will be fixed.

Cheers,

Henning


_______________________________________________
Devel mailing list
Devel@openser.org
http://openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to