You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Jonathan Lowsley <jl...@BERKCOM.com> on 2013/12/12 02:12:28 UTC

error while following OM2.1.1 Debian64 Wheezy tutorial

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/Instal
ling+OM2.1.1+on+Debian64+Wheezy.pdf?version=1&modificationDate=138029163
2000

here's console output of steps 5 and 6: http://pastebin.com/rAtvqJ8U

Any help would be greatly appreciated!

Thanks,
Jonathan

RE: error while following OM2.1.1 Debian64 Wheezy tutorial

Posted by Stephen Cottham <St...@robertbird.com.au>.
I'll take a look at the procedure shortly, it had been working for me but will double check.

In the mean time you can follow the guide suggested by Maxim for the FFMPEG install with x264 support and the continue with the rest of the guide.

https://trac.ffmpeg.org/wiki/UbuntuCompilationGuide

Cheers

Stephen


Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 633 2880 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile:  +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. 

Disclaimer added by CodeTwo Exchange Rules	
http://www.codetwo.com	

-----Original Message-----
From: Jonathan Lowsley [mailto:jlowsley@BERKCOM.com] 
Sent: 12 December 2013 01:12
To: user@openmeetings.apache.org
Subject: error while following OM2.1.1 Debian64 Wheezy tutorial

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/Instal
ling+OM2.1.1+on+Debian64+Wheezy.pdf?version=1&modificationDate=138029163
2000

here's console output of steps 5 and 6: http://pastebin.com/rAtvqJ8U

Any help would be greatly appreciated!

Thanks,
Jonathan


Re: error while following OM2.1.1 Debian64 Wheezy tutorial

Posted by Stefan <bo...@cimpeanu.org>.
My previous Debian experiences led to this solution:
- when compiling x264, use ./configure --enable-static
- use apt to install libx264-dev and libx264-version_numer_here

ffmpeg will compile well after that.

Regards, Bogdan

On 12/12/2013 3:17 AM, Maxim Solodovnik wrote:
>
> I would recommend to follow this guide:
> https://trac.ffmpeg.org/wiki/UbuntuCompilationGuide
>
> On Dec 12, 2013 8:12 AM, "Jonathan Lowsley" <jlowsley@berkcom.com
> <ma...@berkcom.com>> wrote:
>
>     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/Instal
>     ling+OM2.1.1+on+Debian64+Wheezy.pdf?version=1&modificationDate=138029163
>     2000
>
>     here's console output of steps 5 and 6: http://pastebin.com/rAtvqJ8U
>
>     Any help would be greatly appreciated!
>
>     Thanks,
>     Jonathan
>


Re: error while following OM2.1.1 Debian64 Wheezy tutorial

Posted by Maxim Solodovnik <so...@gmail.com>.
I would recommend to follow this guide:
https://trac.ffmpeg.org/wiki/UbuntuCompilationGuide
 On Dec 12, 2013 8:12 AM, "Jonathan Lowsley" <jl...@berkcom.com> wrote:

> 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/Instal
> ling+OM2.1.1+on+Debian64+Wheezy.pdf?version=1&modificationDate=138029163
> 2000
>
> here's console output of steps 5 and 6: http://pastebin.com/rAtvqJ8U
>
> Any help would be greatly appreciated!
>
> Thanks,
> Jonathan
>

RE: error while following OM2.1.1 Debian64 Wheezy tutorial

Posted by Jonathan Lowsley <jl...@BERKCOM.com>.
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:mwuttke@beuth-hochschule.de] 
Sent: Thursday, December 12, 2013 6:22 AM
To: user@openmeetings.apache.org
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

Re: error while following OM2.1.1 Debian64 Wheezy tutorial

Posted by Michael Wuttke <mw...@beuth-hochschule.de>.
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/Instal
> ling+OM2.1.1+on+Debian64+Wheezy.pdf?version=1&modificationDate=138029163
> 2000
> 
> here's console output of steps 5 and 6: http://pastebin.com/rAtvqJ8U
> 
> Any help would be greatly appreciated!
> 
> Thanks,
> Jonathan