Re: [Freeswitch-users] Error loading ODBC

2008-09-29 Thread B Karthik
iling 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 > > > -- Forwarded message -

Re: [Freeswitch-users] Error loading ODBC

2008-09-29 Thread Ken Rice
eetha Ayyappan <[EMAIL PROTECTED]> >> Reply-To: >> Date: Mon, 29 Sep 2008 12:44:40 +0530 >> To: >> Subject: Re: [Freeswitch-users] Error loading ODBC >> >> >> Thanks.I have uncommented the line yoy specified and run the program >>

Re: [Freeswitch-users] Error loading ODBC

2008-09-29 Thread preetha Ayyappan
gt;> *From: *preetha Ayyappan <[EMAIL PROTECTED]> >> *Reply-To: * >> *Date: *Mon, 29 Sep 2008 12:44:40 +0530 >> *To: * >> *Subject: *Re: [Freeswitch-users] Error loading ODBC >> >> >> Thanks.I have uncommented the line yoy specified and run the

Re: [Freeswitch-users] Error loading ODBC

2008-09-29 Thread preetha Ayyappan
_odbc if you didn't its not building the > module > > > -- > *From: *preetha Ayyappan <[EMAIL PROTECTED]> > *Reply-To: * > *Date: *Mon, 29 Sep 2008 12:44:40 +0530 > *To: * > *Subject: *Re: [Freeswitch-users] Error loading ODBC > >

Re: [Freeswitch-users] Error loading ODBC

2008-09-29 Thread Michael Jerris
On Sep 29, 2008, at 3:14 AM, preetha Ayyappan wrote: > Thanks.I have uncommented the line yoy specified and run the program > sample.js from the freeswitch console.It shows the following error: > [EMAIL PROTECTED]> 2008-09-29 18:13:03 [ERR] switch_odbc.c:160 > switch_odbc_handle_connect() STA

Re: [Freeswitch-users] Error loading ODBC

2008-09-29 Thread Ken Rice
+0530 To: Subject: Re: [Freeswitch-users] Error loading ODBC Thanks.I have uncommented the line yoy specified and run the program sample.js from the freeswitch console.It shows the following error: [EMAIL PROTECTED]> 2008-09-29 18:13:03 [ERR] switch_odbc.c:160 switch_odbc_handle_connect() STA

Re: [Freeswitch-users] Error loading ODBC

2008-09-29 Thread Ken Rice
In modules.conf in the root of the freeswitch source directory did you uncomment languages/mod_spidermonkey_odbc if you didnĀ¹t its not building the module From: preetha Ayyappan <[EMAIL PROTECTED]> Reply-To: Date: Mon, 29 Sep 2008 12:44:40 +0530 To: Subject: Re: [Freeswitch-users]

Re: [Freeswitch-users] Error loading ODBC

2008-09-29 Thread preetha Ayyappan
Thanks.I have uncommented the line yoy specified and run the program sample.js from the freeswitch console.It shows the following error: [EMAIL PROTECTED]> 2008-09-29 18:13:03 [ERR] switch_odbc.c:160 switch_odbc_handle_connect() STATE: IM002 CODE 0 ERROR: [unixODBC][Driver Manager]Data source name

Re: [Freeswitch-users] Error loading ODBC

2008-09-29 Thread Michael Jerris
On Sep 29, 2008, at 2:45 AM, preetha Ayyappan wrote: I have uncommented the line 'langages/mod_spidermonkey_odbc' from / usr/local/freeswitch/modules.conf and installed like the following step1:-I have downloaded the unixodbc and put it in usr/local/ freeswitch. step2:-I have installed like

Re: [Freeswitch-users] Error loading ODBC

2008-09-28 Thread preetha Ayyappan
I have uncommented the line *'langages/mod_spidermonkey_odbc' *from /usr/local/freeswitch/modules.conf and installed like the following step1:-I have downloaded the unixodbc and put it in usr/local/freeswitch. step2:-I have installed like the following from the /usr/local/freeswitch

Re: [Freeswitch-users] Error loading ODBC

2008-09-26 Thread David Knell
Hi Preetha, You've probably not compiled the module. Have a look in /usr/src/freeswitch (or wherever your source is); you'll find a modules.conf there. Uncomment the line 'langages/mod_spidermonkey_odbc', rebuild, reinstall and things might get better. --Dave yes, I did ./configure --enable

Re: [Freeswitch-users] Error loading ODBC

2008-09-26 Thread preetha Ayyappan
yes, I did ./configure --enable-core-odbc-support && make && make install.When i gave make install during installation,i found the following error: 2008-09-26 19:37:19 [CRIT] switch_loadable_module.c:767 switch_loadable_module_load_file() Error Loading module /usr/local/freeswitch/mod/mod_spidermo

Re: [Freeswitch-users] Error loading ODBC

2008-09-25 Thread Raymond Chandler
if you built from source, make sure you use the --enable-core-odbc-support option on your ./configure like so ./configure --enable-core-odbc-support && make && make install -Ray preetha Ayyappan wrote: You mean i have to uncomment the line module="mod_spidermonkey_odbc"/>.? yes.I have unco

Re: [Freeswitch-users] Error loading ODBC

2008-09-25 Thread preetha Ayyappan
You mean i have to uncomment the line .? yes.I have uncommented that line.eventhough the same error occurs On Thu, Sep 25, 2008 at 2:33 PM, Michael Jerris <[EMAIL PROTECTED]> wrote: > > On Sep 25, 2008, at 4:47 AM, preetha wrote: > > > > > Hi, > > when i try to run a sample odbc code from freesw

Re: [Freeswitch-users] Error loading ODBC

2008-09-25 Thread Michael Jerris
On Sep 25, 2008, at 4:47 AM, preetha wrote: > > Hi, > when i try to run a sample odbc code from freeswitch console like > [EMAIL PROTECTED]> jsrun odbc.js > > I found the following error: > API CALL [jsrun(odbc.js)] output: > OK > > [EMAIL PROTECTED]> 2008-09-25 19:44:35 [ERR] mod_spidermonkey.c:

[Freeswitch-users] Error loading ODBC

2008-09-25 Thread preetha
Hi, when i try to run a sample odbc code from freeswitch console like [EMAIL PROTECTED]> jsrun odbc.js I found the following error: API CALL [jsrun(odbc.js)] output: OK [EMAIL PROTECTED]> 2008-09-25 19:44:35 [ERR] mod_spidermonkey.c:3303 js_api_use() Error loading ODBC 2008-09-25 19:44:35 [ERR]