Hello Mark, what kernel (kernel-headers) do you have installed?
You can check this with the following command: dpkg -l | grep linux-headers If you do not have any kernel-headers installed look for your kernel-version with: uname -r and install the right kernel-headers. You can search the headers with: apt-cache search linux-headers Greetings, Michael Am 14.12.13 18:34, schrieb Mark Lin: > Hello, > I'm trying to set sip according - > http://openmeetings.apache.org/red5sip-integration_3.0.html > but in second line i get - > sudo apt-get install build-essential linux-headers-`uname -r` libxml2-dev > libncurses5-dev libsqlite3-dev sqlite3 openssl libssl-dev > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Unable to locate package linux-headers-2.6.32-042stab079.6 > E: Couldn't find any package by regex 'linux-headers-2.6.32-042stab079.6' > > Is it ok? > > Thank you >
