Public bug report changed: https://launchpad.net/malone/bugs/28557
Comment: I think the problem happens because drip is linked with both glib et glib2: $ objdump -x /usr/bin/drip | grep NEEDED | grep glib NEEDED libglib-2.0.so.0 NEEDED libglib-1.2.so.0 Looking at backtrave, drip seems to use gtk-1.2 with glib2.0 functions, I don't think it's good ! The problem is that needs gtk-1.2 but also needs sdl and avifile which seems to need glib-2.0. I don't know yet how to to solve this problem !! -- universe-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/universe-bugs
