[Bug 10286] New: 64-bit ldconfig does not load from /usr/local/lib
bugzilla at busybox.net
bugzilla at busybox.net
Fri Sep 1 09:21:05 UTC 2017
https://bugs.busybox.net/show_bug.cgi?id=10286
Bug ID: 10286
Summary: 64-bit ldconfig does not load from /usr/local/lib
Product: uClibc
Version: 0.9.33.2
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Shared Library Support
Assignee: unassigned at uclibc.org
Reporter: john.frankish at outlook.com
CC: uclibc-cvs at uclibc.org
Target Milestone: ---
Using uClibc-0.9.33.2 - compiling 32-bit works as expected.
Compiling 64-bit, uClibc ldconfig will not load libs from /usr/local/lib, even
though it is present in /etc/ld.so.conf
In addition, "ldconfig -p" does not seem to work correctly:
$ ldconfig -p | tail -2
libEGL.so (unknown) => /usr/local/lib/libEGL.so
ld-linux-x86-64.so.2 (unknown) => /lib/ld-linux-x86-64.so.2
..whereas glibc ldconfig gives:
$ ldconfig -p | tail -2
libEGL.so (libc6,x86-64) => /usr/local/lib/libEGL.so
ld-linux-x86-64.so.2 (ELF,x86-64) => /lib/ld-linux-x86-64.so.2
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the uClibc-cvs
mailing list