View previous topic :: View next topic |
Author |
Message |
geisj at pagestation.com Guest
|
Posted: Thu Mar 06, 2008 3:19 pm Post subject: [asterisk-users] zaptel compile question |
|
|
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
So when I reboot zaptel is ready to go. How do I do that?
Thanks,
Jerry |
|
Back to top |
|
|
sruffell at digium.com Guest
|
Posted: Thu Mar 06, 2008 3:38 pm Post subject: [asterisk-users] zaptel compile question |
|
|
Jerry Geis wrote:
Quote: | 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 |
|
Back to top |
|
|
tzafrir.cohen at xorco... Guest
|
Posted: Thu Mar 06, 2008 4:03 pm Post subject: [asterisk-users] zaptel compile question |
|
|
On Thu, Mar 06, 2008 at 03:19:21PM -0500, Jerry Geis wrote:
Quote: | 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:tzafrir.cohen at xorcom.com
+972-50-7952406 mailto:tzafrir.cohen at xorcom.com
http://www.xorcom.com iax:guest at local.xorcom.com/tzafrir |
|
Back to top |
|
|
|