Everyone,
I'm still unable to decipher the libc minor version from output
generated by ldd. All of our packages that I have looked at so far use
libc major version 6. The output below is from KP's squid-2 package. He
states that it was compiled with glibc 2.1.3. How can I verify this from
the output below?

Output generated on shell.sf.net:

mhnoyes@usw-pr-shell2:~$ ./ldd-ver.sh squid-2.lrp
<snip>
        libc.so.6 => /lib/libc.so.6 (0x05b95000)
        libc.so.6 => /lib/libc.so.6 (0x0729a000)
        libc.so.6 => /lib/libc.so.6 (0x074f0000)
        libc.so.6 => /lib/libc.so.6 (0x0847b000)
        libc.so.6 => /lib/libc.so.6 (0x091dc000)
        libc.so.6 => /lib/libc.so.6 (0x0c92d000)
<snip>

Also, the output generated by ldd varies depending on the machine I run
it on.

Output generated on my local machine:

[mhnoyes@galileo leaf]$ ./ldd-ver.sh packages/squid-2.lrp
<snip>
        libc.so.6 => /lib/libc.so.6 (0x40028000)
        libc.so.6 => /lib/libc.so.6 (0x40053000)
        libc.so.6 => /lib/libc.so.6 (0x40073000)
        libc.so.6 => /lib/libc.so.6 (0x400a0000)
<snip>

-- 
Mike Noyes <[EMAIL PROTECTED]>
http://sourceforge.net/users/mhnoyes/
http://leaf-project.org/


_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to