[asterisk-dev] Asterisk 12 on CentOS 6.4
Shaun Ruffell
sruffell at digium.com
Thu Sep 12 08:55:34 CDT 2013
On Thu, Sep 12, 2013 at 11:35:57AM +0200, Marco Signorini wrote:
>
> Now I'm focusing on the i386 Centos 6.4 version running on a KVM
> virtual environment.
>
> Below are the steps I've done:
> - Fresh install of minimal i386 Centos 6.4 iso
> - yum upgraded to latest available version
> - yum groupinstall "Development Tools"
> - installed the required libraries (ncurses, libuuid and other required)
> - downloaded libjansson from
> http://www.digip.org/jansson/releases/jansson-2.4.tar.gz, unzipped,
> untarred, compiled and installed on /usr/lib
> - downloaded the Asterisk 12 from the link: http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-12.0.0-alpha1.tar.gz
> - ./configure
> - make
> - make install
> - make samples
>
> but each time I call it I have:
>
> [root at localhost asterisk-12.0.0-alpha1]# asterisk
> Illegal instruction
This sounds alot like ASTERISK-20128 [1]
[1] https://issues.asteirsk.org/jira/browse/ASTERISK-20128
Does
$ ./configure CFLAGS=-mtune=native
$ make
$ make install
$ make samples
Eliminate the illegal instruction error when running under KVM?
--
Shaun Ruffell
Digium, Inc. | Linux Kernel Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - USA
Check us out at: www.digium.com & www.asterisk.org
More information about the asterisk-dev
mailing list