[asterisk-speech-rec] RE: res_speech_lumenvox.so won't load
Stephen Keller
StephenKeller at LumenVox.com
Wed Dec 6 17:44:22 MST 2006
David,
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.
I know a user with a similar problem using 1.4b2 previously posted the
following, which he said helped:
Added lumenvox.sh (chmod +x) to /etc/asterisk/startup.d with the
following (pulled from root's .bashrc):
export LVBIN=/opt/lumenvox/engine_7.0/bin
export LVLIB=/opt/lumenvox/engine_7.0/lib
export LVINCLUDE=/opt/lumenvox/engine_7.0/include
export LVLANG=/opt/lumenvox/engine_7.0/Lang
export LVRESPONSE=/opt/lumenvox/engine_7.0/Lang
export LD_LIBRARY_PATH=$LVLIB:$LD_LIBRARY_PATH
export LD_RUN_PATH=$LVLIB:$LD_RUN_PATH
--
Stephen Keller
LumenVox Technical Support
P: 877-977-0707, just say "Stephen Keller" or "Support"
F: 858-707-7072
support at LumenVox.com
www.LumenVox.com
LumenVox
Tell us what is important to you! Take our product development survey:
http://www.LumenVox.com/survey/srDevelopment/index.asp
<http://www.lumenvox.com/survey/srDevelopment/index.asp>
________________________________
From: David Brazier [mailto:david.brazier at 360crm.co.uk]
Sent: Wednesday, December 06, 2006 6:36 AM
To: Support
Cc: asterisk-speech-rec at lists.digium.com
Subject: res_speech_lumenvox.so won't load
Hi
I've purchased and installed the starter kit as per the instructions,
but now Asterisk won't start. In modules.conf I have added (before
[globals] - is that right?) "load => res_speech.so", and in messages I
see:
...
Dec 6 13:33:01 VERBOSE[29386] logger.c: [res_speech.so]
Dec 6 13:33:01 VERBOSE[29386] logger.c: [res_speech.so] => (Generic
Speech Recognition API)
...
Dec 6 13:33:01 VERBOSE[29386] logger.c: [res_speech_lumenvox.so]
Dec 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
Dec 6 13:33:01 WARNING[29386] loader.c: Loading module
res_speech_lumenvox.so failed!
I've checked "/usr/lib/asterisk/modules/res_speech_lumenvox.so" exists
and has the same permissions as everything else in modules. I suspect
the "No such file or directory" is referring to something
res_speech_lumenvox.so itself is loading. I've checked all the
dependencies using ldd and they all appear to exist.
I can get Asterisk running again with a "noload =>
res_speech_lumenvox.so" in modules.conf, but I don't know what else to
try to get Lumenvox going.
Any ideas?
David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-speech-rec/attachments/20061206/295d25c7/attachment.htm
More information about the asterisk-speech-rec
mailing list