View previous topic :: View next topic |
Author |
Message |
davidwdan at gmail.com Guest
|
Posted: Sat Feb 28, 2009 8:52 pm Post subject: [Freeswitch-users] Problems loading mod_spidermonkey_curl |
|
|
I'm getting the following error when I try to load the mod_spidermonkey_curl module. I didn't get any errors when I compiled it. I also tried --without-libcurl but I got the same result. Any help would be appreciated.
freeswitch@internal> load mod_spidermonkey_curl
-ERR [module load file routine returned an error]
2009-02-28 14:17:54 [CRIT] switch_loadable_module.c:839 switch_loadable_module_load_file() Error Loading module /usr/local/freeswitch/mod/mod_spidermonkey_curl.so
**/usr/local/freeswitch/mod/mod_spidermonkey_curl.so: undefined symbol: mod_spidermonkey_curl_module_interface**
freeswitch@internal> version
FreeSWITCH Version 1.0.3 (exported) |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Sat Feb 28, 2009 9:04 pm Post subject: [Freeswitch-users] Problems loading mod_spidermonkey_curl |
|
|
please open up spidermonkey.conf.xml and add it to the load there...
its a sub module of mod_spidermonkey so you can't load it at the CLI
/b
On Feb 28, 2009, at 1:33 PM, David Dan wrote:
Quote: | I'm getting the following error when I try to load the
mod_spidermonkey_curl module. I didn't get any errors when I
compiled it. I also tried --without-libcurl but I got the same
result. Any help would be appreciated.
freeswitch@internal> load mod_spidermonkey_curl
-ERR [module load file routine returned an error]
2009-02-28 14:17:54 [CRIT] switch_loadable_module.c:839
switch_loadable_module_load_file() Error Loading module /usr/local/
freeswitch/mod/mod_spidermonkey_curl.so
**/usr/local/freeswitch/mod/mod_spidermonkey_curl.so: undefined
symbol: mod_spidermonkey_curl_module_interface**
|
_______________________________________________
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 |
|
|
davidwdan at gmail.com Guest
|
Posted: Sat Feb 28, 2009 11:17 pm Post subject: [Freeswitch-users] Problems loading mod_spidermonkey_curl |
|
|
That did it. Thank you
On 2/28/09, Brian West <brian@freeswitch.org> wrote:
Quote: | please open up spidermonkey.conf.xml and add it to the load there...
its a sub module of mod_spidermonkey so you can't load it at the CLI
/b
On Feb 28, 2009, at 1:33 PM, David Dan wrote:
Quote: | I'm getting the following error when I try to load the
mod_spidermonkey_curl module. I didn't get any errors when I
compiled it. I also tried --without-libcurl but I got the same
result. Any help would be appreciated.
freeswitch@internal> load mod_spidermonkey_curl
-ERR [module load file routine returned an error]
2009-02-28 14:17:54 [CRIT] switch_loadable_module.c:839
switch_loadable_module_load_file() Error Loading module /usr/local/
freeswitch/mod/mod_spidermonkey_curl.so
**/usr/local/freeswitch/mod/mod_spidermonkey_curl.so: undefined
symbol: mod_spidermonkey_curl_module_interface**
|
_______________________________________________
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
|
--
Sent from my mobile device
_______________________________________________
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 |
|
|
|