On Thu, Mar 06, 2008 at 03:19:21PM -0500, Jerry Geis wrote: > Hi all, > > I am wanting to use an option from the ./configure script with zaptel to > compile zaptel for a different kernel than the running kernel. > > How do I do that exactly. > > Example: > Current kernel is 2.6.18-8.1.4.el5 > and I want to compile zaptel for 2.6.18-53.1.4.el5 > I am using centos 5.1 or RHEL 5.1
You can just set KVERS: make KVERS=2.6.18-53.1.4.el5 Assuming you have the respective kernel-devel package installed. See also: http://zaptel.tzafrir.org.il/#_kernel_source_headers (Which is the HTML-zed version of the README file in Zaptel) -- 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
