Hi everyone,<div><br></div><div>I just lunched a CentOS VM in Proxmox and used the Digium repository to install Asterisk using &quot;yum install asterisk16&quot;...and it works great. Runs and it seems to have installed ztdummy as well without the need to touch the host node. But when I try to compile Dahdi from source on the same VM to install Asterisk from source I get this:</div>

<div><br></div><div>#@root/usr/src/dahdi/: <b>make all</b></div><div><div>make -C linux all</div><div>make[1]: Entering directory `/usr/src/dahdi-linux-complete-2.4.1.2+2.4.1/linux&#39;</div><div>make -C drivers/dahdi/firmware firmware-loaders</div>

<div>make[2]: Entering directory `/usr/src/dahdi-linux-complete-2.4.1.2+2.4.1/linux/drivers/dahdi/firmware&#39;</div><div>make[2]: Leaving directory `/usr/src/dahdi-linux-complete-2.4.1.2+2.4.1/linux/drivers/dahdi/firmware&#39;</div>

<div><b>You do not appear to have the sources for the 2.6.32-4-pve kernel installed.</b></div><div>make[1]: *** [modules] Error 1</div><div>make[1]: Leaving directory `/usr/src/dahdi-linux-complete-2.4.1.2+2.4.1/linux&#39;</div>

<div>make: *** [all] Error 2</div></div><div><br></div><div>It seems that everyone is suggesting to install Dahdi on Host Node and then do modprobe ztdummy to get Dahdi running in VPS. Well, what is different between source install and repository install which doesn&#39;t need me to touch Host Node at all? I would rather not touch the Host Node at all and get a setup running just like Digium repository does.</div>

<div><br></div><div>Any feedback is much appreciated.</div>