Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Can't load module mod_xml_cdr.so


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
fidibus83 at aol.com
Guest





PostPosted: Mon Dec 29, 2008 8:23 am    Post subject: [Freeswitch-users] Can't load module mod_xml_cdr.so Reply with quote

Hello,

I want to getting mod xml cdr working, but when I start freeswitch I get this Error:

[CRIT] switch_loadable_module.c:756 switch_loadable_module_load_file() Error Loading module /usr/local/freeswitch/mod/mod_xml_cdr.so
**/usr/lib/libnss3.so: undefined symbol: PR_UnloadLibrary**

Why can’t FS load the module?

Thanks!

Best regards
Back to top
mike at jerris.com
Guest





PostPosted: Mon Dec 29, 2008 12:12 pm    Post subject: [Freeswitch-users] Can't load module mod_xml_cdr.so Reply with quote

newer fedora (core 8 and later) have libcurl that is built against nspr for some reason, but we don't link against it. if you configure freeswitch with --without-libcurl it will use our private copy instead of the distro copy and resolve this issue.

Mike

On Dec 29, 2008, at 8:20 AM, fidibus83 wrote:
Quote:
Hello,

I want to getting mod xml cdr working, but when I start freeswitch I get this Error:

[CRIT] switch_loadable_module.c:756 switch_loadable_module_load_file() Error Loading module /usr/local/freeswitch/mod/mod_xml_cdr.so
**/usr/lib/libnss3.so: undefined symbol: PR_UnloadLibrary**

Why can’t FS load the module?

Thanks!

Best regards

_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Back to top
fidibus83 at aol.com
Guest





PostPosted: Tue Dec 30, 2008 4:49 am    Post subject: [Freeswitch-users] Can't load module mod_xml_cdr.so Reply with quote

Thanks for your answer. But I don’t know what I have to do now. I’m a newbie in FS.  How do I configure FS without libcurl?

Thanks, fidibus


Von: freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] Im Auftrag von Michael Jerris
Gesendet: Montag, 29. Dezember 2008 18:10
An: freeswitch-users@lists.freeswitch.org
Betreff: Re: [Freeswitch-users] Can't load module mod_xml_cdr.so


newer fedora (core 8 and later) have libcurl that is built against nspr for some reason, but we don't link against it. if you configure freeswitch with --without-libcurl it will use our private copy instead of the distro copy and resolve this issue.


Mike


On Dec 29, 2008, at 8:20 AM, fidibus83 wrote:




Hello,



I want to getting mod xml cdr working, but when I start freeswitch I get this Error:



[CRIT] switch_loadable_module.c:756 switch_loadable_module_load_file() Error Loading module /usr/local/freeswitch/mod/mod_xml_cdr.so

**/usr/lib/libnss3.so: undefined symbol: PR_UnloadLibrary**



Why can’t FS load the module?



Thanks!



Best regards


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
jason at jasonjgw.net
Guest





PostPosted: Tue Dec 30, 2008 5:05 am    Post subject: [Freeswitch-users] Can't load module mod_xml_cdr.so Reply with quote

fidibus83 <fidibus83@aol.com> wrote:
Quote:
Thanks for your answer. But I don’t know what I have to do now. I’m a
newbie in FS. How do I configure FS without libcurl?

./configure --without-libcurl
make
(then as root)
make install

In other words, run the configure script with the --without-libcurl option,
then recompile FreeSWITCH.


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
fidibus83 at aol.com
Guest





PostPosted: Tue Dec 30, 2008 5:46 am    Post subject: [Freeswitch-users] Can't load module mod_xml_cdr.so Reply with quote

Thanks. The Error is removed.

-----Ursprüngliche Nachricht-----
Von: freeswitch-users-bounces@lists.freeswitch.org
[mailto:freeswitch-users-bounces@lists.freeswitch.org] Im Auftrag von Jason
White
Gesendet: Dienstag, 30. Dezember 2008 11:00
An: freeswitch-users@lists.freeswitch.org
Betreff: Re: [Freeswitch-users] Can't load module mod_xml_cdr.so

fidibus83 <fidibus83@aol.com> wrote:
Quote:
Thanks for your answer. But I don’t know what I have to do now. I’m a
newbie in FS. How do I configure FS without libcurl?

./configure --without-libcurl
make
(then as root)
make install

In other words, run the configure script with the --without-libcurl option,
then recompile FreeSWITCH.


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services