David Stanley
2005-May-29 03:21 UTC
[Asterisk-Users] 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 VoIP forums Threads, I have kernel-source, readline, readline-devel, openssl and openssl-devel package installed and have copied the boot file as detailed (several times): [root@linuxbox linux]# cp /boot/config-2.4.20-31.9 /usr/src/linux/.config cp: overwrite `/usr/src/linux/.config'? y Installation per following Asterisk Zaptel Installation page, but error when attempting to make Zaptel (after make clean). http://www.voip-info.org/tiki-index.php ... stallation ..............Portion of error when attempting to Make Zaptel: [root@linuxbox zaptel]# make cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -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 -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 /usr/src/linux/include/linux/modversions.h -DSTANDALONE_ZAPATA -c zaptel.c cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" makefw.c -o makefw ./makefw tormenta2.rbt tor2fw > tor2fw.h Loaded 69900 bytes from file 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 /usr/src/linux/include/linux/modversions.h -DSTANDALONE_ZAPATA -c tor2.c In file included from tor2.c:30: /usr/src/linux/include/linux/kernel.h:60: invalid suffix on integer constant /usr/src/linux/include/linux/kernel.h:60: parse error before numeric constant /usr/src/linux/include/linux/kernel.h:60: warning: function declaration isn't a prototype ..................................REMOVED TO REDUCE EMAIL................... /usr/src/linux/include/linux/dcache.h: In function `dget': /usr/src/linux/include/linux/dcache.h:254: warning: implicit declaration of function `__out_of_line_bug_R8b0fd3c5' tor2.c: In function `tor2_spanconfig': tor2.c:215: warning: implicit declaration of function `printk_R1b7d4074' tor2.c: In function `init_spans': tor2.c:283: warning: implicit declaration of function `sprintf_R1d26aa98' make: *** [tor2.o] Error 1 Any assistance is greatly appreciated. Regards... David -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050529/7280efd9/attachment.htm
Sukardi Shahdan
2005-May-29 19:39 UTC
[Asterisk-Users] Error attempting to make Zaptel on Red Hat linux 9.0
hello David,> [root@linuxbox linux]# cp /boot/config-2.4.20-31.9 > /usr/src/linux/.config > cp: overwrite `/usr/src/linux/.config'? yafter you copy this file, did u do make mrproper before u do make menuconfig? coz before this i have error when i want to compile zaptel and now its working. why don't u try.. maybe it help.. ok David.. good luck!! regard, shahdan -- David Stanley <dstanley@transcendent.com.au> wrote:> 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 VoIP forums Threads, I have kernel-source, > readline, readline-devel, openssl and openssl-devel > package installed and have copied the boot file as > detailed (several times): > [root@linuxbox linux]# cp /boot/config-2.4.20-31.9 > /usr/src/linux/.config > cp: overwrite `/usr/src/linux/.config'? y > > Installation per following Asterisk Zaptel > Installation page, but error when attempting to make > Zaptel (after make clean). > http://www.voip-info.org/tiki-index.php ... > stallation > > > ..............Portion of error when attempting to > Make Zaptel: > > [root@linuxbox zaptel]# make > cc -I. -O4 -g -Wall -DBUILDING_TONEZONE > -DSTANDALONE_ZAPATA > -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" -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 > -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 > /usr/src/linux/include/linux/modversions.h > -DSTANDALONE_ZAPATA -c zaptel.c > cc -I. -O4 -g -Wall -DBUILDING_TONEZONE > -DSTANDALONE_ZAPATA > -DZAPTEL_CONFIG=\"/etc/zaptel.conf\" makefw.c -o > makefw > ./makefw tormenta2.rbt tor2fw > tor2fw.h > Loaded 69900 bytes from file > 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 > /usr/src/linux/include/linux/modversions.h > -DSTANDALONE_ZAPATA -c tor2.c > In file included from tor2.c:30: > /usr/src/linux/include/linux/kernel.h:60: invalid > suffix on integer constant > /usr/src/linux/include/linux/kernel.h:60: parse > error before numeric constant > /usr/src/linux/include/linux/kernel.h:60: warning: > function declaration isn't a prototype > ..................................REMOVED TO REDUCE > EMAIL................... > /usr/src/linux/include/linux/dcache.h: In function > `dget': > /usr/src/linux/include/linux/dcache.h:254: warning: > implicit declaration of function > `__out_of_line_bug_R8b0fd3c5' > tor2.c: In function `tor2_spanconfig': > tor2.c:215: warning: implicit declaration of > function `printk_R1b7d4074' > tor2.c: In function `init_spans': > tor2.c:283: warning: implicit declaration of > function `sprintf_R1d26aa98' > make: *** [tor2.o] Error 1 > > > Any assistance is greatly appreciated. > > Regards... David >_______________________________________________> Asterisk-Users mailing list > Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users> To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com