Jerry Geis wrote: > 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 > > So when I reboot zaptel is ready to go. How do I do that? >
There might be a better way, and I don't use ./configure script options, but what I do is set the KVERS variable before building. So in your case, I would export KVERS=2.6.18-53.1.4.el5 make install Shaun _______________________________________________ -- 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
