Hello, I try to compile the driver zaptel and they give the following error: linux01:/usr/src/zaptel# make install gcc -Iir/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -Iir/drivers/ l -I. -Wstrict-prototypes -fomit-frame-pointer -Iir/drivers/net/wan -Iir /net -DSTANDALONE_ZAPATA -o zaptel.o -c zaptel.c In file included from zaptel.c:44: /usr/include/linux/module.h:21: linux/modversions.h: No such file or dir make: *** [zaptel.o] Error 1 linux01:/usr/src/zaptel# to me as I can make, Tanks __________________________________________________________________ TISCALI ADSL 1.25 MEGA a soli 19.95 euro/mese Solo con Tiscali Adsl navighi senza limiti di tempo a meno di 20 euro al mese. E in piu' telefoni senza pagare il canone Telecom! Scopri come, clicca qui http://abbonati.tiscali.it/adsl/sa/1e25flat_tc/
You need your kernel-headers. Sebas ferrocristos@tiscali.it wrote:> Hello, > I try to compile the driver zaptel and they give the following error: > > linux01:/usr/src/zaptel# make install > gcc -Iir/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -Iir/drivers/ > l -I. -Wstrict-prototypes -fomit-frame-pointer -Iir/drivers/net/wan -Iir > /net -DSTANDALONE_ZAPATA -o zaptel.o -c zaptel.c > In file included from zaptel.c:44: > > /usr/include/linux/module.h:21: linux/modversions.h: No such file or dir > > make: *** [zaptel.o] Error 1 > linux01:/usr/src/zaptel# > > > > to me as I can make, > Tanks > > __________________________________________________________________ > TISCALI ADSL 1.25 MEGA a soli 19.95 euro/mese > Solo con Tiscali Adsl navighi senza limiti di tempo > a meno di 20 euro al mese. E in piu' telefoni senza > pagare il canone Telecom! Scopri come, clicca qui > http://abbonati.tiscali.it/adsl/sa/1e25flat_tc/ > > > > _______________________________________________ > 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 >-- Sebastian Silva G R U P O G A U S S Depto. Sistemas Av. Libertador 6250 4 piso Tl.: 4 706-2222 (int. 121) ssilva@gaussar.com
modversions.h will be created when you recompile your kernel and reboot with your new kernel, or install kernel-headers package with the same version of your kernel. Regards. Elio Rojano ferrocristos@tiscali.it wrote:>Hello, >I try to compile the driver zaptel and they give the following error: > >linux01:/usr/src/zaptel# make install >gcc -Iir/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB -Iir/drivers/ >l -I. -Wstrict-prototypes -fomit-frame-pointer -Iir/drivers/net/wan -Iir >/net -DSTANDALONE_ZAPATA -o zaptel.o -c zaptel.c >In file included from zaptel.c:44: > >/usr/include/linux/module.h:21: linux/modversions.h: No such file or dir > >make: *** [zaptel.o] Error 1 >linux01:/usr/src/zaptel# > > > > to me as I can make, >Tanks > >__________________________________________________________________ >TISCALI ADSL 1.25 MEGA a soli 19.95 euro/mese >Solo con Tiscali Adsl navighi senza limiti di tempo >a meno di 20 euro al mese. E in piu' telefoni senza >pagare il canone Telecom! Scopri come, clicca qui >http://abbonati.tiscali.it/adsl/sa/1e25flat_tc/ > > > >_______________________________________________ >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 > > >