On 02/23/2016 02:57 PM, mickeyf wrote: > The whole story: > > | > vigil@VE1cba8ca9e5fb:~$ ldd --version > ldd (UbuntuEGLIBC 2.19-0ubuntu6)2.19 > Copyright(C)2014FreeSoftwareFoundation,Inc. > Thisisfree software;see the source forcopying conditions. ThereisNO > warranty;noteven forMERCHANTABILITY orFITNESS FOR A PARTICULAR PURPOSE. > WrittenbyRolandMcGrathandUlrichDrepper > | > > But at this point I don't care too much, it's now merely academic > curiosity and is not getting in the way of getting anything done.
ldd is a bash script; the version string is built-in at package creation time. Maybe your libc-bin doesn't match your libc? $ dpkg-query --show libc-bin libc-bin 2.19-0ubuntu6.7 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
