FFmpeg problem after the installation
Posted by: Feriboy
Posted on: 2009-02-28 12:59:00
Hi!
I know there is a lot of ffmpeg thread but i didn't find the solution for my problem.
I followed the ffmpeg article in the dreamhost wiki and everything went fine. But when i'm trying to convert a video file i get this error message:
In reply to:/home/feriboy/bin/ffmpeg: error while loading shared libraries: libavdevice.so.52: cannot open shared object file: No such file or directory
my .bash_profile contains this:
In reply to:# ~/.bash_profile: executed by bash(1) for login shells.
umask 002
PS1='[\h]$ '
export PATH=/home/feriboy/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
export PATH=/home/feriboy/bin:/home/feriboy/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
export TMPDIR=$HOME/tmp
export PATH=$HOME/bin:$PATH
export LD_LIBRARY_PATH=$HOME/lib:/usr/local/lib:$LD_LIBRARY_PATH
export CPATH=$HOME/include:/usr/local/include:$CPATH
export LIBRARY_PATH=$HOME/lib:/usr/local/lib:$LIBRARY_PATH
Any ideas what went wrong? Should I compile my own php5 too? I just want to convert avi, mpg etc. to mp4 (x264)