On Wednesday 20 November 2013, Jonas Kellens wrote: > Hello, > > I have installed asterisk 1.8.24 (from source) but I can not start up > Asterisk : > > > [root@sip32 admin]# /usr/sbin/asterisk -r > Illegal instruction
Are you using a VIA C6/C7 processor (often found soldered to tiny motherboards), by any chance? This family of processors falsely report as "i686" when they lack some of the instructions for this family. The fix is to build for a target architecture of "i586". -- AJS Answers come *after* questions. -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
