From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16898 invoked by alias); 10 Jan 2013 11:22:37 -0000 Received: (qmail 16851 invoked by uid 48); 10 Jan 2013 11:22:09 -0000 From: "steve.mcintyre at linaro dot org" To: glibc-bugs@sourceware.org Subject: [Bug dynamic-link/15006] Libraries in ld.so.cache ignored by ld-linux-armhf.so.3 on armv6l Date: Thu, 10 Jan 2013 11:22:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: dynamic-link X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: steve.mcintyre at linaro dot org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2013-01/txt/msg00064.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=15006 --- Comment #10 from Steve McIntyre 2013-01-10 11:22:08 UTC --- (In reply to comment #2) > (In reply to comment #1) > > Hi, > > > > What does ldconfig -p say about your libraries? I'm guessing there's a mismatch > > of the hard-float / soft-float ABI flags here. > > ldconfig -p says: > libvcos.so (libc6) => /opt/vc/lib/libvcos.so > libvchiq_arm.so (libc6) => /opt/vc/lib/libvchiq_arm.so > ... > ld-linux-armhf.so.3 (ELF) => /lib/ld-linux-armhf.so.3 > > Also, I can simply make symlinks to the libraries in /usr/lib and it works > fine: > [root@0] [/] ln -s /opt/vc/lib/libvcos.so /usr/lib > [root@0] [/] ln -s /opt/vc/lib/libvchiq_arm.so /usr/lib > [root@0] [/] ldd /opt/vc/bin/vcgencmd > libvcos.so => /usr/lib/libvcos.so (0xb6f96000) > libvchiq_arm.so => /usr/lib/libvchiq_arm.so (0xb6f88000) Hi, Could you show me all the output from ldconfig -p please? I'd like to see what the rest of your libs look like. Also: I'm curious why you've got something under /opt - is that something you've built as part of your system, or is /opt/vc a precompiled binary from somewhere else? readelf -A /lib/libc.so.6 readelf -A /opt/vc/lib/libvcos.so might also be instructive here. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.