Jerry Geis
2020-Aug-08 12:35 UTC
[asterisk-users] Asterisk compile in VM move to actual hardware get illegal instruction
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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200808/e2145408/attachment.html>
Doug Lytle
2020-Aug-08 12:50 UTC
[asterisk-users] Asterisk compile in VM move to actual hardware get illegal instruction
On 8/8/20 8:35 AM, Jerry Geis wrote:> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200808/aeaa5bf9/attachment.html>
Jerry Geis
2020-Aug-08 14:38 UTC
[asterisk-users] Asterisk compile in VM move to actual hardware get illegal instruction
> Under Compiler Flags uncheck >BUILD_NATIVEhi Doug - thanks! Is there a way to do that from the "./configure" command line ? Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200808/090e9cc2/attachment.html>
Jerry Geis
2020-Aug-08 16:08 UTC
[asterisk-users] Asterisk compile in VM move to actual hardware get illegal instruction
I think I found how to do it... menuselect/menuselect --disable BUILD_NATIVE Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200808/21213441/attachment.html>