Hi cenwen,

Damn and I did search for dupes too.

$ ls /usr/lib/*libmlt*
/usr/lib/libmlt.so.0.4.10    /usr/lib/libmlt.so.2
/usr/lib/libmlt++.so.0.4.10  /usr/lib/libmlt++.so.3

$ ls -l /usr/lib/*libmlt*
-rw-r--r-- 1 root root 129528 2010-02-13 00:34 /usr/lib/libmlt.so.0.4.10
-rw-r--r-- 1 root root 122752 2010-02-13 00:34 /usr/lib/libmlt++.so.0.4.10
lrwxrwxrwx 1 root root     16 2010-03-08 18:06 /usr/lib/libmlt.so.2 -> 
libmlt.so.0.4.10
lrwxrwxrwx 1 root root     18 2010-03-08 18:06 /usr/lib/libmlt++.so.3 -> 
libmlt++.so.0.4.10

So though there is a ling for  /usr/lib/libmlt++.so.3 there is no link
for  /usr/lib/libmlt++.so.2 to /usr/lib/libmlt.so.0.4.10. Maybe there's
an API change between .2 and .3 ?

$ python
Python 2.6.4+ (r264:75706, Feb 16 2010, 02:54:39) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mlt
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/dist-packages/mlt.py", line 7, in <module>
    import _mlt
ImportError: libmlt++.so.2: cannot open shared object file: No such file or 
directory
>>>

-- 
Openshot fails to import mlt and then fails to start
https://bugs.launchpad.net/bugs/537431
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to