hallian hallian
2003-Jun-08 21:36 UTC
[Asterisk-Users] anyone seen this error when running asterisk!
Hi all - I'm making gradual progress implementing asterisk on my box! Now, when I type asterisk it dies at this point. Does anyone have any idea why this is happening! It have checked everything but running out of options! [app_voicemail2.so] => (Comedian Mail (Voicemail System)) == Parsing '/etc/asterisk/voicemail.conf': Found == Registered application 'VoiceMail2' == Registered application 'VoiceMailMain2' [app_transfer.so] => (Transfer) == Registered application 'Transfer' [codec_ilbc.so] => (iLBC/PCM16 (signed linear) Codec Translator) Illegal instruction thanks hallian _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
Tilghman Lesher
2003-Jun-08 23:19 UTC
[Asterisk-Users] anyone seen this error when running asterisk!
On Sunday 08 June 2003 23:36, hallian hallian wrote:> Hi all - > > I'm making gradual progress implementing asterisk on my box! Now, > when I type asterisk it dies at this point. Does anyone have any > idea why this is happening! It have checked everything but running > out of options! > > [app_voicemail2.so] => (Comedian Mail (Voicemail System)) > == Parsing '/etc/asterisk/voicemail.conf': Found > == Registered application 'VoiceMail2' > == Registered application 'VoiceMailMain2' > [app_transfer.so] => (Transfer) > == Registered application 'Transfer' > [codec_ilbc.so] => (iLBC/PCM16 (signed linear) Codec Translator) > Illegal instructionBest guess is that you're compiling for the wrong series of processors. What are the outputs of the following commands? 1) grep '^PROC' /usr/src/asterisk/Makefile 2) uname -a -Tilghman