<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>> From: sysadmin@airlinksystems.com<br>> To: asterisk-speech-rec@lists.digium.com<br>> CC: <br>> Date: Wed, 22 Aug 2007 14:45:55 -0500<br>> Subject: [asterisk-speech-rec] Hang while loading res_speech_lumenvox.so<br>> <br>> Hi,<br>> <br>> 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>> <br>> 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>> <br>> 1) asterisk -rvvvvvv hangs with this on screen:<br>> [root@web1 etc]# asterisk -rvvvvvv<br>> Asterisk 1.4.10, Copyright (C) 1999 - 2007 Digium, Inc. and others.<br>> Created by Mark Spencer <markster@digium.com><br>> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details.<br>> This is free software, with components licensed under the GNU General Public<br>> License version 2 and other licenses; you are welcome to redistribute it under<br>> certain conditions. Type 'core show license' for details.<br>> =========================================================================<br>> == Parsing '/etc/asterisk/asterisk.conf': Found<br>> == Parsing '/etc/asterisk/extconfig.conf': Found<br>> <br>> ( I think this is because it can't connect to the running asterisk )<br>> <br>> 2) Incoming calls just ring and ring (same reason)<br>> <br>> 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>> <br>> 4) lsof shows the res_speech_lumenvox.so file open by the asterisk process<br>> <br>> If I remove /usr/lib/asterisk/modules/res_speech_lumenvox.so then asterisk starts up, but of course SpeechCreate doesn't work.<br>> <br>> 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>> <br>> If I do "ldd" on res_speech_lumenvox.so, I do not show any missing libraries.<br>> <br>> Has anyone else had this problem ?<br>> <br>> --Rob<br>> <br>> ========<br>> Rob Ristroph<br>> Airlink Systems, Inc<br>> <br>> <br>> _______________________________________________<br>> --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>> <br>> asterisk-speech-rec mailing list<br>> To UNSUBSCRIBE or update options visit:<br>> 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>