Try to follow this manual https://trac.ffmpeg.org/wiki/UbuntuCompilationGuide works perfectly
On Mon, Mar 31, 2014 at 4:17 PM, Mark Lin <[email protected]> wrote: > Hello Maxim & Alevaro, > i have Custom VPS - Debian 6 Linux installed with OM, > it is my first time with ubuntu-12.04-x86_64 > > /usr/adm# cd ffmpeg-1.1.3 > root@vps-1152797-20429:/usr/adm/ffmpeg-1.1.3# ./configure --enable-gpl > --enable-libass --enable-libfaac --enable-libfdk-aac --enable-libmp3lame > --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libspeex > --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx > --enable-libx264 --enable-nonfree --enable-version3 --enable-libxvid > --enable-libgsm > ERROR: libfdk_aac not found > > so install it from wget > http://sourceforge.net/projects/opencore-amr/files/fdk-aac/fdk-aac-0.1.0.tar.gz > > tar xzvf fdk-aac-0.1.0.tar.gz > cd fdk-aac-0.1.0 > ./configure > make > sudo checkinstall --pkgname=fdk-aac --pkgversion="0.1.0" --backup=no > --deldoc=yes \ > --fstrans=no --default > > ldconfig > > no problems during installation of libfdk_aac > > i tried to install ffmpeg, but get the same result... ERROR: libfdk_aac > not found. > of course i tried follow Maxim (without ERROR: libfdk_aac not found as you > can see) > > > 2014-03-31 8:47 GMT+02:00 Maxim Solodovnik <[email protected]>: > >> --enable-x11grab should be added for desktop versions only >> > > > On Mon, Mar 31, 2014 at 1:42 PM, Alvaro <[email protected]> wrote: > >> Mark, you must type in only one line all this: >> >> ./configure --enable-gpl --enable-libass --enable-libfaac >> --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb >> --enable-libopencore-amrwb --enable-libspeex --enable-librtmp >> --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab >> --enable-libx264 --enable-nonfree --enable-version3 --enable-libxvid >> --enable-libgsm >> >> Is the first time you make an installation of OpenMeetings? >> >> Regards >> >> ........................................... >> >> >> >> El dom, 30-03-2014 a las 22:26 +0200, Mark Lin escribió: >> > Thank you sir for your help, i do not remember so i start again and >> > everything is ok until ffmpeg - >> > 797-20429:/usr/adm/ffmpeg-1.1.3# ./configure --enable-gpl >> > --enable-libass --enable-libfaac --enable-libfdk-aac \ >> > Unknown option "". >> > See ./configure --help for available options. >> > root@vps--20429:/usr/adm/ffmpeg-1.1.3# --enable-libmp3lame >> > --enable-libopencore-amrnb --enable-libopencore-amrwb \ >> > -bash: --enable-libmp3lame: command not found >> > root@vps-20429:/usr/adm/ffmpeg-1.1.3# --enable-libspeex >> > --enable-librtmp --enable-libtheora --enable-libvorbis \ >> > -bash: --enable-libspeex: command not found >> > root@vps--20429:/usr/adm/ffmpeg-1.1.3# --enable-libvpx >> > --enable-x11grab --enable-libx264 --enable-nonfree --enable-version3 \ >> > -bash: --enable-libvpx: command not found >> > root@vps--20429:/usr/adm/ffmpeg-1.1.3# --enable-libxvid >> > --enable-libgsm >> > -bash: --enable-libxvid: command not found >> > >> > >> > so i tried >> > to http://superuser.com/questions/467774/how-to-install-libfaac-dev... >> > sudo nano /etc/apt/sources.list >> > >> > >> > deb http://eu-west-1.ec2.archive.ubuntu.com/ubuntu/ precise multiverse >> > deb-src http://eu-west-1.ec2.archive.ubuntu.com/ubuntu/ precise >> > multiverse >> > deb http://eu-west-1.ec2.archive.ubuntu.com/ubuntu/ precise-updates >> > multiverse >> > deb-src http://eu-west-1.ec2.archive.ubuntu.com/ubuntu/ >> > precise-updates multiverse >> > >> > >> > apt-get update >> > >> > >> > but get the same error >> > >> > >> > >> > >> > 2014-03-30 8:52 GMT+02:00 Alvaro <[email protected]>: >> > Mark, do you make all this step? >> > >> > cd /usr/adm >> > >> > wget >> > http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz >> > >> > >> > tar xzvf yasm-1.2.0.tar.gz >> > >> > cd yasm-1.2.0 >> > >> > ./configure >> > >> > make >> > >> > (Everything it of below in an alone line) >> > >> > checkinstall --pkgname=yasm --pkgversion="1.2.0" --backup=no >> > --deldoc=yes --fstrans=no --default >> > >> > ...do you? >> > >> > >> > .............................. >> > >> > >> > El dom, 30-03-2014 a las 08:07 +0200, Mark Lin escribió: >> > > Thank you sir, >> > > i continue with the tutorial with link >> > > -http://www.reucon.com/cdn/java/jdk-6u32-linux-x64.bin >> > > and java o/k, but now i'm facing problem with - >> > > cd /usr/adm >> > > wget >> > http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz >> > > >> > > >> > > result = ========================= Installation results >> > > =========================== >> > > /var/tmp/tmp.hexJUEEIW4/installscript.sh: >> > > 4: /var/tmp/tmp.hexJUEEIW4/installscript.sh: : not found >> > > >> > > >> > > **** Installation failed. Aborting package creation. >> > > >> > > >> > > Cleaning up...OK >> > > >> > > >> > > >> > > >> > > 2014-03-29 19:36 GMT+02:00 Alvaro <[email protected]>: >> > > ...this link is quick: >> > > >> > > >> > http://rfyiamcool.googlecode.com/files/jdk-6u32-linux-x64.bin >> > > >> > > >> > > ------------------- >> > > >> > > >> > > El sáb, 29-03-2014 a las 18:40 +0200, Mark Lin >> > escribió: >> > > >> > > > Hello, >> > > > trying to set java to my ubuntu-12.04-x86_64 >> > server >> > > according to >> > > > - >> > > >> > >> https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.x%20On%20Ubuntu64%20-%20Headless%20-%2012.10.pdf?version=1&modificationDate=1362051106000&api=v2 >> > > > >> > > > >> > > > cd /usr/adm >> > > > >> > > > wget --no-cookies --header "Cookie: gpw_e24=http% >> > 3A%2F% >> > > > 2Fwww.oracle.com%2F" \ >> > > > >> > > >> > >> http://download.oracle.com/otn-pub/java/jdk/6u32-b05/jdk-6u32-linux-x64.bin >> > > > >> > > > >> > > > -bash: >> > > > >> > > >> > >> http://download.oracle.com/otn-pub/java/jdk/6u32-b05/jdk-6u32-linux-x64.bin: >> No such file or directory >> > > > >> > > > >> > > >> > > >> > > >> > > >> > > >> > >> > >> > >> > >> > >> >> >> > > > -- > WBR > Maxim aka solomax > -- WBR Maxim aka solomax
