# No old dusty things there : $ ls -la /usr/local/lib total 12 drwxr-xr-x 3 root root 4096 2011-10-12 17:47 . drwxr-xr-x 9 root root 4096 2012-02-24 00:21 .. drwxrwsr-x 4 root staff 4096 2011-10-12 17:47 python2.7
# updatedb done, let's see : $ locate libavcodec.so /usr/lib/libavcodec.so.53 (symlink to below) /usr/lib/libavcodec.so.53.6.0 /usr/lib/i686/cmov/libavcodec.so.53 (symlink to below) /usr/lib/i686/cmov/libavcodec.so.53.6.0 # I don't know why I have thoses files in both places... # I don't know what cmov is. # Anyway : $ readelf -Ws /usr/lib/libavcodec.so.53.6.0|grep avcodec_init 1476: 003cfeb0 31 FUNC GLOBAL DEFAULT 12 avcodec_init@@LIBAVCODEC_53 $ readelf -Ws /usr/lib/i686/cmov/libavcodec.so.53.6.0|grep avcodec_init 1476: 003d0330 31 FUNC GLOBAL DEFAULT 12 avcodec_init@@LIBAVCODEC_53 # So, this seems to be something else to dig! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/942166 Title: Stabilizing: symbol lookup error: /usr/lib/transcode/import_ffmpeg.so: undefined symbol: avcodec_init To manage notifications about this bug go to: https://bugs.launchpad.net/medibuntu/+bug/942166/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
