FS#30612 - [kdenlive] At startup kdenlive can not load the shared library libmlt.so.4

Attached to Project: Community Packages
Opened by kiko loche (kikoloche) - Monday, 09 July 2012, 11:12 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 12 July 2012, 08:50 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture x86_64
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:At startup kdenlive can not load the shared library libmlt.so.4


Additional info:
* package version(s): 0.9.2-1
* config and/or log files etc.


Steps to reproduce: Start kdenlive in a console windows and see the messages

This task depends upon

Closed by  Sergej Pupykin (sergej)
Thursday, 12 July 2012, 08:50 GMT
Reason for closing:  Fixed
Additional comments about closing:  kdenlive moved from staging
Comment by Bruno Figueroa Rodriguez (bfigueroa) - Tuesday, 10 July 2012, 15:46 GMT
I've fixed the same problem doing this: "ln -s /usr/lib/libmlt.so.5 /usr/lib/libmlt.so.4"
Comment by Egor Vakhromtsev (vem) - Tuesday, 10 July 2012, 17:28 GMT
Please do not make symlinks for libmlt.
MLT library was updated, but kdenlice package not yet.
Rebuild package is better way.
With yaourt you can do it with commands:

# this puts PKGBUILD in kdenlive directiry
yaourt -G kdenlive
cd kdenlive
makepkg
yaourt -U kdenlive-0.9.2-1-x86_64.pkg.tar.xz

After that you can remove created directory kdenlive:

cd ..
rm -rf kdenlive

Loading...