<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE>@font-face {
        font-family: Cambria Math;
}
@font-face {
        font-family: Calibri;
}
@page Section1 {size: 612.0pt 792.0pt; margin: 72.0pt 72.0pt 72.0pt 72.0pt; }
P.MsoNormal {
        FONT-SIZE: 11pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Calibri","sans-serif"
}
LI.MsoNormal {
        FONT-SIZE: 11pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Calibri","sans-serif"
}
DIV.MsoNormal {
        FONT-SIZE: 11pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Calibri","sans-serif"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: "Calibri","sans-serif"; mso-style-type: personal-compose
}
.MsoChpDefault {
        mso-style-type: export-only
}
DIV.Section1 {
        page: Section1
}
</STYLE>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]--></HEAD>
<BODY vlink=purple link=blue>
<DIV align=left>
<P><SPAN class=963533900-07122006><FONT face=Arial size=2>David,</FONT></SPAN></P>
<P><FONT face=Arial size=2><SPAN class=963533900-07122006>This problem may come 
from environment variables not being set correctly. Make sure that you have 
logged out and back in after installing the Speech Engine.</SPAN></FONT></P>
<P><FONT face=Arial size=2><SPAN class=963533900-07122006>I know a user with a 
similar problem using 1.4b2&nbsp;previously posted the following, which he said 
helped:</SPAN></FONT></P>
<P><FONT face=Arial size=2>Added lumenvox.sh (chmod +x) to 
/etc/asterisk/startup.d with the following (pulled from root's 
.bashrc):</FONT></P>
<P><FONT face=Arial size=2>export 
LVBIN=/opt/lumenvox/engine_7.0/bin<BR></FONT><FONT face=Arial size=2>export 
LVLIB=/opt/lumenvox/engine_7.0/lib<BR></FONT><FONT face=Arial size=2>export 
LVINCLUDE=/opt/lumenvox/engine_7.0/include<BR></FONT><FONT face=Arial size=2>export LVLANG=/opt/lumenvox/engine_7.0/Lang<BR></FONT><FONT face=Arial size=2>export LVRESPONSE=/opt/lumenvox/engine_7.0/Lang<BR></FONT><FONT face=Arial size=2>export LD_LIBRARY_PATH=$LVLIB:$LD_LIBRARY_PATH<BR></FONT><FONT face=Arial size=2>export LD_RUN_PATH=$LVLIB:$LD_RUN_PATH</FONT></P>
<P><FONT size=2><FONT face=Arial>--<BR>Stephen Keller<BR>LumenVox Technical 
Support<BR>P: 877-977-0707, just say "Stephen Keller" or "Support"<BR>F: 
858-707-7072<BR>support@LumenVox.com<BR>www.LumenVox.com<BR><BR>LumenVox<BR><BR>Tell 
us what is important to you! Take our product development survey: </FONT><A href="http://www.lumenvox.com/survey/srDevelopment/index.asp"><FONT face=Arial>http://www.LumenVox.com/survey/srDevelopment/index.asp</FONT></A><BR></FONT></P>
<P><FONT face=Arial size=2></FONT><BR>&nbsp;</P></DIV>
<DIV class=OutlookMessageHeader align=left>
<HR>
<FONT face=Tahoma size=2><B>From:</B> David Brazier 
[mailto:david.brazier@360crm.co.uk] <BR><B>Sent:</B> Wednesday, December 06, 
2006 6:36 AM<BR><B>To:</B> Support<BR><B>Cc:</B> 
asterisk-speech-rec@lists.digium.com<BR><B>Subject:</B> res_speech_lumenvox.so 
won't load<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV class=Section1>
<P class=MsoNormal>Hi</P>
<P class=MsoNormal>&nbsp;</P>
<P class=MsoNormal>I&#8217;ve purchased and installed the starter kit as per the 
instructions, but now Asterisk won&#8217;t start.&nbsp; In modules.conf I have added 
(before [globals] &#8211; is that right?) &#8220;load =&gt; res_speech.so&#8221;, and in messages 
I see:</P>
<P class=MsoNormal>&#8230;</P>
<P class=MsoNormal>Dec&nbsp; 6 13:33:01 VERBOSE[29386] logger.c:&nbsp; 
[res_speech.so]</P>
<P class=MsoNormal>Dec&nbsp; 6 13:33:01 VERBOSE[29386] logger.c:&nbsp; 
[res_speech.so] =&gt; (Generic Speech Recognition API)</P>
<P class=MsoNormal>&#8230;</P>
<P class=MsoNormal>Dec&nbsp; 6 13:33:01 VERBOSE[29386] logger.c:&nbsp; 
[res_speech_lumenvox.so]</P>
<P class=MsoNormal>Dec&nbsp; 6 13:33:01 WARNING[29386] loader.c: 
/usr/lib/asterisk/modules/res_speech_lumenvox.so: cannot open shared object 
file: No such file or directory</P>
<P class=MsoNormal>Dec&nbsp; 6 13:33:01 WARNING[29386] loader.c: Loading module 
res_speech_lumenvox.so failed!</P>
<P class=MsoNormal>&nbsp;</P>
<P class=MsoNormal>I&#8217;ve checked 
&#8220;/usr/lib/asterisk/modules/res_speech_lumenvox.so&#8221; exists and has the same 
permissions as everything else in modules.&nbsp; I suspect the &#8220;No such file or 
directory&#8221; is referring to something res_speech_lumenvox.so itself is 
loading.&nbsp; I&#8217;ve checked all the dependencies using ldd and they all appear 
to exist.&nbsp; </P>
<P class=MsoNormal>&nbsp;</P>
<P class=MsoNormal>I can get Asterisk running again with a &#8220;noload =&gt; 
res_speech_lumenvox.so&#8221; in modules.conf, but I don&#8217;t know what else to try to 
get Lumenvox going.</P>
<P class=MsoNormal>&nbsp;</P>
<P class=MsoNormal>Any ideas?</P>
<P class=MsoNormal>&nbsp;</P>
<P class=MsoNormal>David</P></DIV></BODY></HTML>