Hello, I have done some browsing through the wiki and on Google and haven't been able to find anything that looks like what is happening to me. When I start Asterisk by typing "asterisk -vvvc", I get "Illegal instruction" and nothing else. Nothing before and nothing after. This is a Via Cyrix III 667MHz CPU with 192MB RAM running on Slackware 10.1 (Kernel 2.4.29) as a fresh install. I downloaded Asterisk, compiled mpeg123 and installed it, then compiled and installed Asterisk, then installed the sample data. I tried to start it up, and got the above error. Any pointers on where to look would be great. Thanks. -- Tommy Vielkanowitz Shared Resources of NC, LLC -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050221/e3cf4982/attachment.htm
On Mon, 2005-02-21 at 09:26 -0500, Tommy Vielkanowitz wrote:> Hello, > > I have done some browsing through the wiki and on Google and > haven?t been able to find anything that looks like what is happening > to me. When I start Asterisk by typing ?asterisk ?vvvc?, I get > ?Illegal instruction? and nothing else. Nothing before and nothing > after. > > This is a Via Cyrix III 667MHz CPU with 192MB RAM running on Slackware > 10.1 (Kernel 2.4.29) as a fresh install. I downloaded Asterisk, > compiled mpeg123 and installed it, then compiled and installed > Asterisk, then installed the sample data. I tried to start it up, and > got the above error. Any pointers on where to look would be great. > Thanks.Strike 1, you sent HTML email. Strike 2, you obviously didn't google. strike 3, well not yet...... http://www.google.com/search?q=Illegal+instruction+site%3Alists.digium.com -- Steven Critchfield <critch@basesys.com>
> > Strike 1, you sent HTML email. > > Strike 2, you obviously didn't google. > > strike 3, well not yet...... > > http://www.google.com/search?q=Illegal+instruction+site%3Alist > s.digium.com > -- > Steven Critchfield <critch@basesys.com>1) Muah, due to a recent (yesterday) forced upgrade to Outlook 2003, it reset my mail settings to html from plain text, doh. 2) I did Google, but I guess the search terms I used were less than optimal Thanks to the handily provided Google link you sent I found that the Makefile was using uname -m to determine the processor type, and it was reported as i686. Since this is a Cyrix machine, something in the instruction set must not be 100% compatible (go figure). Anyway, I set the processor type to i586 and happy day, I have a CLI prompt. Thank you Steven. -- Tommy Vielkanowitz Shared Resources of NC, LLC