On Mon, Jul 16, 2007 at 05:38:12PM -0500, Carlos Chavez wrote: > This may be more a Linux issue but maybe someone can help. I need to > know how to compile zaptel for a kernel version different from the one I > am running at the moment. Basically I need to do this because I run > into trouble when the customer updates the Linux kernel and the next > time they restart they do not have the zaptel modules installed. What > do I need to do to be able to compile zaptel for the new kernel so when > they reboot everything will work?
make KVERS=new_version make KVERS=new_version install This will work if /lib/modules/new_version/build indeed points to the kernel source tree or build tree of new_version (e.g: if you have a kernel-devel / linux-headers package from your distribution) > > -- > Telecomunicaciones Abiertas de México S.A. de C.V. > Carlos Chávez Prats > Director de Tecnología > +52-55-91169161 ext 2001 > _______________________________________________ > --Bandwidth and Colocation Provided by http://www.api-digital.com-- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users -- Tzafrir Cohen icq#16849755 jabber:[EMAIL PROTECTED] +972-50-7952406 mailto:[EMAIL PROTECTED] http://www.xorcom.com iax:[EMAIL PROTECTED]/tzafrir _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
