[Ffmpeg-devel] error while loading shared libraries:libfaac.so.0: cannot open shared object file: No such file or directory

Luca Abeni lucabe72
Sun Aug 6 11:47:15 CEST 2006


Hi James,

On Sat, 2006-08-05 at 11:35 -0700, James Simmons wrote:
> I am attempting to compile ffmpeg with the following configure options:
> 
> --enable-gpl --enable-xvid --enable-faac
> 
> I have the latest xvid and faac libraies compiled from source and
> installed in /usr/local/lib.  ffmpeg is the very latest in Subversion.
> There are no compile errors in ffmpeg or the two libraries.
> However, when I try running ffmpeg I get the following error message:
> 
> ./ffmpeg: error while loading shared libraries: libfaac.so.0: cannot open shared object file: No such file or directory
> 
> Now the file libfaac.so.0 is in fact in /usr/local/lib
[...]
What hapens if you type
export LD_LIBRARY_PATH=/usr/local/lib
before running ffmpeg?
If it works, then there is a setup problem on your side


				Luca





More information about the ffmpeg-devel mailing list