I followed the Ubuntu instructions to install kdenlive 0.9:
sudo add-apt-repository ppa:sunab/kdenlive-release && sudo apt-get update && sudo apt-get install kdenlive
I then tried to run kdenlive and it complained about needing mlt 0.7.6, so I upgraded mlt and libmlt to 0.7.8. After that, kdenlive 0.9.0 starts up fine, but when I try to do anything, like add a clip or click the New... button, kdenlive hangs.
I found this thread http://kdenlive.org/forum/linuxmint-12-newbie-installation-mlt-errors and tried uninstalling kdenlive, mlt, and libmlt, followed by reinstalling everything from the svn repository: ppa:sunab/kdenlive-svn.
Again, the install completed with no errors, but when I run kdenlive, I get the same problem -- it hangs when I try to do anything with it.
Thanks in advance for any help. For now, I am unable to run kdenlive, and wouldn't you know it, I am in vital need of it at this particular moment.

thinkmate bin # sudo dpkg --get-selections | grep mlt
libmlt++3 install
libmlt-data install
libmlt4 deinstall
libmlt5 install
thinkmate bin # ls -la /usr/lib/libmlt*
-rw-r--r-- 1 root root 154120 2012-04-20 04:36 /usr/lib/libmlt.so.0.7.9
-rw-r--r-- 1 root root 118784 2012-04-20 04:36 /usr/lib/libmlt++.so.0.7.9
lrwxrwxrwx 1 root root 17 2012-04-20 04:36 /usr/lib/libmlt++.so.3 -> libmlt++.so.0.7.9
lrwxrwxrwx 1 root root 15 2012-04-20 04:36 /usr/lib/libmlt.so.5 -> libmlt.so.0.7.9
thinkmate bin # ls -la /usr/local/lib/libmlt*
ls: cannot access /usr/local/lib/libmlt*: No such file or directory
thinkmate bin # melt color:red
pops up a red window
Thanks for offering help.
Rick