View previous topic :: View next topic |
Author |
Message |
fidibus83 at aol.com Guest
|
Posted: Mon Dec 29, 2008 8:23 am Post subject: [Freeswitch-users] Can't load module mod_xml_cdr.so |
|
|
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
|
Posted: Mon Dec 29, 2008 12:12 pm Post subject: [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:
|
|
Back to top |
|
|
fidibus83 at aol.com Guest
|
|
Back to top |
|
|
jason at jasonjgw.net Guest
|
Posted: Tue Dec 30, 2008 5:05 am Post subject: [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 |
|
Back to top |
|
|
fidibus83 at aol.com Guest
|
|
Back to top |
|
|
|