Dear all, I've purchased a Cubieboard to connect with a URI and app_rpt. I've been attempting to compile the software using Fedora 18 (for Cubieboard), largely step-by-step with phase1.sh, and using a slightly modified phase2.sh. All went well with phase1.sh but I have an error with the phase2.sh script - the output is as follows: ... Generating input for menuselect ... make[1]: Entering directory `/usr/src/astsrc/zaptel' echo "You do not appear to have the sources for the 3.4.24-1.0.a10.fc18.armv7hl.a10 kernel installed." You do not appear to have the sources for the 3.4.24-1.0.a10.fc18.armv7hl.a10 kernel installed. exit 1 make[1]: *** [modules] Error 1 make[1]: Leaving directory `/usr/src/astsrc/zaptel' make: *** [all] Error 2 Failure: Unable to compile Zaptel 2 Fatal error: Unable to install Asterisk! I checked the kernel headers, and these are later than those shown above; [root@cubie-f18-v7hl ~]# yum -y install kernel-devel kernel-headers Loaded plugins: langpacks, presto, refresh-packagekit Package kernel-imx-devel-3.6.10-8.fc18.armv7hl already installed and latest version Package kernel-headers-3.9.4-200.fc18.armv7hl already installed and latest version Nothing to do I think that the obvious thing is to install the above kernel sources, but I'm not quite certain how to do this> Can someone point me in the right direction? Or suggest a workaround? Thanks Peter