[asterisk-users] zaptel compile question

Shaun Ruffell sruffell at digium.com
Thu Mar 6 14:38:46 CST 2008


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




More information about the asterisk-users mailing list