<div dir="ltr">Thanks for pointing out Daniel,<br><br>It&#39;s not in modules.conf.xml<br>it&#39;s in the source directory&#39;s build/<a href="http://modules.conf.in">modules.conf.in</a> - which source to compile to create the mod_spidermonkey_odbc.so, i.e. languages/mod_spidermonkey_odbc <br>
The problem is, when i run <span style="font-family: courier new,monospace;">make all install</span>, it&#39;s not creating the .so<br><br>See the error message:<br><span style="font-family: courier new,monospace;">2008-10-06 19:01:43 [ERR] mod_spidermonkey.c:928 sm_load_file() Error Loading module /usr/local/freeswitch/mod/mod_spidermonkey_odbc.so</span><br style="font-family: courier new,monospace;">

<b><span style="font-family: courier new,monospace;">**/usr/local/freeswitch/mod/mod_spidermonkey_odbc.so: cannot open shared object file: No such file or directory**</span></b><br><br>is there a way to compile and install this module separately?<br>
<br clear="all"><br>-- <br>Regards,<br>Gayatri Kulkarni<br><br><div class="gmail_quote">On Mon, Oct 6, 2008 at 9:01 PM, Daniel-Constantin Mierla <span dir="ltr">&lt;<a href="mailto:miconda@gmail.com">miconda@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello,<br>
<div class="Ih2E3d"><br>
On 10/06/08 16:42, Gayatri Kulkarni wrote:<br>
&gt; Hi all,<br>
&gt;<br>
&gt; I want to connect to a remote database using javascript.<br>
&gt; When i searched the WIki I got this page:<br>
&gt; <a href="http://wiki.freeswitch.org/wiki/Mod_spidermonkey_odbc#SpiderMonkey_ODBC" target="_blank">http://wiki.freeswitch.org/wiki/Mod_spidermonkey_odbc#SpiderMonkey_ODBC</a><br>
&gt; I did the steps what are mentioned there, namely:<br>
&gt;<br>
</div>&gt; &nbsp; &nbsp;1. First download and install unixodbc. See below<br>
&gt; &nbsp; &nbsp; &nbsp; &lt;<a href="http://wiki.freeswitch.org/wiki/Mod_spidermonkey_odbc#unixodbc" target="_blank">http://wiki.freeswitch.org/wiki/Mod_spidermonkey_odbc#unixodbc</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &nbsp; if you are struggling with this step. Make sure to install<br>
&gt; &nbsp; &nbsp; &nbsp; headers, libraries and source for the unixodbc library set.<br>
</div>&gt; &nbsp; &nbsp;2. In the FreeSWITCH source directory, uncomment the<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; &nbsp; |languages/mod_spidermonkey_odbc| line within the<br>
&gt; &nbsp; &nbsp; &nbsp; |build/modules.conf| file.<br>
</div>&gt; &nbsp; &nbsp;3. Compile core odbc support into freeswitch.<br>
<div class="Ih2E3d">&gt;<br>
&gt; ./configure --enable-core-odbc-support<br>
&gt; &nbsp;make all install<br>
&gt;<br>
&gt; The ./configure doesnt give any error nor does the build<br>
&gt;<br>
&gt; When i restart freeswitch, i can see this:<br>
&gt; 2008-10-06 19:01:43 [ERR] mod_spidermonkey.c:928 sm_load_file() Error<br>
&gt; Loading module /usr/local/freeswitch/mod/mod_spidermonkey_odbc.so<br>
&gt; **/usr/local/freeswitch/mod/mod_spidermonkey_odbc.so: cannot open<br>
&gt; shared object file: No such file or directory**<br>
&gt;<br>
&gt; Will my script run inspite of this?<br>
&gt; What am i not doing - something i should do more?<br>
</div>The line to load the |mod_spidermonkey_odbc has to be in<br>
|spidermonkey.conf.xml, not in modules.conf.xml.<br>
<br>
The info is somewhere there on the wiki, I missed it as well some time<br>
ago ...<br>
<br>
Cheers,<br>
Daniel<br>
<br>
--<br>
Daniel-Constantin Mierla<br>
<a href="http://www.asipto.com" target="_blank">http://www.asipto.com</a><br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br><br>
</div>