similar to: building asterisk-1.6.0.6 failed!

Displaying 20 results from an estimated 2000 matches similar to: "building asterisk-1.6.0.6 failed!"

2009 Mar 22
1
make script 1.6.0.6 breaks up, need help!
Hi people! I need help according getting asterisk 1.6.0.6 installed. I posted to digium, but it seems to be that it is not an error, but either I am not getting smart what I have to do, to get it solved (configured and installed as well). ./configure make gets me this output: In file included from /usr/local/include/datatypes.h:50, from /usr/local/include/err.h:49,
2009 Jan 29
2
Don't get asterisk to run behind NAT router
Hi people! I am not getting smart getting asterisk 1.6 behind a NAT to run. 1. I enabled IP forwarding on debian linux 2. told asterisk in "general" that he is behind NAT and mentioned him his external static IP Adress as well his domain in the outside world. If a client who is connected with a DSL modem calls me, a grandstream module in the LAN behind the router, in the same network
2009 May 31
1
h323 guide for asterisk
Hi people! I am looking for a h.323 implementation guide for asterisk. I looked in the doc folder of the latest asterisk source distribution and I didn't fund anything acording to this subject. If you guys could give me any advise, I would thank you. Tamer
2009 Feb 24
2
receiving 1st digit from a variable
Hi people! I want to save the 1st letter from the ${EXTEN} variable. I don't want to trim it, I want to RESAVE it into a new variable. Let us assume the ${EXTEN} contains: 0698332977 then I'd love to get the 0 I would thank you for all advises. Tamer
2009 Feb 23
3
don't get 2.0 gui to run on asterisk 1.6.0.5
Hi people! I am not getting really smart. I get the SVN Edition of asterisk GUI interface, compiled and love to get it to run, what won't work. What am I doing wrong?! svn checkout http://svn.digium.com/svn/asterisk-gui/branches/2.0 make make checkconfig make install and If I open one of the URLs: http://localhost:8088/asterisk/static/config/cfgbasic.html
2009 Jan 31
1
where to find STUN Server howto
Hi people! Do you guys know where to find a STUN Server Howto?! Why?! We all know, to get Asterisk behind an NAT Router to run, is a bit tricky, and you might have to fire a lot of holes in your firewall. However, I would appreciate it very much if somebody could give me great links of how to set up a STUN Server. Tamer
2009 Apr 16
1
sending AT commands through the SIP channel to the end device?!
Hi people! I am coding a special sollution for that I need to know if I can send AT commands in the extensions.conf, to one subscriber. Is there a way doing this through asterisk 1.6 ?! For sure anybody of you, would as why I want to do that. I want to speak to my endsystem directly with AT commands. For any advise, I would thank you kindly. Tamer
2017 Aug 10
3
[PATCH] ruby: fix order of CFLAGS
Shuffle the order of the various CFLAGS used when building the Ruby extension: first the flags from manywarnings (gnulib), then libguestfs own CFLAGS, and then -DGUESTFS_PRIVATE=1 (so it is not overridden). This matches also what happens in automake parts, and makes it possible to override any flags from manywarnings also in the Ruby extension. --- ruby/ext/guestfs/extconf.rb.in | 5 +++-- 1
2013 Jan 02
1
[PATCH] ruby: add -DGUESTFS_PRIVATE_FUNCTIONS=1 to CFLAGS
Signed-off-by: Olaf Hering <olaf at aepfle.de> --- This, and the CFLAGS change it depends on should be backported to 1.20.x ruby/ext/guestfs/extconf.rb.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/ext/guestfs/extconf.rb.in b/ruby/ext/guestfs/extconf.rb.in index 15259ea..808ff9e 100644 --- a/ruby/ext/guestfs/extconf.rb.in +++ b/ruby/ext/guestfs/extconf.rb.in
2009 Jan 29
1
a large file available?
I need to deal with a large file (about more than 2G [byte]) with eventmachine. I wrote a simple program with using "stream_file_data" as send a large file from client to server. But It didn''t work. Applying below a quick fix patch, I think it works well. Could you go over this patch? Regards, -- Kuroishi Mitsuo diff -rup
2007 Apr 30
5
ERROR: Failed to build gem native extension.
Hi all, I''d really appreciate some help with this... As you see below, I tried to install mongrel after updating my gems, but I get the error shown: sudo gem install mongrel Select which gem to install for your platform (i486-linux) 1. mongrel 1.0.1 (ruby) 2. mongrel 1.0.1 (mswin32) 3. mongrel 1.0 (mswin32) 4. mongrel 1.0 (ruby) 5. Skip this gem 6. Cancel installation > 1
2014 Aug 30
1
Default lib/include dirs location in OS X
Hi, I have installed libvirt via Homebrew = compiled from source <https://github.com/Homebrew/homebrew/blob/master/Library/Formula/libvirt.rb> . Then I wanted to install *ruby-libvirt* gem install ruby-libvirt and end up with this error: /usr/local/Cellar/ruby/2.1.2_3/bin/ruby extconf.rb *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary
2007 Aug 28
5
ERROR: While executing gem ... (Gem::Installer::ExtensionBu
Hi all, Sorry if this is answered somewhere -- I am new to ruby and to linux, and can''t figure it out: When I try to install ferret (see below), I get ERROR: While executing gem ... (Gem::Installer::ExtensionBuildError). Same thing happens for any version I pick from th list. I am using: gcc (GCC) 4.1.2 (Ubuntu 4.1.2-0ubuntu4) ruby 1.8.5 (2006-08-25) [i486-linux] gem 0.9.4 No idea
2012 Oct 01
10
Puppet 3.0 fails install on Solaris 10 w/ ruby 1.8.7
There''s a problem installing puppet on Solaris 10 -- in this situation, we aren''t really doing anything with puppet there. The version we''re using is: ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-solaris2.9] Here''s the first error: # gem update puppet > > Updating installed gems > > Updating puppet > > Building native extensions. This
2005 Aug 02
8
Rake patch
This patch fixes the following: - You can now use rake to build on Windows. - You can now use rake install to install the lib, no more extconf.rb needed! This should be cross platform, I took some code for installing from the Makefile that extconf.rb generated as a basis. I have tested it on OS X and will test tomorrow on Windows, I am 95% it will work cross platform. - I did get Windows
2006 Mar 17
2
Installing MySql using Ruby Gems
I''m using Kubuntu Breezy and I''m trying to install MySql using Ruby I''m using ruby 1.8.3 and gem 0.8.11 ##### jimmyb@scooter:~$ sudo gem install mysql Attempting local installation of ''mysql'' Local gem file not found: mysql*.gem Attempting remote installation of ''mysql'' Updating Gem source index for: http://gems.rubyforge.org
2006 Jul 10
6
ubuntu & mongrel
I''m getting the following error. Which apt-get install <some missing package> do I need to run? looks like some build tools. Building native extensions. This could take a while... extconf.rb:1:in `require'': no such file to load -- mkmf (LoadError) from extconf.rb:1 ERROR: While executing gem ... (RuntimeError) ERROR: Failed to build gem native extension.
2009 Apr 17
1
opening 2 and more channels on 1 SIP account
Hi! I have a Grandstream VoIP Device, at which a DECT base with 2 cordless phones are connected. If a call is placed and made through one cordless phone the other cordless phone appears as busy. What I want: 1. The Base station of the DECT cordless phones, is connected at 1 FXS Port of my Grandstream Telephone Adapter. 2. I want to place and receive as many calls at the same time through 1 SIP
2009 Nov 03
1
Installing Feedzirra (and Curl/Curb) on Windows Vista
I''m trying to use Feedzirra within my rails app and am having a mountain of trouble trying to get the gem installed. Running "gem install pauldix-feedzirra" gives me the following output. ERROR: Error installing pauldix-feedzirra: ERROR: Failed to build gem native extension. "C:/Program Files/Ruby/186-26/bin/ruby.exe" extconf.rb checking for curl-config...
2011 Sep 26
1
Instalation help
Hi guys, my first post :D I have a problem installing rails Building native extensions. This could take a while... ERROR: Error installing rails: ERROR: Failed to build gem native extension. /usr/bin/ruby1.9.1 extconf.rb extconf.rb:36:in `require'': no such file to load -- mkmf (LoadError) from extconf.rb:36:in `<main>'' Gem files will remain installed in