Comment 5 for bug 942166

Revision history for this message
Nec (nicolas-ecarnot) wrote :

# 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!