Thank you very much, i found it and install' so now i'm trying to compile red5 sip but build failed...
cd /usr/adm $Commands svn checkout http://red5phone.googlecode.com/svn/branches/red5sip_2.1 cd red5sip_2.1 root16121:/usr/adm# cd red5sip_2.1 root16121:/usr/adm/red5sip_2.1# $Commands /usr/adm/apache-ant-1.9.0/bin/ant clean.all Buildfile: /usr/adm/red5sip_2.1/build.xml BUILD FAILED Target "clean.all" does not exist in the project "red5sip". Total time: 0 seconds root16121:/usr/adm/red5sip_2.1# $Commands /usr/adm/apache-ant-1.9.0/bin/ant -Ddb=mysql ... vac] // Recebe um array de byte de 20 ou 30 posi??????es [javac] ^ [javac] /usr/adm/red5sip_2.1/src/java/org/red5/codecs/g729/Encoder.java:23: unmappable character for encoding ASCII [javac] // posi??????es [javac] ^ [javac] /usr/adm/red5sip_2.1/src/java/org/red5/codecs/g729/Encoder.java:23: unmappable character for encoding ASCII [javac] // posi??????es [javac] ^ [javac] /usr/adm/red5sip_2.1/src/java/org/red5/codecs/g729/Encoder.java:23: unmappable character for encoding ASCII [javac] // posi??????es [javac] ^ [javac] /usr/adm/red5sip_2.1/src/java/org/red5/codecs/g729/Encoder.java:23: unmappable character for encoding ASCII [javac] // posi??????es [javac] ^ [javac] /usr/adm/red5sip_2.1/src/java/org/red5/codecs/g729/Encoder.java:23: unmappable character for encoding ASCII [javac] // posi??????es [javac] ^ [javac] /usr/adm/red5sip_2.1/src/java/org/red5/codecs/g729/Encoder.java:23: unmappable character for encoding ASCII [javac] // posi??????es [javac] ^ [javac] 12 errors BUILD FAILED /usr/adm/red5sip_2.1/build.xml:80: Compile failed; see the compiler error output for details. Total time: 8 seconds Thank you 2013/12/14 Michael Wuttke <mwut...@beuth-hochschule.de> > 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 > > >