This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug dynamic-link/15006] Libraries in ld.so.cache ignored by ld-linux-armhf.so.3 on armv6l


http://sourceware.org/bugzilla/show_bug.cgi?id=15006

--- Comment #10 from Steve McIntyre <steve.mcintyre at linaro dot org> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]