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 > > > > > > > > > > > > > > > > > > >
