[Bug 384764] Re: /usr/lib/i686/cmov searched before /usr/local/lib
Launchpad Bug Tracker
384764 at bugs.launchpad.net
Sun Jun 12 04:18:15 UTC 2011
[Expired for eglibc (Ubuntu) because there has been no activity for 60
days.]
** Changed in: eglibc (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to eglibc in Ubuntu.
https://bugs.launchpad.net/bugs/384764
Title:
/usr/lib/i686/cmov searched before /usr/local/lib
Status in “eglibc” package in Ubuntu:
Expired
Bug description:
I have built ffmpeg from source on my system in order to get
facilities not available in the Ubuntu versions (including
"unstripped"). I use the default configuration, which installs
libraries under /usr/local/lib.
However, when /usr/local/bin/ffmpeg is run, the various libraries such
as libavcodec and libavutil are still linked from /usr/lib/i686/cmov.
Unfortunately, the way that these paths are searched is not documented
as far as I can see, but it is surely wrong that something under
/usr/lib is searched before /usr/local/lib, as on my system I have the
default library search order, i.e.:
$ cat /etc/ld.so.conf
include /etc/ld.so.conf.d/*.conf
$ cat /etc/ld.so.conf.d/*.conf
# Multiarch support
/lib/i486-linux-gnu
/usr/lib/i486-linux-gnu
/usr/lib/alsa-lib
# libc default configuration
/usr/local/lib
Note that /usr/lib is not mentioned in any of the conf files, so
according to ld.so(8) it should only be searched after the directories
that are mentioned. (On my system at least, /lib/i486-linux-gnu and
/usr/lib/i486-linux-gnu are empty.)
ProblemType: Bug
Architecture: i386
Dependencies:
libgcc1 1:4.3.3-5ubuntu4
gcc-4.3-base 4.3.3-5ubuntu4
findutils 4.4.0-2ubuntu4
libc6 2.9-4ubuntu6
DistroRelease: Ubuntu 9.04
Package: libc6 2.9-4ubuntu6
ProcEnviron:
PATH=(custom, user)
LANG=en_GB.UTF-8
SHELL=/bin/bash
SourcePackage: glibc
Uname: Linux 2.6.28-11-generic i686
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/384764/+subscriptions
More information about the foundations-bugs
mailing list