On Thu, Jun 5, 2008 at 11:14 AM, Alexander Kern <alex.kern at gmx.de> wrote: > selfcompiled from svn > > mlt_repository.c, mlt_repository_init: failed to > dlopen /usr/lib64/mlt/libmltavformat.so > > /usr/lib64/mlt/libmltavformat.so is present and valid > > do know anybody how to debug dlopen failure?
ldd the .so ldd a build of ffmpeg utility that comes from the same source snapshot. What are the missing dependencies in libmltavformat.so?