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 #2 from lfs4pi at gmail dot com 2013-01-09 14:38:45 UTC ---
(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)

-- 
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]