Help for this page

Select Code to Download


  1. or download this
    fisher@ws% ldd `which perl`
            linux-vdso.so.1 =>  (0x00007fff527ff000)
    ...
            libc.so.6 => /lib/libc.so.6 (0x00007f5675958000)
            /lib64/ld-linux-x86-64.so.2 (0x00007f5675cdc000)
    fisher@ws%
    
  2. or download this
    openbook% ldd `which perl`
    /usr/bin/perl:
    ...
            02cb1000 22cea000 rlib 0    1   0      /usr/lib/libc.so.53.1
            087bd000 087bd000 rtld 0    1   0      /usr/libexec/ld.so
    openbook%