David Backeberg
2010-Mar-17 12:29 UTC
[asterisk-users] Asterisk running on a Xen Centos Server challenge!!!
On Wed, Mar 17, 2010 at 10:16 AM, Daniel Leite de Abreu <dlabreu at gmail.com> wrote:> -bash-3.2# cd dahdi-linux-complete-2.2.1+2.2.1/ > -bash-3.2# make all > make -C linux all > make[1]: Entering directory `/usr/src/asterisk/dahdi-linux-complete-2.2.1+2.2.1/linux' > make -C drivers/dahdi/firmware firmware-loaders > make[2]: Entering directory `/usr/src/asterisk/dahdi-linux-complete-2.2.1+2.2.1/linux/drivers/dahdi/firmware' > make[2]: Leaving directory `/usr/src/asterisk/dahdi-linux-complete-2.2.1+2.2.1/linux/drivers/dahdi/firmware' > You do not appear to have the sources for the 2.6.18-164.6.1.el5xen kernel installed. > make[1]: *** [modules] Error 1 > make[1]: Leaving directory `/usr/src/asterisk/dahdi-linux-complete-2.2.1+2.2.1/linux' > make: *** [all] Error 2 > > > This error tells me that i don't have the sources for the kernel 2.6.18-164.6.1.el5xen , so how can i find it?http://wiki.centos.org/HowTos/I_need_the_Kernel_Source
Daniel Leite de Abreu
2010-Mar-17 14:16 UTC
[asterisk-users] Asterisk running on a Xen Centos Server challenge!!!
Hi guys! I am new here on the list , and this is my first question, and i want to say tanks to you all for the help that i will get from you all. Ok there is my problem. I rent a virtual machine ( Server ) here in South Africa and this server is a Centos running ou top of a Xen server. The machine works 100% no problems , but wend i try to compile the dahdi-linux-complete-2.2.1+2.2.1 i got this message. -bash-3.2# cd dahdi-linux-complete-2.2.1+2.2.1/ -bash-3.2# make all make -C linux all make[1]: Entering directory `/usr/src/asterisk/dahdi-linux-complete-2.2.1+2.2.1/linux' make -C drivers/dahdi/firmware firmware-loaders make[2]: Entering directory `/usr/src/asterisk/dahdi-linux-complete-2.2.1+2.2.1/linux/drivers/dahdi/firmware' make[2]: Leaving directory `/usr/src/asterisk/dahdi-linux-complete-2.2.1+2.2.1/linux/drivers/dahdi/firmware' You do not appear to have the sources for the 2.6.18-164.6.1.el5xen kernel installed. make[1]: *** [modules] Error 1 make[1]: Leaving directory `/usr/src/asterisk/dahdi-linux-complete-2.2.1+2.2.1/linux' make: *** [all] Error 2 This error tells me that i don't have the sources for the kernel 2.6.18-164.6.1.el5xen , so how can i find it? I check the kernel that i am using -bash-3.2# uname -r 2.6.18-164.6.1.el5xen Do you guys have any idea how can i fix it? Thanks Daniel Abreu.
Theo Band
2010-Mar-21 17:32 UTC
[asterisk-users] Asterisk running on a Xen Centos Server challenge!!!
Daniel Leite de Abreu wrote:> Hi guys! > > > I am new here on the list , and this is my first question, and i want to say tanks to you all for the help that i will get from you all. > > Ok there is my problem. > > > I rent a virtual machine ( Server ) here in South Africa and this server is a Centos running ou top of a Xen server. > The machine works 100% no problems , but wend i try to compile the dahdi-linux-complete-2.2.1+2.2.1 i got this message. >Have you consider to install from yum: http://www.asterisk.org/downloads/yum No need to compile and updates are part of the normal yum update. Theo