similar to: can't compile zaptel..

Displaying 20 results from an estimated 60000 matches similar to: "can't compile zaptel.."

2004 May 13
0
zaptel does not compile on latest RHEL kernel
Hi After updating some Red Hat Enterprise linux machines to the latest RHEL kernel (RHEL crashes on vanilla kernels :)), I get tons of errors when trying to compile zaptel: In file included from tor2.c:30: /usr/src/linux-2.4/include/linux/kernel.h:61: invalid suffix on integer constant /usr/src/linux-2.4/include/linux/kernel.h:61: syntax error before numeric constant
2004 Aug 26
0
Can't make zaptel on red hat 9
Hello, I've followed the instructions here: http://www.voip-info.org/wiki-Asterisk+Zaptel+Installation, but I get the following when trying to make zaptel: I've added the relevant symlinks: [root@asterisk src]# ls -ld /usr/src/linux* lrwxrwxrwx 1 root root 14 Aug 26 22:50 /usr/src/linux -> linux-2.4.20-8 lrwxrwxrwx 1 root root 14 Aug 27 2004
2004 Apr 22
2
Trouble Compiling "zaptel"
So I went to go compile the Zaptel library from the HEAD CVS and I get some really really odd errors which don't make any sense. I've attached the console output ... any idea why this is going on and how to fix this? Thanks, Sam Bacsa ---------------- SNIP -------------------- [root@pbx zaptel]# make gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB
2004 Jul 21
1
Error in compilation [URGENT].
I fixed this error on mine by creating a symbolic link in /usr/src with: ln -s linux-2.4.21-15.0.3.EL linux-2.4 of course using your particular flavor of redhat kernel instead of linux-2.4.21-15.0.3.EL. > -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > Ricardo Maia Martins dos Santos >
2004 Aug 12
1
zaptel wont compile
Trying to update to the latest cvs, but Asterisk complained that zaptel was too old. Updating zaptel gives me this during the make. Any ideas, the searches and Wiki gives me no hints. cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -c -o gendigits.o gendigits.c cc -o gendigits gendigits.o -lm ./gendigits gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB
2004 Apr 23
3
zaptel on Fedora (Core 1) RedHat Linux-2.4
Hi! I have fresh installation of Fedora (Core 1) RedHat Linux-2.4.22-1.2115.nptl The kernel source is in place /usr/src/linux-2.4.22-1.2115.nptl The config file for the kernel is in place /boot/config-2.4.22-1.2115.nptl As per zaptel instruction, i first created the kernel config file as follows: # cd /usr/src/linux-2.4.22-1.2115.nptl; make menuconfig (in the menu config window) I loaded the
2003 May 15
4
Problems compiling zaptel
Hi All, At the suggestion of Tilghman I'm trying to compile the zaptel dummy driver to see if it fixes the stuttering mp3 problem. I checked out zaptel from CVS but when I try to do a 'make' I get the following output, which terminates with an error. (I'm using RedHat 9) Can anyone suggest why it fails to compile? cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA
2004 Jul 21
1
h323 call flow fails
HI ALL; I have an ATA phone registered with GUNGK.I want to send a call to another ATA with has an extention in my * box. my network looks like the following: (h323 registration) ATA1(h323
2005 May 29
1
Error attempting to make Zaptel on Red Hat linux 9.0
Hi All, Newby with problem when attempting to make Zaptel on Red Hat linux 9.0. I have seached Google, VoIP forums etc and cannot resolve issue. (Red Hat 9.0) Linux version 2.4.20-31.9 (bhcompile@daffy.perf.redhat.com) (gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)) #1 Tue Apr 13 18:04:23 EDT 2004 All Packages installed per: http://www.voip-info.org/wiki-Asterisk+redhat9+packages Per
2004 Jun 18
1
trouble compiling zaptel-0.9.1 on YellowDog (PowerMac)
I am running asterisk on an old PowerComputing Mac clone running YellowDog 3.0 (Red Hat clone for PowerMacs) I've decided to try adding a generic winmodem card and compile zaptel-0.9.1 for it. First I tried to just unpack zaptel archive and do make clean; make install. Compiled fine, but during insallation I got the "unresolved symbols" error messages from depmod -a I did
2004 May 14
0
SuSE & Zaptel Compilation errors
Hi, Thanks for giving me a detailed reply on hardware needs steven. I have been looking at the archives in detail and found a few people have had problems with zaptel compilation on suse(kernel-source-2.4.19.SuSE-342 // gcc 3.2.2 ) ... is shifting to red hat the only viable scenario...would be a pain cuz suse comes with sun java desktop system( just bought it !! ) ... any fixes would be a
2003 Feb 28
2
error in tor2
i have error in install module of tor2. but it compile good. what happen ? ivr2:/usr/src/zaptel # make clean; make install rm -f torisatool makefw tor2fw.h rm -f zttool rm -f *.o ztcfg tzdriver sethdlc rm -f zonedata.lo tonezone.lo libtonezone.so.1.0 *.lo rm -f gendigits tones.h rm -f libtonezone* rm -f tor2ee rm -f core cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -c -o
2005 Jul 06
0
Re: Asterisk-Users Digest, Vol 12, Issue 25
Hi, Updating zaptel gives me this during the make. Any ideas, the searches and Wiki gives me no hints. In file included from /usr/src/linux-2.4/include/linux/fs.h:19, from /usr/src/linux-2.4/include/linux/capability.h:17, from /usr/src/linux-2.4/include/linux/binfmts.h:5, from /usr/src/linux-2.4/include/linux/sched.h:9, from
2004 Aug 20
2
[kernel-2.4.21-15] rebuild problem
Hello, Sorry if this mail would have to be post in the development ML, but my problem is just at using centOS.. I'm trying to recompile the centOS-3.1 kernel. I done this: # cd /usr/src/linux-2.4 # make menuconfig < i select my CPU type > < Exit and save > # make dep # make modules (...no errors ...) gcc -D__KERNEL__ -I/usr/src/linux-2.4.21-15.0.4.EL/include -Wall
2004 Dec 27
1
Make error installing bristuff-0.2.0-rc2b
Hi list! I'm trying to install bristuff on a newly installed box. The box is running a rebuild of RedHat Enterprise linux with the latest kernel. The architecture of the box is x86_64 (Athlon 64), the os is 64 bit with 32 bit compat libs installed. Also the kernel source is installed as well as the (kernel) development tools. The bristuff install.sh script downloads asterisk+zaptel 1.0.2
2008 Feb 18
1
Zaptel 1.4.8 breaks tor2 support on CentOS 5.1? (kernel panic)
Hi all... I did some Google searches and didn't find any info on this so I'm posting it here... if this was recently discussed, I apologize for the duplication -- please point me to the appropriate thread. System Description: Supermicro SuperServer 5015M-MF w/ PDSMi Motherboard Intel Pentium 4 2.8 Ghz CPU 2 GB DDR2 Memory Digium T400P 4 Port T1 Card CentOS 5.1 (Final) Kernel:
2003 Apr 28
2
Zaptel compile problems
I'm sure this is a simple problem to fix. Does anyone know what might cause these errors? [eric@vulcan zaptel]$ make gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -I/usr/src/linux/drivers/net -Wall -I. -Wstrict-prototypes -fomit-frame-pointer -I/usr/src/linux/drivers/net/wan -I /usr/src/linux/include -I/usr/src/linux/include/net -DMODVERSIONS -include
2004 Aug 09
3
Fedora FC2 and Zaptel (Torisa)
Followed the "instructions" on voip-info.org regardinging fedora FC2, making Zaptel seems to work fine, however when I modprobe I get this. It looks like a version mismatch somehow. Ideas? If this ooc, sorry first post here :-) modprobe tor2 WARNING: Error inserting zaptel (/lib/modules/2.6.5-1.358smp/misc/zaptel.ko): Invalid module format WARNING: Error inserting zaptel
2007 Mar 15
1
Re: zapata with Tiger3XX compilation error
Ok so I read the Linux 2.6 related README and finally compiled propperly, I thought but at the end I notice that lscpi does report the cards, but I cant modprobe wcfxo nor zaptel and I do have wcfxo.ko in the /lib/modules/2.6.8/extra/ directory, so what gives? This is a Debian Sarge, thanks! # # make clean starts here # make[1]: Entering directory `/usr/src/zaptel-1.4.0/menuselect' rm
2006 Feb 16
0
ztdummy configuration issues
Hi I Would like to configure asterisk for conferencing. I want to configure ztdummy.My Operating sytem is mentioned below Linux version 2.4.21-20.EL (bhcompile@tweety.build.redhat.com) (gcc version 3.2.3 20030502 (Red Hat Linux 3.2.3-42)) #1 Wed Aug 18 20:58:25 EDT 2004. When i try to run make in the zaptel directory it gives errors as below