Community Documentation

One more step

Last updated June 30, 2008. Created by nadernassar on June 30, 2008.
Log in to edit this page.

Hello,
The doc above is very helpful and very inclusive.
One little thing I would add is you need to make sure that /usr/local/lib is listed in /etc/ld.so.conf in order to avoid getting this error
( ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory )

All you need to do is
vi /etc/ld.so.conf

paste
/usr/local/lib

save,

then do

ldconfig

About this page

Drupal version
Drupal 5.x, Drupal 6.x

Tutorials and site recipes

Drupal’s online documentation is © 2000-2013 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License. Comments on documentation pages are used to improve content and then deleted.