Installing FreePBX on Debian Wheezy help

when I try to install the required bits, I get this error:
Reading state information… Done
E: Unable to locate package linux-headers-3.4.24-a10-aufs
E: Couldn’t find any package by regex ‘linux-headers-3.4.24-a10-aufs’

Any help is appreciated.

I am not sure how this relates to FreePBX but it looks like you may be using instructions geared towards a specific distro possibly something Debian related.

yes, it is in reference to this:
http://wiki.freepbx.org/display/HTGS/Installing+FreePBX+on+Debian+Wheezy
When I try to install the dependencies, I get the error above.

Sorry so I assume “cubiboard” ( I fixed the post subject) is some sort of auto correct
The repo may only have the base kernel headers which doesn’t match your full kernel string

Try ‘apt-cache search linux-headers-3.4.24’ to see what is availible.

Use

apt-get install kernel-headers

it is a meta package that will install the correct headers for your running kernel (if available).

yes, it is in reference to this:
http://wiki.freepbx.org/display/HTGS/Installing+FreePBX+on+Debian+Wheezy
When I try to install the dependencies, I get the error above.

nothing comes back.

root@raspberrypi:/# apt-cache search linux-headers-3.4.24
root@raspberrypi:/#

root@raspberrypi:/# apt-get install kernel-headers
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package kernel-headers
root@raspberrypi:/#

Then it is not available, this is controlled by the repos you have defined in /etc/apt/sources* structure, If you use Raspberry repos look into RasPBX it will do all the heavy lifting for you.