Hello Megan, Most recent instructions for ffmpeg at Ubuntu are available here: https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu Most recent instructions for installing OM by Alvaro are here: https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
Also there is Docker available: https://github.com/openmeetings/openmeetings-docker On Wed, Apr 12, 2017 at 1:27 AM, Megan Sims <[email protected]> wrote: > I am new to Linux and therefor also new to OpenMeetings. So I apologize in > advance if any of my questions are so very elementary it hurts.. I’ve been > spinning my wheels for a little too long, and figured it was time to > finally reach out for help. > > > > I’ve been trying for several weeks to install open meetings. I’ve > attempted this install in 2 separate virtual machines with fresh installs > of Ubuntu 16.04. On instance one, I followed the instructions provided > by OpenMeetings.Apache.org. > > > > On the first virtual machine, before the most recent update, I had issues > with FFmpeg installing correctly using the script referenced in the > instructions, so I installed it using sudo apt-get install ffmpeg. Once I > finished the instructions, set up the initial install preferences, I logged > in and would get error on playback recordings. It was determined that it > was due to not having libfdk_aac support because of using apt-get and not > the compiled source code. > > > > In the second virtual machine (again, fresh install of Ubuntu 16.04 and > now finally on OpenMeetings 3.2.1), following the instructions again, but > verbatim, I am unable to get the install script for FFmpeg to successfully > install without “No such file or directory” errors at the end like below (I > cut out a lot of the preceding lines for size’s sake). If I proceed through > the instructions, ignoring this issue, I am still able to start the initial > set up of OpenMeetings, but it is unable to find the ffmpeg files to allow > me to begin using the software. > > > > test . = "." || test -z "" || rm -f > > rm -f config.h stamp-h1 > > rm -f libtool config.lt > > rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags > > make[1]: Leaving directory '/home/megan/ffmpeg_sources/lame-3.99.5' > > rm -f config.status config.cache config.log configure.lineno > config.status.lineno > > rm -f Makefile > > ./ffmpeg.sh: 41: cd: can't cd to opus-*/ > > ./ffmpeg.sh: 42: ./ffmpeg.sh: ./configure: not found > > ./ffmpeg.sh: 44: cd: can't cd to libvpx-*/ > > ./ffmpeg.sh: 45: ./ffmpeg.sh: ./configure: not found > > ./ffmpeg.sh: 46: ./ffmpeg.sh: --disable-unit-tests: not found > > ./ffmpeg.sh: 48: cd: can't cd to ffmpeg > > ./ffmpeg.sh: 50: ./ffmpeg.sh: ./configure: not found > > ./ffmpeg.sh: 52: ./ffmpeg.sh: --bindir=/home/megan/bin: not found > > ./ffmpeg.sh: 53: ./ffmpeg.sh: --enable-libmp3lame: not found > > ./ffmpeg.sh: 54: ./ffmpeg.sh: --enable-libx264: not found > > ./ffmpeg.sh: 56: cd: can't cd to /home/megan/bin > > cp: cannot stat 'ffmpeg': No such file or directory > > cp: cannot stat 'ffprobe': No such file or directory > > cp: cannot stat 'ffplay': No such file or directory > > cp: cannot stat 'ffserver': No such file or directory > > cp: cannot stat 'vsyasm': No such file or directory > > cp: cannot stat 'x264': No such file or directory > > cp: cannot stat 'yasm': No such file or directory > > cp: cannot stat 'ytasm': No such file or directory > > cp: cannot stat 'x265': No such file or directory > > FFmpeg Compilation is Finished! > > > > > > > > Thoughts, recommendations? > -- WBR Maxim aka solomax
