Displaying 20 results from an estimated 4000 matches similar to: "/bin/sh: build_tools/make_version_h: not found"
2005 Jul 25
0
Fw: /bin/sh: build_tools/make_version_h: not found
----- Original Message -----
From: "chris" <chris@fivestartel.com>
To: "Frank Tarczynski" <ftarz@mindspring.com>; <seruser@iptel.org>
Sent: Tuesday, July 26, 2005 9:54 AM
Subject: Re: [Asterisk-Users] /bin/sh: build_tools/make_version_h: not found
> hi Tzafrir
>
> any idea how we can fix this error?
>
> include/asterisk/strings.h:232: parse
2005 Oct 10
2
Errors with new fetched Asterisk cvs
Below is my try of installation to the latest CVS. I have not updated 3
months. What do I miss since last time?
bye
Ronald
/usr/local/src/asterisk # make clean; make update; make install
build_tools/make_version_h > include/asterisk/version.h.tmp
if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ;
then echo; else \
mv include/asterisk/version.h.tmp
2005 Aug 29
2
Compile problem with 1.2 beta 1
Has anyone else got 1.2 compiled from cvs ? I've posted the question
below to the -dev list but got no answers:
1) No-one else is trying beta 1
2) No-one else is having any issues (I must be the idiot)
3) No-one else saw my message :)
I have been trying to compile 1.2 beta 1 on a centos 4 box, to no avail.
The "make" command seems to compile ok, but "make install"
2006 Oct 21
1
zaptel 1.2.10 make problem
Hi
iam installing zaptel 1.2.10 on my FC5
when i make iam getting following error
any one suggest me whats wrong, i have installed source also in the same
server.
grep: /lib/modules/2.6.15-1.2054_FC5/build/include/linux/autoconf.h: No such
file or directory
ZAPTELVERSION="1.2.10" build_tools/make_version_h > version.h.tmp
if cmp -s version.h.tmp version.h ; then echo; else \
2006 Jan 17
0
SVN Compile Error
build_tools/make_version_h > include/asterisk/version.h.tmp
if cmp -s include/asterisk/version.h.tmp include/asterisk/version.h ;
then echo; else \
mv include/asterisk/version.h.tmp include/asterisk/version.h ; \
fi
rm -f include/asterisk/version.h.tmp
if cmp -s .cleancount .lastclean ; then echo ; else \
make clean; cp -f .cleancount .lastclean;\
fi
2005 Oct 04
0
compile loop?
Gosh, took me a long time to notice that this was not doing what I wanted:
mkdir /usr/src/asterisk-20050720
ln -sf /usr/src/asterisk-20050720 /usr/src/asterisk
cd /usr/src/asterisk
export CVSROOT=:pserver:anoncvs@cvs.digium.com:/usr/cvsroot
cvs login
cvs checkout -D 2005-07-20
make clean
make
This was last Thursday. Since it'll be Wednesday tomorrow, I thought
I'd waste some time
2005 Aug 23
2
compiling CVS-HEAD + Patch from http://bugs.digium.com/view.php?id=3644
Hi!
First I have to say, that I'm not very familiar with CVS and patching.
I tried to patch & compile CVS-HEAD.
First I checked out zaptel, libpri and asterisk with this command: "cvs
co zaptel libpri asterisk"
But the latest patch sipsubscribe-20050812.rev806v2.txt from
http://bugs.digium.com/view.php?id=3644 didn't worked, so I tried to
check out an older CVS-Versions
2005 Aug 23
1
latest CVS on Mandrake 9.2 Mini ITX
All,
wondering if you can help, I had a perfectly working Mandrake 9.2 box
running on a via Mini ITX 5000/classic. Asterisk (zaptel and libpri) was
built from CVS head around 22nd July 2005. I decided now was a good time
to ghost it up....although humorous for you all suffice to say, I ended
up with a partitionless box!
Following the install script I had created I built an identical server
to
2006 Nov 30
6
zaptel compilation problems with linux 2.6.19
Hello!
I have problems compiling zaptel (tried 1.2.11, 1.2.10 and 1.4.0-beta2 -- all
give the same error) with 2.6.19 kernel
CC [M] /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/card_fxo.o
In file included
from /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/xpd.h:26,
from /home/roman/install/asterisk/zaptel-1.4.0-beta2/xpp/card_fxo.c:28:
2006 Dec 05
4
question on tx_fax install for asterisk 1.4
I downloaded these 4 files:
app_rxfax.c app_txfax.c asterisk.patch spandsp-20061130.tar.gz
for use with asterisk 1.4 (these are the 1.4 files)
I installed spandsp, copied app_rxfax and app_txfax into
/asterisk-1.4beta3/apps
my question is what do I do with asterisk.patch?
I tried to put it in the apps directory also and run "patch <
asterisk.patch"
and it gave me an error.
2006 Dec 23
0
centos4.4 x86_64 and zaptel-1.2.12 compile problems?
Anyone seen this and know how to fix it? (note the Assembler messages at
the end). Thanks in advance:
server# make linux26
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -m64 -DSTANDALONE_ZAPATA
-DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -DHOTPLUG_FIRMWARE -c -o
gendigits.o gendigits.c
cc -o gendigits gendigits.o -lm
./gendigits > tones.h
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -m64
2010 Jan 16
2
Cross compiling Asterisk, Dahdi..
Is there a proper, documented way to cross compile DAHDI and Asterisk for
a processor/system other than the one you're currently typing on?
Now.. I have been doing this for some time, but it's been really
frustrating every time I change/upgrade, etc.
I've just tried to compile DAHDI for an AMD Geode system on my development
system which is Intel Atom. Building the kernel is easy -
2006 Mar 19
2
Zaptel will not build
FYI:
I am trying to build zaptel-1.2.4 against the recently updated kernel
version 2.6.9-34.EL on Centos 4.2. but I am getting errors and it will
not build. This is apparently due to a typo in a kernel header
spinlock.h although I have not successfully modified the kernel and
built zaptel against it yet.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180568
This bug report has a typo
2013 Dec 03
1
DAHDI-Linux and DAHDI-Tools 2.8.0-rc5 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.8.0-rc5
DAHDI-Tools-v2.8.0-rc5
dahdi-linux-complete-2.8.0-rc5+2.8.0-rc5
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
*** THIS RC FIXES
2013 Dec 03
1
DAHDI-Linux and DAHDI-Tools 2.8.0-rc5 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux-v2.8.0-rc5
DAHDI-Tools-v2.8.0-rc5
dahdi-linux-complete-2.8.0-rc5+2.8.0-rc5
This release is available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
*** THIS RC FIXES
2005 Jul 19
1
Things about Mail Notification
Hi all!, i search for some information about to setup my asterisk box with
e-mail notification when a I call the voicemail application. Voicemail
application works fine in the Dial Plan but nothing happens with email
notification ...so what i need to know about this?...wiki pages did not help
me ....thanks!
G.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Apr 20
1
DAHDI-Linux 2.6.1, 2.5.1 and DAHDI-Tools 2.6.1, 2.5.1 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux 2.6.1
DAHDI-Linux 2.5.1
DAHDI-Tools 2.6.1
DAHDI-Tools 2.5.1
DAHDI-Linux-Complete 2.6.1+2.6.1
DAHDI-Linux-Complete 2.5.1+2.5.1
These releases are available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
2012 Apr 20
1
DAHDI-Linux 2.6.1, 2.5.1 and DAHDI-Tools 2.6.1, 2.5.1 Now Available
The Asterisk Development Team has announced the releases of:
DAHDI-Linux 2.6.1
DAHDI-Linux 2.5.1
DAHDI-Tools 2.6.1
DAHDI-Tools 2.5.1
DAHDI-Linux-Complete 2.6.1+2.6.1
DAHDI-Linux-Complete 2.5.1+2.5.1
These releases are available for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
2010 Apr 13
1
DAHDI-Linux and DAHDI-Tools 2.3.0 Released
The Asterisk Development Team is pleased to announce the release of
DAHDI-Linux and DAHDI-Tools version 2.3.0.
DAHDI-Linux 2.3.0, DAHDI-Tools 2.3.0, and DAHDI-Linux-Complete are available
for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
In
2010 Apr 13
1
DAHDI-Linux and DAHDI-Tools 2.3.0 Released
The Asterisk Development Team is pleased to announce the release of
DAHDI-Linux and DAHDI-Tools version 2.3.0.
DAHDI-Linux 2.3.0, DAHDI-Tools 2.3.0, and DAHDI-Linux-Complete are available
for immediate download at:
http://downloads.asterisk.org/pub/telephony/dahdi-linux
http://downloads.asterisk.org/pub/telephony/dahdi-tools
http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete
In