Am Donnerstag, 26. Juni 2008 schrieb Hans Krueger: > I having problems with kdenlive crashing when I try and load it > Suse 10.3 > acer laptop travelmate 2480-2968 > > [EMAIL PROTECTED]:~> rpm -q kdenlive mlt mlt++ etc etc > > > kdenlive-0.6.0-1791.pm.svn20080105 > > mlt-0.2.4-0.pm.3 > > mlt++-0.2.2-0.pm.8 > > cat /etc/SuSE-release > > > openSUSE 10.3 (i586) > > VERSION = 10.3 > > find /usr -name libmltavformat.so > can't find it > but it is their > linuxlaptop:/usr/share/mlt/modules # find /usr -name libmltavformat.so > /usr/share/mlt/modules/libmltavformat.so > > linuxlaptop:/home/hans # rpm -ql mlt | grep avformat > /usr/share/mlt/modules/libmltavformat.so > > linuxlaptop:/home/hans # rpm -qa | grep ffmpeg > libffmpeg0-0.4.9.13782-1.2 > ffmpeg-0.4.9.13782-1.2 > > > > > > backtrace > System configuration startup check disabled. > > [?1034hUsing host libthread_db library "/lib/libthread_db.so.1". > [Thread debugging using libthread_db enabled] > [New Thread 0xb6843aa0 (LWP 13735)] > [KCrash handler] > #6 mlt_properties_set_int (this=0x0, name=0xb65e094f "forced", value=3) > at mlt_properties.c:275 > #7 0xb65e0343 in consumer_start (parent=0x85a8cd0) at > consumer_sdl_still.c:158 > #8 0xb6d0909f in mlt_consumer_start (this=0x85a8cd0) at mlt_consumer.c:230 > #9 0xb65de784 in consumer_start (parent=0x860a1e0) > at consumer_sdl_preview.c:208 > #10 0xb6d0909f in mlt_consumer_start (this=0x860a1e0) at mlt_consumer.c:230 > #11 0xb6d1da12 in Mlt::Consumer::start () from /usr/lib/libmlt++.so.0.2.4 > #12 0x081a71dd in KRender::start () > #13 0x081597a6 in Gui::KdenliveApp::activateClipMonitor () > #14 0x081597e2 in Gui::KdenliveApp::initMonitors () > #15 0x0818078b in Gui::KdenliveApp::KdenliveApp () > #16 0x081c5e74 in main () > > from the command line > [EMAIL PROTECTED]:~> kdenlive > Failed to load plugin: /usr/share/mlt/modules/libmltavformat.so: > undefined symbol: av_free_static > Failed to load plugin: /usr/share/mlt/modules/libmltavformat.so: > undefined symbol: av_free_static > Failed to load plugin: /usr/share/mlt/modules/libmltavformat.so: > undefined symbol: av_free_static > KCrash: Application 'kdenlive' crashing... > > th > linuxlaptop:/home/hans # rpm -qa | grep fmpeg > libffmpeg0-0.4.9.13782-1.2 > ffmpeg-0.4.9.13782-1.2 > thanks for the help
as I told you already: normally this plugin is installed in /usr/share/mlt/modules/libmltavformat.so so do a check if this file exists. ==> find /usr -name libmltavformat.so and this module is part of the package mlt: ==> rpm -ql mlt | grep avformat should prompt: /usr/share/mlt/modules/libmltavformat.so the missing symbols av_free_static are from ffmpeg, so the question is: did you install libffmpeg0 and/ffmpeg from packman or from videolan ? ==> rpm -qa | grep ffmpeg should result in: libffmpeg0-0.4.9-10.pm.svn20080512 ffmpeg-0.4.9-10.pm.svn20080512 so your ffmpeg version is not from packman ... and it seems your installation of the package mlt is borked, so do a reinstall. The module is part of this package... -- have fun Toni _______________________________________________ Packman mailing list [email protected] http://212.112.227.138/cgi-bin/mailman/listinfo/packman
