search for: build_native

Displaying 20 results from an estimated 20 matches for "build_native".

2015 Jul 01
2
Dell portability
Howdy, I built an LXC container with an "image" of asterisk 11.18 precompiled and installed. It runs fine on the dev platform, which is a Dell R320 running Ubuntu 14.04LTS. I shutdown the container, tarred it up, and untarred on a Dell PE1850, also running Ubuntu 14.04LTS. The container itself is Ubuntu 14.04LTS. Both platforms as far as I know are amd64. The container boots
2020 Aug 08
3
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
2016 Nov 29
5
Any reason Asterisk won't start without a rebuild on a cloned VPS?
...c. > > > > You probably need to select "DONT_OPTIMIZE" in make menuselect under > "Compiler Flags". This is generally required for VPS or any situation > where > the binary might be used on a slightly different CPU. Close! The compiler flag to disable is BUILD_NATIVE. It instructs GCC to build optimized for the CPU, if the binary is moved to a CPU that differs - it may or may not work depending on how close they are. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com &...
2015 Jul 01
0
Dell portability
Try turning off BUILD_NATIVE in menuselect. This will eliminate optimizations for the processor you last compiled on, which prevents crashes due to instructions not present on a different processor. This is frequently necessary when using in virtual environments. In cli form: # menuselect/menuselect --disable BUILD_NATIVE...
2015 Apr 29
2
Asterisk 1.8.32.3 chan_sip deadlock
...e show locks' and from gdb, attached to this message (with phone numbers and extension and context names obscured). We are running realtime under CentOS 6.6, built from source and packaged using rpmbuild, with the following menuselect options (debugging version): menuselect/menuselect --disable BUILD_NATIVE --enable DEBUG_THREADS --enable DONT_OPTIMIZE --disable CORE-SOUNDS-EN-GSM --disable-category MENUSELECT_EXTRA_SOUNDS --disable MOH-OPSOUND-WAV --enable-category MENUSELECT_ADDONS --disable format_mp3 --disable cdr_tds --disable cel_tds --disable cdr_pgsql --disable cel_pgsql --disable res_config_p...
2016 Nov 30
2
Asterisk 14.2 CLI don't show debug/verbose data
...ng debug and verbose to 100 but nothing, no show. All commands works as expected but i can't what's happens on my asterisk server. asterisk*CLI> core show settings PBX Core settings ----------------- Version: 14.2.0 Build Options: LOADABLE_MODULES, BUILD_NATIVE, OPTIONAL_API Maximum calls: 30 (Current 0) Maximum open file handles: 1024 Root console verbosity: 100 Current console verbosity: 100 Debug level: 100 Maximum load average: 0.900000 Minimum free memory: 1 MB Startup time:...
2020 Feb 21
2
pjsip startup errors when using "with-ssl" configure option
...-devel, uriparser-devel, iksemel-devel, uw-imap-devel, hoard Then, I am running the following commands to build Asterisk: ./configure --with-crypto --with-srtp --with-ssl make menuselect.makeopts menuselect/menuselect --enable DONT_OPTIMIZE --enable BETTER_BACKTRACES --enable MALLOC_DEBUG --disable BUILD_NATIVE --enable app_macro menuselect.makeopt make OPT=-fPIC make install make samples After this, when I start Asterisk, I get the following error with pjsip modules: ERROR[6253]: loader.c:2396 load_modules: Error loading module 'chan_pjsip.so': /usr/lib/asterisk/modules/chan_pjsip.so: undefined...
2016 Sep 07
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
...an (uncommented) line COREDUMP=yes. I also have # grep core /etc/asterisk/asterisk.conf dumpcore = yes make menuselect shows: [*] DONT_OPTIMIZE [*] COMPILE_DOUBLE [ ] DEBUG_THREADS [*] LOADABLE_MODULES [ ] DEBUG_FD_LEAKS [*] BETTER_BACKTRACES [ ] LOTS_OF_SPANS [ ] MALLOC_DEBUG [ ] DEBUG_CHAOS [*] BUILD_NATIVE --- Extended --- [ ] REF_DEBUG [ ] AO2_DEBUG [ ] STATIC_BUILD XXX REBUILD_PARSERS [ ] LOW_MEMORY [ ] DISABLE_INLINE [*] OPTIONAL_API XXX USE_HOARD_ALLOCATOR [ ] RADIO_RELAX [ ] G711_NEW_ALGORITHM < > G711_REDUCED_BRANCHING < > TEST_CODING_TABLES < > TEST_TANDEM_TRANSCODING [ ]...
2016 Nov 11
6
Asterisk 11.24.1 garbled audio
>Information on timing sources can be found here: >https://wiki.asterisk.org/wiki/display/AST/Timing+Interfaces >As noted on that page, ConfBridge can use any timing interface Asterisk >provides, and is not limited to the DAHDI timing interface. Generally, >timerfd is a good timing interface. >That aside, I would try to rule out external issues with the garbled audio
2020 Mar 30
1
Compile Asterisk without CPU specific extensions/optimizations
I'm compiling an Asterisk system on a ESXi VM with recent CPU, but will deploy onto an old ESXi VM with older CPU. Is it possible to configure Asterisk to NOT use CPU specific instructions/optimizations so that the executable is portable? Thanks Dan (in learning mode) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Aug 08
0
Asterisk compile in VM move to actual hardware get illegal instruction
> Under Compiler Flags uncheck >BUILD_NATIVE hi 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>
2014 May 24
1
"transmit_silence" not properly recognized on 1.8 ?
...l_timing = yes defaultlanguage = de transmit_silence = yes transcode_via_sln = yes documentation_language = en_US "core show settings" says: PBX Core settings ----------------- Version: 1.8.15-cert5 Build Options: DONT_OPTIMIZE, LOADABLE_MODULES, BUILD_NATIVE, G711_NEW_ALGORITHM, G711_REDUCED_BRANCHING, TEST_CODING_TABLES Maximum calls: Not set Maximum open file handles: Not set Verbosity: 8 Debug level: 0 Maximum load average: 0.000000 Minimum free memory: 0 MB Startup time:...
2016 Nov 29
2
Any reason Asterisk won't start without a rebuild on a cloned VPS?
Any ideas why a VPS, cloned from another instance (DigitalOcean "droplets" if it matters), won't run on the new instance? Everything else is the same; region, memory, disk, hypervisor version etc. And everything else runs, just not Asterisk, unless I do a make distclean in the /usr/src/asterisk directory, rebuild, and then it runs just fine. I'd understand if I was moving it
2016 Sep 08
2
[SOLVED] Re: Feature Request: what about "core stop panic" ?
...;> >> make menuselect shows: >> [*] DONT_OPTIMIZE >> [*] COMPILE_DOUBLE >> [ ] DEBUG_THREADS >> [*] LOADABLE_MODULES >> [ ] DEBUG_FD_LEAKS >> [*] BETTER_BACKTRACES >> [ ] LOTS_OF_SPANS >> [ ] MALLOC_DEBUG >> [ ] DEBUG_CHAOS >> [*] BUILD_NATIVE >> --- Extended --- >> [ ] REF_DEBUG >> [ ] AO2_DEBUG >> [ ] STATIC_BUILD >> XXX REBUILD_PARSERS >> [ ] LOW_MEMORY >> [ ] DISABLE_INLINE >> [*] OPTIONAL_API >> XXX USE_HOARD_ALLOCATOR >> [ ] RADIO_RELAX >> [ ] G711_NEW_ALGORITHM...
2013 Jun 06
2
Installing Asterisk 11 on VirtualBox: Illegal Instruction
I'm trying to install and run Asterisk 11 on Ubuntu 12.04.2 running over Oracle VM VirtualBox (v 4.1.8). So far I have tried it following two guides. The first is the one from "Asterisk: The Definitive Guide" 4th edition (http://ofps.oreilly.com/titles/9781449332426/asterisk-Install.html) and the one from Billy Chia "How to Install Asterisk 11 on Ubuntu 12.04 LTS"
2020 Feb 25
0
pjsip startup errors when using "with-ssl" configure option
...iksemel-devel, uw-imap-devel, hoard > Then, I am running the following commands to build Asterisk: > ./configure --with-crypto --with-srtp --with-ssl > make menuselect.makeopts > menuselect/menuselect --enable DONT_OPTIMIZE --enable BETTER_BACKTRACES > --enable MALLOC_DEBUG --disable BUILD_NATIVE --enable app_macro > menuselect.makeopt > make OPT=-fPIC > make install > make samples > > After this, when I start Asterisk, I get the following error with pjsip > modules: > ERROR[6253]: loader.c:2396 load_modules: Error loading module > 'chan_pjsip.so': /usr/li...
2020 Feb 25
2
pjsip startup errors when using "with-ssl" configure option
...ap-devel, hoard >> Then, I am running the following commands to build Asterisk: >> ./configure --with-crypto --with-srtp --with-ssl >> make menuselect.makeopts >> menuselect/menuselect --enable DONT_OPTIMIZE --enable BETTER_BACKTRACES >> --enable MALLOC_DEBUG --disable BUILD_NATIVE --enable app_macro >> menuselect.makeopt >> make OPT=-fPIC >> make install >> make samples >> >> After this, when I start Asterisk, I get the following error with pjsip >> modules: >> ERROR[6253]: loader.c:2396 load_modules: Error loading module >&...
2015 Apr 29
2
PJSIP - sessions-timers support not working on 13.X
...d from gdb, attached to this message (with phone numbers and > extension and context names obscured). We are running realtime under CentOS > 6.6, built from source and packaged using rpmbuild, with the following > menuselect options (debugging version): > menuselect/menuselect --disable BUILD_NATIVE --enable DEBUG_THREADS > --enable DONT_OPTIMIZE --disable CORE-SOUNDS-EN-GSM --disable-category > MENUSELECT_EXTRA_SOUNDS --disable MOH-OPSOUND-WAV --enable-category > MENUSELECT_ADDONS --disable format_mp3 --disable cdr_tds --disable cel_tds > --disable cdr_pgsql --disable cel_pgsql --...
2015 Apr 29
0
PJSIP - sessions-timers support not working on 13.X
...ched to this message (with phone numbers and >> extension and context names obscured). We are running realtime under CentOS >> 6.6, built from source and packaged using rpmbuild, with the following >> menuselect options (debugging version): >> menuselect/menuselect --disable BUILD_NATIVE --enable DEBUG_THREADS >> --enable DONT_OPTIMIZE --disable CORE-SOUNDS-EN-GSM --disable-category >> MENUSELECT_EXTRA_SOUNDS --disable MOH-OPSOUND-WAV --enable-category >> MENUSELECT_ADDONS --disable format_mp3 --disable cdr_tds --disable cel_tds >> --disable cdr_pgsql --disa...
2016 Sep 06
5
[SOLVED] Re: Feature Request: what about "core stop panic" ?
On Tue, Sep 6, 2016 at 1:55 AM, Olivier <oza.4h07 at gmail.com> wrote: > Hello, > > After testing "pkill -SEGV -f /usr/sbin/asterisk" on Debian Jessie > platform, I've got several questions : > > > 1. When I issue a "cd /tmp; asterisk -cvvvvvvvvvvvg -U asterisk -G > asterisk" command, and then issue a "pkill -SEGV asterisk" command,