Sunday, April 10, 2011

Fix Kdenlive libraries

Every now and then the Kdenlive libraries get ahead of themselves. This fixed my problem.

Open a terminal

kdenlive

You will get the following error:

kdenlive: error while loading shared libraries: libmlt.so.3

Here is how to fix it:

cd /usr/lib
sudo ln -s libmlt.so.0.7.0 /usr/lib/libmlt.so.3


Create a symbolic link as above.

Based upon this

No comments:

Post a Comment