* cd /usr/src/linux (you did unarchive the sources, and ln -s /usr/src/<whatever Debian called it> /usr/src/linux, right?) * make config, hit enter through the whole thing * make dep
Go about compiling *. modversions.h is generated by make dep. Daryl > -----Original Message----- > From: Phillip Britt [mailto:[EMAIL PROTECTED] > Sent: Saturday, August 30, 2003 11:09 PM > To: [EMAIL PROTECTED] > Subject: RE: [Asterisk-Users] Installation Problem > > > Thanks for the info. I am running Debian. Do you know if l > would need to install my own Kernel on that distribution. I > have checked and it looks like the kernel sources are installed. > > Any other suggestions? > > Thanks, > Phil > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > [EMAIL PROTECTED] > Sent: Saturday, August 30, 2003 8:31 PM > To: [EMAIL PROTECTED] > Subject: Re: [Asterisk-Users] Installation Problem > > Depending on your distribution, you will either need to > install your own kernel, or install the kernel source. it > should come as a package for your distro. > > > On Sat, Aug 30, 2003 at 08:23:08PM +1000, Phillip Britt wrote: > > Hi, > > > > I am quite new to Asterisk and Linux in general. When l try to > > install > the > > Zaptel component, l get the following error: > > > > asterisk:/usr/src/zaptel# make > > 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 -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 > -DECHO_CAN_MARK2 > > -DCONFIG_ZAPATA_PPP -DTORMENTA_BASE=0xd0000 -DDEFAULT_TONE_ZONE=0 > > -DSTANDALONE_ZAPATA -c zaptel.c In file included from zaptel.c:36: > > /usr/include/linux/module.h:21: linux/modversions.h: No such file or > > directory > > make: *** [zaptel.o] Error 1 > > asterisk:/usr/src/zaptel# > > > > > > Can anyone point me in the right direction. > > > > Cheers, > > Phil > > > > _______________________________________________ > > Asterisk-Users mailing list > > [EMAIL PROTECTED] > > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/aster> isk-users > > > _______________________________________________ > > Asterisk-Users mailing list > [EMAIL PROTECTED] > http://lists.digium.com/mailman/listinfo/aster> isk-users > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
