[Kdenlive-devel] kdenlive4 compilation issue on ubuntu 8.04

jb jb at kdenlive.org
Sat Jul 19 22:48:13 UTC 2008


On Sunday 20 July 2008 00:31:21 reinhard wrote:
> On Sun, 2008-07-20 at 00:22 +0200, jb wrote:
> > On Sunday 20 July 2008 00:10:31 reinhard wrote:
> > > OK, I did make clean in kdenlive dir, the error is gone, but kdenlive
> > > crashed:
> > >
> > > kdenlive(19074) MainWindow::parseProfiles: RESULTINGÂ MLT PATH:
> > > "/home/reinhard/build/kdenlive4/share/mlt/profiles/"
> > > KCrash: crashing... crashRecursionCounter = 2
> > > KCrash: Application Name = kdenlive path = <unknown> pid = 19074
> >
> > Is your MLT install working ? looks like your mlt is installed in:
> > /home/reinhard/build/kdenlive4/
> >
> > So you should have the inigo command line player in:
> > /home/reinhard/build/kdenlive4/bin/inigo
>
> Yes.
>
> > Try playing a video file with a command like this:
> > /home/reinhard/build/kdenlive4/bin/inigo myvideo.mpg
> >
> > Does it work, do you get any error message ?
>
> I get - as you expected ;)
>
> /home/reinhard/build/kdenlive4/bin/inigo: error while loading shared
> libraries: libmlt.so.0: cannot open shared object file: No such file or
> directory
>

Might be a problem with your library path...
Could you try to enter the 2 following lines in a terminal before starting 
inigo to see if it fixes your problem:

export LD_LIBRARY_PATH=/home/reinhard/build/kdenlive4/lib:$LD_LIBRARY_PATH
export PATH=/home/reinhard/build/kdenlive4/bin:$PATH
inigo myvideo.mpg

If it works, you should be also be able to start kdenlive from the same 
terminal.

jb




More information about the Kdenlive mailing list