<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
oops-- slight revision: <br>Notice change in symlink entries-- you need both 4 and 5 links. Im not sure the yum update/rpm creates both !! <br><br><br>This has been a problem for months--<br><br>On my box-- the fix is:<br><br>yum install openssl097a<br><br>which installs (dated) libs:<br><br>/lib/libcrypto.so.0.9.7a<br>/lib/libcrypto.so.4 (symlink to libcrypto.so.0.9.7a)<br>/lib/libcrypto.so.5 (symlink to libcrypto.so.0.9.7a)<br><br>And:<br><br>/lib/libssl.so.0.9.7a<br>
/lib/libssl.so.4 (symlink to libssl.so.0.9.7a)<br>
/lib/libssl.so.5 (symlink to libssl.so.0.9.7a)<br><br>I
have not looked into the problem any deeper-- other than coming up with
the fix. Something has been compiled against the dated libs-- and it
would seem the updated libs are not compatible.<br><br>Cheers-<br>jjq<br><br>
<br>
<br><br><br>&gt; From: sysadmin@airlinksystems.com<br>&gt; To: asterisk-speech-rec@lists.digium.com<br>&gt; CC: <br>&gt; Date: Wed, 22 Aug 2007 14:45:55 -0500<br>&gt; Subject: [asterisk-speech-rec] Hang while loading res_speech_lumenvox.so<br>&gt; <br>&gt; Hi,<br>&gt; <br>&gt;      I have asterisk 1.4.10 (compiled from the tar.gz release) on Fedora Core 7 ( 32 bit of course ).   I downloaded asterisk-1.4.x-lumenvox-support-linux-i686-32bit-b16-engine7.5.tar.gz from the LumenVox "Download Software" section, and I copied the res_speech_lumenvox.so to /usr/lib/asterisk/modules.<br>&gt; <br>&gt;       When I start up asterisk, asterisk seems to hang up or freeze when it gets to the point where it would read in res_speech_lumenvox.so.  Here are the symptoms:<br>&gt; <br>&gt; 1) asterisk -rvvvvvv hangs with this on screen:<br>&gt; [root@web1 etc]# asterisk -rvvvvvv<br>&gt; Asterisk 1.4.10, Copyright (C) 1999 - 2007 Digium, Inc. and others.<br>&gt; Created by Mark Spencer &lt;markster@digium.com&gt;<br>&gt; Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.<br>&gt; This is free software, with components licensed under the GNU General Public<br>&gt; License version 2 and other licenses; you are welcome to redistribute it under<br>&gt; certain conditions. Type 'core show license' for details.<br>&gt; =========================================================================<br>&gt;   == Parsing '/etc/asterisk/asterisk.conf': Found<br>&gt;   == Parsing '/etc/asterisk/extconfig.conf': Found<br>&gt; <br>&gt; ( I think this is because it can't connect to the running asterisk )<br>&gt; <br>&gt; 2) Incoming calls just ring and ring (same reason)<br>&gt; <br>&gt; 3) The last thing in the /var/log/asterisk/full log is some messages that come right before the first res_speech_lumenvox.so messages on my working Fedora Core 4 asterisk/lumenvox setups (about loading res_crypto.so)  (However, there is no error message at all from an lumenvox code)<br>&gt; <br>&gt; 4) lsof shows the res_speech_lumenvox.so file open by the asterisk process<br>&gt; <br>&gt; If I remove /usr/lib/asterisk/modules/res_speech_lumenvox.so then asterisk starts up, but of course SpeechCreate doesn't work.<br>&gt; <br>&gt; I do have res_speech.so marked as "preload" in /etc/asterisk/modules.conf, and I can see where it was loaded in the full log.<br>&gt; <br>&gt; If I do "ldd" on res_speech_lumenvox.so, I do not show any missing libraries.<br>&gt; <br>&gt; Has anyone else had this problem ?<br>&gt; <br>&gt; --Rob<br>&gt; <br>&gt; ========<br>&gt; Rob Ristroph<br>&gt; Airlink Systems, Inc<br>&gt; <br>&gt; <br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt; <br>&gt; asterisk-speech-rec mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;    http://lists.digium.com/mailman/listinfo/asterisk-speech-rec<br><br /><hr />New home for Mom, no cleanup required. <a href='http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us' target='_new'>All starts here.</a></body>
</html>