[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Pakete -> libs...



* Michelle Konzack <linux.mailinglists@freenet.de>:

> Habe die E-Mails von 1999 groesstenteils verloren...

Listenarchiv?

> Frage:  Wie nennt sich das Kommando, wenn man ein PROGRAMM hat 
>         und wissen will, welche libs es benoetigt/laed ? 

$ ldd `which ls`
        librt.so.1 => /lib/librt.so.1 (0x4001a000)
        libc.so.6 => /lib/libc.so.6 (0x4002c000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x4013c000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

-- 
» kai.weber@glorybox.de
  http://www.glorybox.de



Reply to: