View previous topic :: View next topic |
Author |
Message |
jerry.geis at gmail.com Guest
|
Posted: Sat Aug 08, 2020 7:36 am Post subject: [asterisk-users] Asterisk compile in VM move to actual hardw |
|
|
HI All
I have a need to create a VM - install asterisk from source - then move the VM to a physical box.
When I do this - I get illegal instruction when starting asterisk.
So I recompile on the physical box and then everything is fine. Problem is there are a number of these physical boxes.
The VM is Intel box (host) and the physical box is a celeron. So something is not right there.
What would be a good ./configure option that asterisk can compile with on the VM image so this illegal instruction does on occur ?
Thanks,
Jerry |
|
Back to top |
|
|
support at drdos.info Guest
|
Posted: Sat Aug 08, 2020 7:51 am Post subject: [asterisk-users] Asterisk compile in VM move to actual hardw |
|
|
On 8/8/20 8:35 AM, Jerry Geis wrote:
Quote: | The VM is Intel box (host) and the physical box is a celeron. So something is not right there.
What would be a good ./configure option that asterisk can compile with on the VM image so this illegal instruction does on occur ?
|
Jerry,
Under Compiler Flags uncheck
BUILD_NATIVE
Doug |
|
Back to top |
|
|
jerry.geis at gmail.com Guest
|
Posted: Sat Aug 08, 2020 9:39 am Post subject: [asterisk-users] Asterisk compile in VM move to actual hardw |
|
|
Quote: | > Under Compiler Flags uncheck
Quote: | BUILD_NATIVEhi Doug - thanks! Is there a way to do that from the "./configure" command line ?Jerry |
|
|
|
Back to top |
|
|
jerry.geis at gmail.com Guest
|
Posted: Sat Aug 08, 2020 11:09 am Post subject: [asterisk-users] Asterisk compile in VM move to actual hardw |
|
|
I think I found how to do it...
menuselect/menuselect --disable BUILD_NATIVE
Jerry |
|
Back to top |
|
|
|