Sweet action. That worked. Thank you!!!
# cd /usr/lib && ln -s /usr/local/lib/libx264.so.140 . && ln -s /usr/local/lib/libx264.so . && ffmpeg -version ffmpeg version 2.0.1 built on Dec 11 2013 16:11:52 with gcc 4.7 (Debian 4.7.2-5) configuration: --enable-libmp3lame --enable-libxvid --enable-libvorbis --enable-libgsm --enable-libfaac --enable-gpl --enable-nonfree --enable-libx264 libavutil 52. 38.100 / 52. 38.100 libavcodec 55. 18.102 / 55. 18.102 libavformat 55. 12.100 / 55. 12.100 libavdevice 55. 3.100 / 55. 3.100 libavfilter 3. 79.101 / 3. 79.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 -----Original Message----- From: Michael Wuttke [mailto:[email protected]] Sent: Thursday, December 12, 2013 6:22 AM To: [email protected] Subject: Re: error while following OM2.1.1 Debian64 Wheezy tutorial Hell Jonathan, I installed x264 and ffmpeg like Stephen described in his tutorial. I've got the same error message like you. I created two symbolic links: cd /usr/lib ln -s /usr/local/lib/libx264.so libx264.so ln -s /usr/local/lib/libx264.so.140 libx264.so.140 And this works for me. ;-) Greetings; Michael Am 12.12.2013 02:12, schrieb Jonathan Lowsley: > Hi, > I am meticulously following the Tutorial for installing OpenMeetings > called "Installing OM2.1.1 on Debian64 Wheezy.pdf" dated 27/09/2013 > written by Stephen Cottham. Something is going wrong in Step 6, and > when I test ffmpeg it errors: > > # ffmpeg -version > ffmpeg: error while loading shared libraries: libx264.so.140: cannot > open shared object file: No such file or directory > > here's the pdf tutorial I'm following: > https://cwiki.apache.org/confluence/download/attachments/27838216/Inst > al > ling+OM2.1.1+on+Debian64+Wheezy.pdf?version=1&modificationDate=1380291 > ling+63 > 2000 > > here's console output of steps 5 and 6: http://pastebin.com/rAtvqJ8U > > Any help would be greatly appreciated! > > Thanks, > Jonathan
