<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
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.4 (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.4 (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>
<br><br><br>&gt; Date: Wed, 22 Aug 2007 17:03:23 -0300<br>&gt; From: jcolp@digium.com<br>&gt; To: asterisk-speech-rec@lists.digium.com<br>&gt; Subject: Re: [asterisk-speech-rec] Hang while loading res_speech_lumenvox.so<br>&gt; <br>&gt; This is a known issue being worked on. Stay tuned.<br>&gt; <br>&gt; sysadmin@airlinksystems.com wrote:<br>&gt; &gt; Hi,<br>&gt; &gt; <br>&gt; &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; &gt; <br>&gt; &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; &gt; <br>&gt; &gt; 1) asterisk -rvvvvvv hangs with this on screen:<br>&gt; &gt; [root@web1 etc]# asterisk -rvvvvvv<br>&gt; &gt; Asterisk 1.4.10, Copyright (C) 1999 - 2007 Digium, Inc. and others.<br>&gt; &gt; Created by Mark Spencer &lt;markster@digium.com&gt;<br>&gt; &gt; Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.<br>&gt; &gt; This is free software, with components licensed under the GNU General Public<br>&gt; &gt; License version 2 and other licenses; you are welcome to redistribute it under<br>&gt; &gt; certain conditions. Type 'core show license' for details.<br>&gt; &gt; =========================================================================<br>&gt; &gt;   == Parsing '/etc/asterisk/asterisk.conf': Found<br>&gt; &gt;   == Parsing '/etc/asterisk/extconfig.conf': Found<br>&gt; &gt; <br>&gt; &gt; ( I think this is because it can't connect to the running asterisk )<br>&gt; &gt; <br>&gt; &gt; 2) Incoming calls just ring and ring (same reason)<br>&gt; &gt; <br>&gt; &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; &gt; <br>&gt; &gt; 4) lsof shows the res_speech_lumenvox.so file open by the asterisk process<br>&gt; &gt; <br>&gt; &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; &gt; <br>&gt; &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; &gt; <br>&gt; &gt; If I do "ldd" on res_speech_lumenvox.so, I do not show any missing libraries.<br>&gt; &gt; <br>&gt; &gt; Has anyone else had this problem ?<br>&gt; &gt; <br>&gt; &gt; --Rob<br>&gt; &gt; <br>&gt; &gt; ========<br>&gt; &gt; Rob Ristroph<br>&gt; &gt; Airlink Systems, Inc<br>&gt; &gt; <br>&gt; &gt; <br>&gt; &gt; _______________________________________________<br>&gt; &gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt; &gt; <br>&gt; &gt; asterisk-speech-rec mailing list<br>&gt; &gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt;    http://lists.digium.com/mailman/listinfo/asterisk-speech-rec<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 />Recharge--play some free games. Win cool prizes too! <a href='http://club.live.com/home.aspx?icid=CLUB_wlmailtextlink' target='_new'>Play It!</a></body>
</html>