Hello
I'm trying to install OM in a Debian Wheezy following the tutorial:
https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.1.1%20on%20Debian64%20Wheezy.pdf?version=1&modificationDate=1380291632000&api=v2I have problems installing ffmpeg.
Once the installation has finished, when I execute ffmpeg -version or any option of ffmpeg I get this error:
ffmpeg: error while loading shared libraries: libx264.so.142: cannot open shared object file: No such file or directory
Surfing the net I've read it could be a dependencies problem with x264.
Before installing ffmpeg I've installed x264 that seems works propertly.
The binaries ara accesible and the file libx264.so.142 is in:
/usr/adm/x264/libx264.so.142
/usr/local/lib/libx264.so.142
Both of them have 755 permisions.
I've tried to install x264 another time with no results (the installation finishes with no errors). The same as ffmepg.
¿Does anybody know what could be the problem?
Thanks in advance.