Nicolae Mihalache wrote:
> Just tried this on a SuSE 6.4 system:
> 
[...]
> [EMAIL PROTECTED]:~ > cp /lib/libc.so.6 .
> 
> [EMAIL PROTECTED]:~ > ldd /usr/bin/gs
[...]
>  libm.so.6 => /lib/libm.so.6 (0x40181000)
>  libc.so.6 => libc.so.6 (0x4019e000)       <-- Look at this line 
>  /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
[...]
> 
> So if I download a archive containing a lot of ps files and a shared
> library and try to see one postscript with gs(or gv or ghostscript) ...... 

The same on debian potato:
[EMAIL PROTECTED]:/tmp$ ldd /usr/bin/gs | grep libc
        libc.so.6 => /lib/libc.so.6 (0x401f2000)
[EMAIL PROTECTED]:/tmp$ touch libc.so.6 
[EMAIL PROTECTED]:/tmp$ ldd /usr/bin/gs            
/usr/bin/gs: error in loading shared libraries: libc.so.6: cannot read file 
data: No such file or directory
[EMAIL PROTECTED]:/tmp$ cp /lib/libc.so.6 .
[EMAIL PROTECTED]:/tmp$ ldd /usr/bin/gs | grep libc
        libc.so.6 => libc.so.6 (0x401f2000)
[EMAIL PROTECTED]:/tmp$ 

-- 
\ J. Dollinger Uni Ulm | [EMAIL PROTECTED] | http://www.home.pages.de/~zeitnot/
 \    "What're quantum mechanics?"   --   "I don't know. People who    /
  \    repair quantums, I suppose."         (Terry Pratchett, Eric)   /

Reply via email to